Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
THaVDCTimeToDistConv.cxx
Go to the documentation of this file.
1
2// //
3// THaVDCTimeToDistConv //
4// //
6
8
9using namespace std;
10
12
13namespace VDC {
14
15//_____________________________________________________________________________
17 : fNparam(npar), fDriftVel(kBig), fIsSet(false)
18{
19 // Constructor
20}
21
22//_____________________________________________________________________________
24{
25 fDriftVel = v;
26 if( fNparam == 0 )
27 fIsSet = true;
28}
29
30//_____________________________________________________________________________
31Int_t TimeToDistConv::SetParameters( const vector<double>& )
32{
33 if( fNparam == 0 )
34 fIsSet = true;
35 return 0;
36}
37
38} // namespace VDC
39
int Int_t
unsigned int UInt_t
const Data_t kBig
Definition DataType.h:15
double Double_t
virtual Int_t SetParameters(const std::vector< double > &)
void SetDriftVel(Double_t v)
TimeToDistConv(UInt_t npar=0)
STL namespace.
v
ClassImp(TPyArg)