ROOTPWA
|
#include <string>
#include <vector>
#include "TVirtualPad.h"
#include "TTree.h"
Go to the source code of this file.
Functions | |
std::vector< std::pair< string, TVirtualPad * > > | plotSpinTotals (const unsigned int nmbTrees, TTree **trees, const int *colors=0, const double yAxisRangeMax=0, const bool drawLegend=true, const std::string &outFileName="spinTotals.root", const std::string &branchName="fitResult_v2") |
std::vector< std::pair< string, TVirtualPad * > > | plotSpinTotals (std::vector< TTree * > &trees, const std::vector< int > &colors, const double yAxisRangeMax=0, const bool drawLegend=true, const std::string &outFileName="spinTotals.root", const std::string &branchName="fitResult_v2") |
std::vector< std::pair < std::string, TVirtualPad * > > | plotSpinTotals (TTree *tree, const int color=kBlack, const double yAxisRangeMax=0, const bool drawLegend=true, const std::string &outFileName="spinTotals.root", const std::string &branchName="fitResult_v2") |
std::vector<std::pair<string, TVirtualPad*> > plotSpinTotals | ( | const unsigned int | nmbTrees, |
TTree ** | trees, | ||
const int * | colors = 0 , |
||
const double | yAxisRangeMax = 0 , |
||
const bool | drawLegend = true , |
||
const std::string & | outFileName = "spinTotals.root" , |
||
const std::string & | branchName = "fitResult_v2" |
||
) |
Definition at line 61 of file plotSpinTotals.C.
References i, int, and rpwa::unescapeRegExpSpecialChar().
Referenced by compareSpinTotalsWithDima(), and plotSpinTotals().
std::vector<std::pair<string, TVirtualPad*> > plotSpinTotals | ( | std::vector< TTree * > & | trees, |
const std::vector< int > & | colors, | ||
const double | yAxisRangeMax = 0 , |
||
const bool | drawLegend = true , |
||
const std::string & | outFileName = "spinTotals.root" , |
||
const std::string & | branchName = "fitResult_v2" |
||
) |
Definition at line 60 of file plotSpinTotals.h.
References plotSpinTotals().
std::vector<std::pair<std::string, TVirtualPad*> > plotSpinTotals | ( | TTree * | tree, |
const int | color = kBlack , |
||
const double | yAxisRangeMax = 0 , |
||
const bool | drawLegend = true , |
||
const std::string & | outFileName = "spinTotals.root" , |
||
const std::string & | branchName = "fitResult_v2" |
||
) |
Definition at line 73 of file plotSpinTotals.h.
References plotSpinTotals().