|
| Chain (TTree *tree, Configuration *config, DataHeader *data_header) |
|
| Chain (const std::string &filename, const std::string &treename) |
|
| Chain (std::vector< std::string > filelists, std::vector< std::string > treenames) |
|
ANALYSISTREE_ATTR_NODISCARD Configuration * | GetConfiguration () const |
|
ANALYSISTREE_ATTR_NODISCARD DataHeader * | GetDataHeader () const |
|
ANALYSISTREE_ATTR_NODISCARD const std::map< std::string, BranchPointer > & | GetBranchPointers () const |
|
ANALYSISTREE_ATTR_NODISCARD const std::map< std::string, Matching * > & | GetMatchPointers () const |
|
void | SetDataHeader (DataHeader *dh) |
|
int | CheckBranchExistence (const std::string &branchname) |
|
BranchPointer | GetPointerToBranch (const std::string &name) const |
|
void | InitPointersToBranches (std::set< std::string > names) |
| Loads selected list of branches from TTree.
|
|
Long64_t | Draw (const char *varexp, const char *selection=nullptr, Option_t *option="", Long64_t nentries=kMaxEntries, Long64_t firstentry=0) override |
|
Long64_t | Scan (const char *varexp, const char *selection=nullptr, Option_t *option="", Long64_t nentries=kMaxEntries, Long64_t firstentry=0) override |
|
void | Print (Option_t *) const override |
|
class Branch | GetBranch (const std::string &name) const |
|
class Branch | GetBranchObject (const std::string &name) const |
|
Matching * | GetMatching (const std::string &br1, const std::string &br2) const |
|
TTree * | CloneChain (int nentries=0) |
| Clones tree without friends.
|
|
Configuration * | CloneConfiguration () const |
| Clones Configuration of input Chain without friends.
|
|