PandaRoot
BSEmcFwEndcapTimebasedWaveforms.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------
2 // Author List:
3 // Phil Strother Original author
4 // Dima Melnichuk - adaption for PANDA
5 // Philippp Mahlberg - integrtion in timebased simulation concept
6 //----------------------------------------------------------------------
7 
8 //#pragma once
9 #ifndef BSEMCFWENDCAPTIMEBASEDWAVEFORMS_HH
10 #define BSEMCFWENDCAPTIMEBASEDWAVEFORMS_HH
11 
14 
23 class BSEmcFwEndcapTimebasedWaveforms : public BSEmcMCHitToTimebasedWaveforms<BSEmcFwEndcapWaveformGenPar> {
24  public:
25  // Constructors
26  BSEmcFwEndcapTimebasedWaveforms(Bool_t t_storewaves = kFALSE);
27  // Destructor
29 
30  protected:
32  virtual void SetupSimulator() /*override*/;
33 
35 };
36 
37 #endif /*BSEMCFWENDCAPTIMEBASEDWAVEFORMS_HH*/
ClassDef(BSEmcFwEndcapTimebasedWaveforms, 2)
Taks to create waveforms from hits.
Taks to create waveforms from hits.
BSEmcFwEndcapTimebasedWaveforms(Bool_t t_storewaves=kFALSE)