Hall C ROOT/C++ Analyzer (hcana)
THcRunParameters.h
Go to the documentation of this file.
1 #ifndef ROOT_THcRunParameters
2 #define ROOT_THcRunParameters
3 
5 //
6 // THaRunParameters
7 //
9 
10 #include "THaRunParameters.h"
11 
12 class THcRunParameters : public THaRunParameters {
13 public:
14  using THaRunParameters::operator=;
16  virtual ~THcRunParameters();
17 
18  virtual Int_t ReadDatabase( const TDatime& date);
19 
21 };
22 
23 #endif
virtual ~THcRunParameters()
int Int_t
Get the run parameters from the parameter database so that db_run.dat is not needed in hcana...
#define ClassDef(name, id)
virtual Int_t ReadDatabase(const TDatime &date)