30 |
|
void FillHltInfo(const edm::Event &e, const edm::EventSetup &es); |
31 |
|
|
32 |
|
private: |
33 |
+ |
Bool_t hltActive_; //=true if HLT info are filled |
34 |
|
std::string evtName_; //event branch name |
35 |
|
std::string runName_; //run info branch name |
36 |
|
std::string lahName_; //look-ahead header branch name |
45 |
|
Int_t runEntries_; //number of run info entries |
46 |
|
UShort_t fileNum_; //file number of current file |
47 |
|
std::map<UInt_t,Int_t> runmap_; //map between run number and entry number |
48 |
+ |
|
49 |
+ |
static bool instance_; //=true when one active instance |
50 |
|
}; |
51 |
|
} |
52 |
|
#endif |