Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DLorentzMapCalibDB.h
Go to the documentation of this file.
1 #ifndef _DLorentzMapCalibDB_
2 #define _DLorentzMapCalibDB_
3 
4 #include "DLorentzDeflections.h"
5 
6 #include <JANA/JApplication.h>
7 #include <JANA/JCalibration.h>
8 using namespace jana;
9 
11  public:
12  DLorentzMapCalibDB(JApplication *japp, unsigned int run_number=1);
13  DLorentzMapCalibDB(JCalibration *jcalib);
15 
16  unsigned int GetLorentzDeflections(void);
17 
18  protected:
19  JCalibration *jcalib;
20 
21 };
22 
23 #endif // _DLorentzMapCalibDB_
JCalibration * jcalib
JApplication * japp