CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTSegmentsTask.h
Go to the documentation of this file.
1 #ifndef DTSegmentsTask_H
2 #define DTSegmentsTask_H
3 
13 
14 //RecHit
18 
19 #include <string>
20 #include <vector>
21 
22 class DQMStore;
23 class MonitorElement;
24 
26 public:
28  DTSegmentsTask(const edm::ParameterSet& pset);
29 
31  virtual ~DTSegmentsTask();
32 
34  void beginJob(void);
35  void beginRun(const edm::Run&, const edm::EventSetup&);
36 
38  void endJob();
39  void endRun(const edm::Run&, const edm::EventSetup&);
40 
41  // Operations
42  void analyze(const edm::Event& event, const edm::EventSetup& setup);
43 
44 protected:
45 
46 private:
47 
48  // The BE interface
50 
51  // Switch for verbosity
52  bool debug;
54 
55  // the histos
56  std::vector<MonitorElement*> phiHistos;
57  std::vector<MonitorElement*> thetaHistos;
58 
59  // Label of 4D segments in the event
61 };
62 #endif
63 
edm::EDGetTokenT< DTRecSegment4DCollection > theRecHits4DLabel_
std::vector< MonitorElement * > thetaHistos
virtual ~DTSegmentsTask()
Destructor.
void endJob()
Endjob.
void analyze(const edm::Event &event, const edm::EventSetup &setup)
DTSegmentsTask(const edm::ParameterSet &pset)
Constructor.
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::vector< MonitorElement * > phiHistos
void beginJob(void)
book the histos
void endRun(const edm::Run &, const edm::EventSetup &)
edm::ParameterSet parameters
DQMStore * theDbe
void beginRun(const edm::Run &, const edm::EventSetup &)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
Definition: Run.h:41