#include <FWTSelectorToEventList.h>
Definition at line 12 of file FWTSelectorToEventList.h.
FWTSelectorToEventList::FWTSelectorToEventList |
( |
TTree * |
tree, |
|
|
TEventList * |
evl, |
|
|
const char * |
sel |
|
) |
| |
FWTSelectorToEventList::~FWTSelectorToEventList |
( |
| ) |
|
|
virtual |
void FWTSelectorToEventList::ClearEventList |
( |
| ) |
|
TEventList* FWTSelectorToEventList::GetEventList |
( |
| ) |
const |
|
inline |
Bool_t FWTSelectorToEventList::GetOwnEventList |
( |
| ) |
const |
|
inline |
Bool_t FWTSelectorToEventList::Process |
( |
Long64_t |
entry | ) |
|
|
virtual |
Definition at line 58 of file FWTSelectorToEventList.cc.
References fEvList.
62 Long64_t prevRows = fSelectedRows;
64 TSelectorEntries::Process(
entry);
66 if (fSelectedRows > prevRows)
std::pair< std::string, MonitorElement * > entry
Long64_t FWTSelectorToEventList::ProcessTree |
( |
Long64_t |
nentries = 1000000000 , |
|
|
Long64_t |
firstentry = 0 |
|
) |
| |
|
virtual |
void FWTSelectorToEventList::SetOwnEventList |
( |
Bool_t |
o | ) |
|
|
inline |
TEventList* FWTSelectorToEventList::fEvList |
|
private |
Bool_t FWTSelectorToEventList::fOwnEvList |
|
private |
TTreePlayer* FWTSelectorToEventList::fPlayer |
|
private |