1 #ifndef HLClonesArray_h 2 #define HLClonesArray_h 4 #include <TClonesArray.h> 10 HLClonesArray(
const std::string& tree_name,
const std::string& tcarray_name,
const std::string& class_name,
const UInt_t size);
14 void ReadClonesArray(
const std::string& file);
17 void WriteClonesArray(TTree& tree);
std::string _fileName
Name of the last file read.
std::string _treeName
Name of the Tree.
const std::string & GetTreeName() const
Return the name of the tree.
TChain * _chain
TChain used to read the "config" tree from the output file.
Int_t & GetNObjects()
Return the number of steps that have been added.
TClonesArray * GetClonesArray()
Int_t _NObjects
The number of steps that were added.
std::string _tcArrayName
Name of the TClonesArray in the tree.
const std::string & GetClonesArrayName() const
Return the name of the TClonesArray.