HighLAND
MomRangeCorrection.hxx
1 #ifndef MomRangeCorrection_h
2 #define MomRangeCorrection_h
3 
4 #include "CorrectionBase.hxx"
5 #include "DataClasses.hxx"
6 #include "SubDetId.hxx"
7 
8 
10 
11  public:
12 
13  MomRangeCorrection(SubDetId::SubDetEnum det = SubDetId::kFGD1);
14  virtual ~MomRangeCorrection(){}
15 
16  void Apply(AnaSpillC& spill);
17 
18  protected:
19  bool IsRelevantTrack(const AnaTrackB& track) const;
21 
22 };
23 
24 #endif
All corrections should be registered with the CorrectionManager.
void Apply(AnaSpillC &spill)
SubDetEnum
Enumeration of all detector systems and subdetectors.
Definition: SubDetId.hxx:25
Representation of a global track.