|
clas12root
|
#include <HipoTreeMaker.h>
Public Member Functions | |
| HipoTreeMaker (TString filename, TString treefilename) | |
| virtual | ~HipoTreeMaker () |
| void | AddEventCut (TString cut) |
| void | AddParticleCut (TString cut) |
| virtual HipoTreeMaker * | Branch (TString varExp, TString alias="") |
| void | Fill () |
| TTree * | Tree () const |
| Public Member Functions inherited from clas12root::HipoROOTOut | |
| HipoROOTOut (TString filename) | |
| virtual | ~HipoROOTOut () |
| void | AddAction (TString varExp, TString condExp="1") |
| TString | AddParenthesis (TString varExp0) |
| void | CleanAction () |
| void | CompileAction () |
| virtual Bool_t | Condition () |
| void | CreateBankLink (TString label, TString code) |
| virtual TString | ExpandExpression (TString varExp0, TString seperator) |
| String parsing. | |
| TString | ExpandParenthesis (TString varExp0, TString seperator) |
| TString | ExpandPart (TString exp) |
| TString | ExpandVars (TString varExp0, TString seperator) |
| TChain * | GetChain () |
| TString | HipoFileName () |
| Bool_t | IsMoreFiles () |
| virtual void | Loop ()=0 |
| TString | NextFile () |
| virtual void | PreCompileAction () |
| vector< TString > | RemoveArithmetic (TString &expr) |
| void | ReplaceMacroText (TString from, TString to) |
| void | SetEntries (Long64_t n) |
| void | SetVerbose (short v=1) |
Protected Attributes | |
| vector< TString > | _branchNames |
| vector< TString > | _branchTypes |
| TString | _evcut ={"0"} |
| TString | _pcut ={"1"} |
| Protected Attributes inherited from clas12root::HipoROOTOut | |
| TString | _actionClassName |
| std::map< TString, TString > | _mapOfParts |
| TString | _tempActionName |
Additional Inherited Members | |
| Protected Member Functions inherited from clas12root::HipoROOTOut | |
| TString | GetCurrMacroName () |
| Int_t | GetNActions () |


| clas12root::HipoTreeMaker::HipoTreeMaker | ( | TString | filename, |
| TString | treefilename ) |
|
virtual |
| void clas12root::HipoTreeMaker::AddEventCut | ( | TString | cut | ) |
| void clas12root::HipoTreeMaker::AddParticleCut | ( | TString | cut | ) |
|
virtual |
| void clas12root::HipoTreeMaker::Fill | ( | ) |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |