6 |
|
// Authors: C.Loizides |
7 |
|
//-------------------------------------------------------------------------------------------------- |
8 |
|
|
9 |
< |
#ifndef TREEFILLER_FILLERMETAINFOS_H |
10 |
< |
#define TREEFILLER_FILLERMETAINFOS_H |
9 |
> |
#ifndef MITPROD_TREEFILLER_FILLERMETAINFOS_H |
10 |
> |
#define MITPROD_TREEFILLER_FILLERMETAINFOS_H |
11 |
|
|
12 |
|
#include "FWCore/ParameterSet/interface/ParameterSet.h" |
13 |
|
#include "MitProd/TreeFiller/interface/BaseFiller.h" |
31 |
|
|
32 |
|
private: |
33 |
|
Bool_t hltActive_; //=true if HLT info are filled |
34 |
+ |
Bool_t l1Active_; //=true if L1 info are filled |
35 |
|
std::string evtName_; //event branch name |
36 |
|
std::string runName_; //run info branch name |
37 |
|
std::string lahName_; //look-ahead header branch name |