14 |
|
|
15 |
using namespace pamela; |
using namespace pamela; |
16 |
#include <iostream> |
#include <iostream> |
17 |
|
#include <math.h> // EMILIANO: needed to compile with ROOT > 5.16/x |
18 |
using namespace std; |
using namespace std; |
19 |
/** |
/** |
20 |
* \brief Class to describe tracker calibration data. |
* \brief Class to describe tracker calibration data. |
33 |
|
|
34 |
private: |
private: |
35 |
|
|
36 |
|
public: |
37 |
|
|
38 |
CalibTrk1Event* calib1; |
CalibTrk1Event* calib1; |
39 |
|
|
|
public: |
|
40 |
|
|
41 |
TrkCalib(); |
TrkCalib(); |
42 |
~TrkCalib(); |
~TrkCalib(); |
43 |
|
|
44 |
|
|
45 |
// void Reset(); |
// void Reset(); |
46 |
|
|
47 |
Int_t GetView(Int_t ipkt); |
Int_t GetView(Int_t ipkt); |