Hall C ROOT/C++ Analyzer (hcana)
Loading...
Searching...
No Matches
THcDCTimeToDistConv.h
Go to the documentation of this file.
1#ifndef ROOT_THcDCTimeToDistConv
2#define ROOT_THcDCTimeToDistConv
3
5// //
6// THcDCTimeToDistConv //
7// //
8// Base class for algorithms for converting TDC time into perpendicular //
9// drift distance //
11
12#include "TObject.h"
13
15
16public:
19
21
22private:
23
26
27 ClassDef(THcDCTimeToDistConv,0) // Time to Distance conversion base class
28};
29
31
32#endif
double Double_t
#define ClassDef(name, id)
Base class for algorithms to convert time into perpendicular drift distance.
virtual Double_t ConvertTimeToDist(Double_t time)=0
virtual ~THcDCTimeToDistConv()
THcDCTimeToDistConv & operator=(const THcDCTimeToDistConv &)
THcDCTimeToDistConv(const THcDCTimeToDistConv &)