CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EgHLTCutMasks.h
Go to the documentation of this file.
1 #ifndef DQMOFFLINE_TRIGGER_EGHLTCUTMASKS
2 #define DQMOFFLINE_TRIGGER_EGHLTCUTMASKS
3 
4 //this is a bunch of usefull cut masks to turn off / on cuts
5 //this class may disappear in the future
7 
9 
10 namespace egHLT {
11 
12  struct CutMasks {
13  int stdEle;
14  int tagEle;
15  int probeEle;
16  int fakeEle;
17  int trigTPEle;
18  int trigTPPho;
19  int stdPho;
20 
21  void setup(const edm::ParameterSet& conf) {
29  }
30  };
31 
32 } // namespace egHLT
33 
34 #endif
static int getCode(const std::string &descript)
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
void setup(const edm::ParameterSet &conf)
Definition: EgHLTCutMasks.h:21