CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTLocalTriggerSynchTest.h
Go to the documentation of this file.
1 #ifndef DTLocalTriggerSynchTest_H
2 #define DTLocalTriggerSynchTest_H
3 
4 
16 
17 class DTTrigGeomUtils;
18 
20 
21 public:
22 
25 
27  virtual ~DTLocalTriggerSynchTest();
28 
29 protected:
30 
32  void bookChambHistos(DTChamberId chambId, std::string htype, std::string subfolder="");
33 
36 
38  float getFloatFromME(DTChamberId chId, std::string meType);
39 
41  void beginJob();
42 
44  void beginRun(const edm::Run& run, const edm::EventSetup& c);
45 
47  void endJob();
48 
50  void runClientDiagnostic();
51 
52  private:
53 
54  std::map<uint32_t,std::map<std::string,MonitorElement*> > chambME;
58  double bxTime;
59  bool rangeInBX;
60  int nBXLow;
61  int nBXHigh;
63  bool writeDB;
65 
66 };
67 
68 #endif
list numerator
Definition: cuy.py:483
void beginRun(const edm::Run &run, const edm::EventSetup &c)
begin Run
float getFloatFromME(DTChamberId chId, std::string meType)
Get float MEs.
virtual ~DTLocalTriggerSynchTest()
Destructor.
list denominator
Definition: cuy.py:484
tuple result
Definition: query.py:137
void runClientDiagnostic()
DQM Client Diagnostic.
DTLocalTriggerSynchTest(const edm::ParameterSet &ps)
Constructor.
void makeRatioME(TH1F *numerator, TH1F *denominator, MonitorElement *result)
Compute efficiency plots.
std::map< uint32_t, std::map< std::string, MonitorElement * > > chambME
void bookChambHistos(DTChamberId chambId, std::string htype, std::string subfolder="")
Book the new MEs (for each chamber)
Definition: Run.h:41