#include <eventindexmap.h>
Public Member Functions | |
EventIndexMap () | |
TEventList * | getEventList (TString) |
bool | hasEventList (TString) |
void | load (TString filename) |
~EventIndexMap () | |
Public Attributes | |
std::map< TString, TEventList * > | eventlistmap_ |
Definition at line 16 of file eventindexmap.h.
RooUtil::EventIndexMap::EventIndexMap | ( | ) |
Definition at line 5 of file eventindexmap.cc.
RooUtil::EventIndexMap::~EventIndexMap | ( | ) |
Definition at line 6 of file eventindexmap.cc.
TEventList * RooUtil::EventIndexMap::getEventList | ( | TString | cms4file | ) |
Definition at line 41 of file eventindexmap.cc.
References RooUtil::error().
bool RooUtil::EventIndexMap::hasEventList | ( | TString | cms4file | ) |
Definition at line 36 of file eventindexmap.cc.
void RooUtil::EventIndexMap::load | ( | TString | filename | ) |
Definition at line 9 of file eventindexmap.cc.
References corrVsCorr::filename, compare_using_db::ifile, cuy::ii, mps_splice::line, contentValuesCheck::ss, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by RooUtil::Looper< LSTEff >::setEventIndexMap().
std::map<TString, TEventList*> RooUtil::EventIndexMap::eventlistmap_ |
Definition at line 18 of file eventindexmap.h.