76 AddTree( tr, className, weight, cut,
tt );
88 if (!tree)
Log() << kFATAL <<
"Zero pointer for tree of class " << className.
Data() <<
Endl;
89 if (tree->
GetEntries()==0)
Log() << kFATAL <<
"Encountered empty TTree or TChain of class " << className.
Data() <<
Endl;
98 Log() << kFATAL <<
"For the tree " << tree->
GetName() <<
" of class " << className.
Data()
101 <<
fInputTrees[className.
Data()][0].GetTree()->GetName() <<
" of class " << className.
Data()
126 AddTree( tr,
"Background", weight,
"",
tt );
146 AddTree( tr,
"Background", weight,
"",
tt );
155 std::ifstream in(dataFile);
157 Log() << kWARNING <<
"Watch out, I (Helge) made the Tree not associated to the current directory .. Hopefully that does not have unwanted consequences" <<
Endl;
158 if (!in.good())
Log() << kFATAL <<
"Could not open file: " << dataFile <<
Endl;
173 if (!inputTree)
Log() << kFATAL <<
"Zero pointer for input tree: " << inputTree <<
Endl;
175 AddTree( inputTree,
"Signal", 1.0, SigCut );
176 AddTree( inputTree,
"Background", 1.0, BgCut );
188 Log() << kINFO <<
" Clear treelist for class " << className <<
" failed, since class does not exist." <<
Endl;
196 std::vector< TString >*
ret =
new std::vector< TString >();
198 ret->push_back( it->first );
209 std::vector<TreeInfo>::const_iterator tiIt = tiV.begin();
210 for (;tiIt != tiV.end();++tiIt) entries += tiIt->GetEntries();
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
double Double_t
Double 8 bytes.
A specialized string object used for TTree selections.
ostringstream derivative to redirect and format output
@ kMaxTreeType
also used as temporary storage for trees not yet assigned for testing;training...
const char * GetName() const override
Returns name of object.
const char * GetTitle() const override
Returns title of object.
const char * Data() const
A TTree represents a columnar dataset.
virtual TTree * CopyTree(const char *selection, Option_t *option="", Long64_t nentries=kMaxEntries, Long64_t firstentry=0)
Copy a tree with selection.
virtual void SetDirectory(TDirectory *dir)
Change the tree's directory.
virtual Long64_t GetEntries() const
virtual Long64_t ReadFile(const char *filename, const char *branchDescriptor="", char delimiter=' ')
Create or simply read branches from filename.
void SetName(const char *name) override
Change the name of this tree.
MsgLogger & Endl(MsgLogger &ml)