PandaRoot
BSEmcCorrection.h
Go to the documentation of this file.
1 #ifndef BSEMCCORRECTION_HH
2 #define BSEMCCORRECTION_HH
3 
4 #include <memory>
5 
6 #include "TObject.h"
7 class BSEmcRecoHit;
8 
17 class BSEmcCorrection : public TObject {
18  public:
24  virtual void Correct(BSEmcRecoHit *t_recoHit) const = 0;
25 
26  private:
27  ClassDef(BSEmcCorrection, 1);
28 };
29 
30 #endif /*BSEMCCORRECTION_HH*/
Resembles/Contains all information a particle hitting the EMC can provide for later use in the PID st...
Definition: BSEmcRecoHit.h:31
Energy correction factor/function interface.
virtual void Correct(BSEmcRecoHit *t_recoHit) const =0
Apply corrections.