/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/daq/include/RAT/PMTTime.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/daq/include/RAT/PMTTime.hh Source File
Ratpac-two
PMTTime.hh
1 
15 #ifndef __RAT_PMTTime__
16 #define __RAT_PMTTime__
17 
18 #include <RAT/DB.hh>
19 
20 namespace RAT {
21 
22 class PMTTime {
23  public:
24  PMTTime(){};
25  virtual ~PMTTime(){};
26 
28  virtual double PickTime(double time) const = 0;
29 };
30 
31 } // namespace RAT
32 
33 #endif
Pure virtual class for simulating PMT time spread and cable delay.
Definition: PMTTime.hh:22
virtual double PickTime(double time) const =0
Definition: CCCrossSecMessenger.hh:29