CMS 3D CMS Logo

GEMRecHitBaseAlgo.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_GEMRecHit_GEMRecHitBaseAlgo_H
2 #define RecoLocalMuon_GEMRecHit_GEMRecHitBaseAlgo_H
3 
17 
20 
21 class GEMCluster;
22 class GEMEtaPartition;
23 class GEMDetId;
24 
25 namespace edm {
26  class ParameterSet;
27  class EventSetup;
28 }
29 
30 
32 
33  public:
34 
37 
39  virtual ~GEMRecHitBaseAlgo();
40 
42  virtual void setES(const edm::EventSetup& setup) = 0;
43 
45  virtual edm::OwnVector<GEMRecHit> reconstruct(const GEMEtaPartition& roll,
46  const GEMDetId& gemId,
47  const GEMDigiCollection::Range& digiRange,
48  const EtaPartitionMask& mask);
49 
51  virtual bool compute(const GEMEtaPartition& roll,
52  const GEMCluster& cl,
54  LocalError& error) const = 0;
55 
56 
59  virtual bool compute(const GEMEtaPartition& roll,
60  const GEMCluster& cl,
61  const float& angle,
62  const GlobalPoint& globPos,
63  LocalPoint& Point,
64  LocalError& error) const = 0;
65 };
66 #endif
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
Definition: config.py:1
std::bitset< maskSIZE > EtaPartitionMask
def compute(min, max)
HLT enums.
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition: DMRtrends.cc:55
std::pair< const_iterator, const_iterator > Range
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Definition: angle.h:11