ROOTPWA
|
#include <iostream>
#include <sstream>
#include <vector>
#include "TFile.h"
#include "TStyle.h"
#include "TString.h"
#include "TCanvas.h"
#include "TROOT.h"
#include "TMultiGraph.h"
#include "TGraphErrors.h"
#include "TAxis.h"
#include "TLine.h"
#include "TLegend.h"
#include "reportingUtils.hpp"
#include "fitResult.h"
#include "plotSpinTotals.h"
Go to the source code of this file.
Functions | |
vector< pair< string, TVirtualPad * > > | plotSpinTotals (const unsigned int nmbTrees, TTree **trees, const int *colors, const double yAxisRangeMax, const bool drawLegend, const string &outFileName, const string &branchName) |
vector<pair<string, TVirtualPad*> > plotSpinTotals | ( | const unsigned int | nmbTrees, |
TTree ** | trees, | ||
const int * | colors, | ||
const double | yAxisRangeMax, | ||
const bool | drawLegend, | ||
const string & | outFileName, | ||
const string & | branchName | ||
) |
Definition at line 61 of file plotSpinTotals.C.
References i, int, and rpwa::unescapeRegExpSpecialChar().
Referenced by compareSpinTotalsWithDima(), and plotSpinTotals().