CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCDataCertification.h
Go to the documentation of this file.
1 #ifndef RPCMonitorClient_RPCDataCertification_H
2 #define RPCMonitorClient_RPCDataCertification_H
3 
6 
7 #include <map>
8 
9 class DQMStore;
10 class MonitorElement;
11 
13 public:
16 
18  virtual ~RPCDataCertification();
19 
20  // Operations
21 
22 protected:
23 
24 private:
25  virtual void beginJob();
26  virtual void beginRun(const edm::Run& r, const edm::EventSetup& setup);
27  virtual void beginLuminosityBlock(const edm::LuminosityBlock& lumi, const edm::EventSetup& setup);
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
MonitorElement * certWheelFractions[5]
tuple lumi
Definition: fjr2json.py:35
virtual void beginLuminosityBlock(const edm::LuminosityBlock &lumi, const edm::EventSetup &setup)
MonitorElement * CertMap_
MonitorElement * totalCertFraction
std::pair< int, int > FEDRange_
RPCDataCertification(const edm::ParameterSet &pset)
Constructor.
MonitorElement * certDiskFractions[10]
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 ~RPCDataCertification()
Destructor.
virtual void endLuminosityBlock(const edm::LuminosityBlock &lumi, const edm::EventSetup &setup)
virtual void beginRun(const edm::Run &r, const edm::EventSetup &setup)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
Definition: Run.h:41