PandaRoot
BSEmcCosmicPulseshape.h
Go to the documentation of this file.
1 #ifndef BSEmcCosmicPulseshape_HH
2 #define BSEmcCosmicPulseshape_HH
3 
4 #include <array>
5 
6 #include "Rtypes.h"
7 #include "RtypesCore.h"
8 
9 #include "BSEmcAbsPulseshape.h"
10 
11 class TBuffer;
12 class TClass;
13 class TMemberInspector;
14 
27 
28  public:
31 
32  virtual Double_t operator()(const Double_t t_time, const Double_t t_amp, const Double_t t_timeOffset) const;
33 
34  private:
35  std::array<Double_t, 120> fLUT;
36 
37  ClassDef(BSEmcCosmicPulseshape, 1)
38 };
39 
40 #endif /*BSEmcCosmicPulseshape_HH*/
Pulseshape of Cosmic signals measured a FwEndcap alveole in the Bonner Teststation.
virtual Double_t operator()(const Double_t t_time, const Double_t t_amp, const Double_t t_timeOffset) const
pulseshape interface