CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTRunConditionVar.h
Go to the documentation of this file.
1 #ifndef DTRunConditionVar_H
2 #define DTRunConditionVar_H
3 
18 
22 
26 
28 
33 
35 #include <vector>
36 #include <string>
37 
38 class DQMStore;
39 class MonitorElement;
40 class DetLayer;
41 class DetId;
42 
44 {
45 
46  public:
47  //Constructor
49 
50  //Destructor
52 
53  //Operations
54  void analyze(const edm::Event & event, const edm::EventSetup& eventSetup);
55  void beginJob();
56  void beginRun(const edm::Run& , const edm::EventSetup&);
57  void endJob();
58 
59  private:
60 
61  void bookChamberHistos(const DTChamberId& dtCh, std::string histoType, int , float , float);
62 
63  bool debug;
66 
68 
70 
73 
75 
76  std::map<uint32_t, std::map<std::string, MonitorElement*> > chamberHistos;
77 
78  protected:
79 
80 
81 };
82 
83 #endif
84 
85 
86 /* Local Variables: */
87 /* show-trailing-whitespace: t */
88 /* truncate-lines: t */
89 /* End: */
edm::ESHandle< DTMtime > mTime
edm::EDGetTokenT< DTRecSegment4DCollection > dt4DSegmentsToken_
void bookChamberHistos(const DTChamberId &dtCh, std::string histoType, int, float, float)
const DTMtime * mTimeMap_
void beginRun(const edm::Run &, const edm::EventSetup &)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
std::map< uint32_t, std::map< std::string, MonitorElement * > > chamberHistos
void analyze(const edm::Event &event, const edm::EventSetup &eventSetup)
Definition: DetId.h:18
edm::ESHandle< DTGeometry > dtGeom
Definition: Run.h:41
DTRunConditionVar(const edm::ParameterSet &pset)