|
void | AddBranch (const std::string &branch_name) |
|
void | Init () override |
|
void | Exec () override |
|
void | Finish () override |
|
void | SetOutputName (std::string file, std::string tree) |
|
void | SetFieldsToIgnore (const std::vector< std::string > &fields_to_ignore) |
|
void | SetFieldsToPreserve (const std::vector< std::string > &fields_to_preserve) |
|
void | SetFieldsToRename (const std::vector< std::pair< std::string, std::string > > &fields_to_rename) |
|
void | SetIsIgnoreDefaultFields (bool is=true) |
|
void | SetIsPrependLeavesWithBranchName (bool is=true) |
|
std::pair< int, std::vector< int > > | AddEntry (const AnalysisEntry &vars) |
|
ANALYSISTREE_ATTR_NODISCARD const array2D & | GetValues (int i_var) const |
|
ANALYSISTREE_ATTR_NODISCARD const array1D & | GetWeights (int i_var) const |
|
ANALYSISTREE_ATTR_NODISCARD const std::vector< AnalysisEntry > & | GetVarEntries () const |
|
ANALYSISTREE_ATTR_NODISCARD std::vector< AnalysisEntry > & | VarEntries () |
|
void | AddBranchCut (Cuts *cut) |
|
void | PreInit () |
|
void | SetInConfiguration (const Configuration *config) |
|
void | SetDataHeader (const DataHeader *data_header) |
|
void | SetInputBranchNames (const std::set< std::string > &br) |
|
ANALYSISTREE_ATTR_NODISCARD const std::set< std::string > & | GetInputBranchNames () const |
|
ANALYSISTREE_ATTR_NODISCARD bool | IsGoodEvent (const EventHeader &event_header) const |
|
ANALYSISTREE_ATTR_NODISCARD bool | IsGoodEvent (const Chain &t) const |
|
void | SetEventCuts (Cuts *cuts) |
|
void | AddInputBranch (const std::string &name) |
|