CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ME0RecHitProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_ME0RecHitProducer_h
2 #define RecoLocalMuon_ME0RecHitProducer_h
3 
13 #include <memory>
14 #include <fstream>
15 #include <iostream>
16 #include <stdint.h>
17 #include <cstdlib>
18 #include <bitset>
19 #include <map>
20 
27 
29 
35 
39 
40 #include <string>
41 
42 class ME0RecHitBaseAlgo;
43 
45 
46 public:
49 
51  virtual ~ME0RecHitProducer();
52 
53  // Method that access the EventSetup for each run
54  virtual void beginRun(const edm::Run&, const edm::EventSetup& ) override;
55 
57  virtual void produce(edm::Event& event, const edm::EventSetup& setup) override;
58 
59 private:
60 
61  // The label to be used to retrieve ME0 digis from the event
62 
64 
65  // The reconstruction algorithm
67  // static std::string theAlgoName;
68 };
69 
70 #endif
71 
edm::EDGetTokenT< ME0DigiPreRecoCollection > m_token
virtual void produce(edm::Event &event, const edm::EventSetup &setup) override
The method which produces the rechits.
ME0RecHitBaseAlgo * theAlgo
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
ME0RecHitProducer(const edm::ParameterSet &config)
Constructor.
virtual ~ME0RecHitProducer()
Destructor.
virtual void beginRun(const edm::Run &, const edm::EventSetup &) override
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
Definition: Run.h:43