145 if (tree == 0)
return;
179 Info(
"Notify",
"processing file: %s",
fChain->GetCurrentFile()->GetName());
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
A TTree is a list of TBranches.
An array of clone (identical) objects.
1-D histogram with a float per channel (see TH1 documentation)
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
friend class TClonesArray
TObject()
TObject constructor.
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
ROOT top level object description.
An array of references to TObjects.
Persistent Reference link to a TObject A TRef is a lightweight object pointing to any TObject.
virtual void SetOption(const char *option)
virtual Bool_t Notify()
This method must be overridden to handle object notification (the base implementation is no-op).
virtual void Terminate()
The Terminate() function is the last function to be called during a query.
TBranch * b_event_fTriggerBits
TBranch * b_event_fMatrix
virtual void SetInputList(TList *input)
TBranch * b_event_fIsValid
TBranch * b_fClosestDistance
TBranch * b_event_fNvertex
Char_t fType[20]
pointer to the analyzed TTree or TChain
virtual void Begin(TTree *)
The Begin() function is called at the start of the query.
TSelEvent(TTree *)
Constructor.
TBranch * b_event_fEvtHdr
virtual void SlaveTerminate()
The SlaveTerminate() function is called after all entries or objects have been processed.
virtual void Init(TTree *tree)
virtual void SlaveBegin(TTree *tree)
The SlaveBegin() function is called after the Begin() function.
virtual Bool_t Process(Long64_t entry)
The Process() function is called for each entry in the tree (or possibly keyed object in the case of ...
TBranch * b_event_fNtrack
virtual Int_t Version() const
virtual TList * GetOutputList() const
virtual void SetObject(TObject *obj)
TPBReadType * GetReadType()
TBranch * b_event_fLastTrack
TBranch * b_event_fWebHistogram
Double32_t fClosestDistance[21]
TBranch * b_event_fTemperature
TBranch * b_event_fMeasures
TSelector(const TSelector &)
TList * fInput
List of objects available during processing.
TString fOption
Option given to TTree::Process.
TSelectorList * fOutput
! List of objects created during processing
TObject * fObject
! Current object if processing object (vs. TTree)
A TTree represents a columnar dataset.
virtual void SetMakeClass(Int_t make)
Set all the branches in this TTree to be in decomposed object mode (also known as MakeClass mode).
virtual Int_t SetBranchAddress(const char *bname, void *add, TBranch **ptr=nullptr)
Change branch address, dealing with clone trees properly.