CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCDCSSummary.h
Go to the documentation of this file.
1 #ifndef RPCMonitorClient_RPCDCSSummary_H
2 #define RPCMonitorClient_RPCDCSSummary_H
3 
6 
7 #include <map>
8 
9 class DQMStore;
10 class MonitorElement;
11 
13 public:
15  RPCDCSSummary(const edm::ParameterSet& pset);
16 
18  virtual ~RPCDCSSummary();
19 
20  // Operations
21 
22 protected:
23 
24 private:
25  virtual void beginJob();
26  void beginRun(const edm::Run& , const edm::EventSetup& );
28  virtual void analyze(const edm::Event& event, const edm::EventSetup& setup);
29  virtual void endLuminosityBlock(const edm::LuminosityBlock& lumi, const edm::EventSetup& setup);
30  virtual void endJob() ;
31 
37  std::pair<int, int> FEDRange_;
40 
41 };
42 
43 
44 #endif
virtual void endJob()
virtual void endLuminosityBlock(const edm::LuminosityBlock &lumi, const edm::EventSetup &setup)
MonitorElement * DCSMap_
Definition: RPCDCSSummary.h:33
tuple lumi
Definition: fjr2json.py:35
RPCDCSSummary(const edm::ParameterSet &pset)
Constructor.
MonitorElement * totalDCSFraction
Definition: RPCDCSSummary.h:34
void beginRun(const edm::Run &, const edm::EventSetup &)
MonitorElement * dcsDiskFractions[10]
Definition: RPCDCSSummary.h:36
virtual ~RPCDCSSummary()
Destructor.
virtual void beginJob()
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
virtual void analyze(const edm::Event &event, const edm::EventSetup &setup)
virtual void beginLuminosityBlock(const edm::LuminosityBlock &lumi, const edm::EventSetup &setup)
DQMStore * theDbe
Definition: RPCDCSSummary.h:32
MonitorElement * dcsWheelFractions[5]
Definition: RPCDCSSummary.h:35
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
std::pair< int, int > FEDRange_
Definition: RPCDCSSummary.h:37
Definition: Run.h:41