test
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 
19 
20 class DTTrigGeomUtils;
21 
23 
24 public:
25 
28 
30  virtual ~DTLocalTriggerSynchTest();
31 
32 protected:
33 
35 
36  void bookChambHistos(DQMStore::IBooker &,DTChamberId chambId, std::string htype, std::string subfolder="");
37 
40 
42 
44 
46  void beginRun(const edm::Run& run, const edm::EventSetup& c);
47 
48 
50 
52 
54 
56  edm::LuminosityBlock const &, edm::EventSetup const &);
57 
58  private:
59 
60  std::map<uint32_t,std::map<std::string,MonitorElement*> > chambME;
64  double bxTime;
65  bool rangeInBX;
66  int nBXLow;
67  int nBXHigh;
69  bool writeDB;
71 
73 
74 };
75 
76 #endif
list numerator
Definition: cuy.py:483
void beginRun(const edm::Run &run, const edm::EventSetup &c)
begin Run
tuple result
Definition: mps_fire.py:84
virtual ~DTLocalTriggerSynchTest()
Destructor.
list denominator
Definition: cuy.py:484
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
Perform client diagnostic in online.
float getFloatFromME(DQMStore::IGetter &, DTChamberId chId, std::string meType)
Get float MEs.
DTLocalTriggerSynchTest(const edm::ParameterSet &ps)
Constructor.
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)
void makeRatioME(TH1F *numerator, TH1F *denominator, MonitorElement *result)
Compute efficiency plots.
void bookChambHistos(DQMStore::IBooker &, DTChamberId chambId, std::string htype, std::string subfolder="")
Book the new MEs (for each chamber)
std::map< uint32_t, std::map< std::string, MonitorElement * > > chambME
void runClientDiagnostic(DQMStore::IBooker &, DQMStore::IGetter &)
DQM Client Diagnostic.
Definition: Run.h:43