CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GEMRecHitProducer.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_GEMRecHit_GEMRecHitProducer_h
2 #define RecoLocalMuon_GEMRecHit_GEMRecHitProducer_h
3 
11 #include <memory>
12 #include <fstream>
13 #include <iostream>
14 #include <stdint.h>
15 #include <cstdlib>
16 #include <bitset>
17 #include <map>
18 
23 
24 // #include "CondFormats/GEMObjects/interface/GEMMaskedStrips.h"
25 // #include "CondFormats/DataRecord/interface/GEMMaskedStripsRcd.h"
26 // #include "CondFormats/GEMObjects/interface/GEMDeadStrips.h"
27 // #include "CondFormats/DataRecord/interface/GEMDeadStripsRcd.h"
28 
29 #include "GEMEtaPartitionMask.h"
30 
31 
32 namespace edm {
33  class ParameterSet;
34  class Event;
35  class EventSetup;
36 }
37 
38 class GEMRecHitBaseAlgo;
39 
41 
42 public:
45 
47  virtual ~GEMRecHitProducer();
48 
49  // Method that access the EventSetup for each run
50  virtual void beginRun(const edm::Run&, const edm::EventSetup& ) override;
51 
53  virtual void produce(edm::Event& event, const edm::EventSetup& setup) override;
54 
55 private:
56 
57  // The token to be used to retrieve GEM digis from the event
59 
60  // The reconstruction algorithm
62  // static std::string theAlgoName;
63 
64  // GEMMaskedStrips* GEMMaskedStripsObj;
65  // Object with mask-strips-vector for all the GEM Detectors
66 
67  // GEMDeadStrips* GEMDeadStripsObj;
68  // Object with dead-strips-vector for all the GEM Detectors
69 
70  // std::string maskSource;
71  // std::string deadSource;
72 
73  // std::vector<GEMMaskedStrips::MaskItem> MaskVec;
74  // std::vector<GEMDeadStrips::DeadItem> DeadVec;
75 
76 };
77 
78 #endif
79 
virtual void produce(edm::Event &event, const edm::EventSetup &setup) override
The method which produces the rechits.
GEMRecHitProducer(const edm::ParameterSet &config)
Constructor.
virtual ~GEMRecHitProducer()
Destructor.
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
GEMRecHitBaseAlgo * theAlgo
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
Definition: Run.h:43
edm::EDGetTokenT< GEMDigiCollection > theGEMDigiToken
virtual void beginRun(const edm::Run &, const edm::EventSetup &) override