CMS 3D CMS Logo

ME0RecHitBaseAlgo.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_ME0RecHitBaseAlgo_H
2 #define RecoLocalMuon_ME0RecHitBaseAlgo_H
3 
19 
20 class ME0DetId;
21 
22 namespace edm {
23  class ParameterSet;
24  class EventSetup;
25 } // namespace edm
26 
28 public:
31 
33  virtual ~ME0RecHitBaseAlgo();
34 
36  virtual void setES(const edm::EventSetup& setup) = 0;
37 
39  virtual edm::OwnVector<ME0RecHit> reconstruct(const ME0DetId& me0Id,
40  const ME0DigiPreRecoCollection::Range& digiRange);
41 
43  virtual bool compute(const ME0DigiPreReco& digi, LocalPoint& Point, LocalError& error) const = 0;
44 };
45 #endif
ME0RecHitBaseAlgo(const edm::ParameterSet &config)
Constructor.
virtual void setES(const edm::EventSetup &setup)=0
Pass the Event Setup to the algo at each event.
Definition: config.py:1
virtual ~ME0RecHitBaseAlgo()
Destructor.
virtual edm::OwnVector< ME0RecHit > reconstruct(const ME0DetId &me0Id, const ME0DigiPreRecoCollection::Range &digiRange)
Build all hits in the range associated to the me0Id, at the 1st step.
std::pair< const_iterator, const_iterator > Range
HLT enums.
Structure Point Contains parameters of Gaussian fits to DMRs.
virtual bool compute(const ME0DigiPreReco &digi, LocalPoint &Point, LocalError &error) const =0
standard local recHit computation