#include <FWTSelectorToEventList.h>
Public Member Functions | |
ClassDefOverride (FWTSelectorToEventList, 0) | |
void | ClearEventList () |
FWTSelectorToEventList (TTree *tree, TEventList *evl, const char *sel) | |
TEventList * | GetEventList () const |
Bool_t | GetOwnEventList () const |
Bool_t | Process (Long64_t entry) override |
virtual Long64_t | ProcessTree (Long64_t nentries=1000000000, Long64_t firstentry=0) |
void | SetOwnEventList (Bool_t o) |
~FWTSelectorToEventList () override | |
Private Attributes | |
TEventList * | fEvList |
Bool_t | fOwnEvList |
TTreePlayer * | fPlayer |
Definition at line 11 of file FWTSelectorToEventList.h.
FWTSelectorToEventList::FWTSelectorToEventList | ( | TTree * | tree, |
TEventList * | evl, | ||
const char * | sel | ||
) |
|
override |
Definition at line 33 of file FWTSelectorToEventList.cc.
References fEvList, fOwnEvList, and fPlayer.
FWTSelectorToEventList::ClassDefOverride | ( | FWTSelectorToEventList | , |
0 | |||
) |
void FWTSelectorToEventList::ClearEventList | ( | ) |
|
inline |
|
inline |
|
override |
|
virtual |
|
inline |
Definition at line 29 of file FWTSelectorToEventList.h.
References fOwnEvList, and class-composition::o.
|
private |
Definition at line 13 of file FWTSelectorToEventList.h.
Referenced by ClearEventList(), GetEventList(), Process(), and ~FWTSelectorToEventList().
|
private |
Definition at line 15 of file FWTSelectorToEventList.h.
Referenced by GetOwnEventList(), SetOwnEventList(), and ~FWTSelectorToEventList().
|
private |
Definition at line 14 of file FWTSelectorToEventList.h.
Referenced by FWTSelectorToEventList(), ProcessTree(), and ~FWTSelectorToEventList().