| 12 |
#include <TSystem.h> |
#include <TSystem.h> |
| 13 |
#include <iostream> |
#include <iostream> |
| 14 |
|
|
| 15 |
// extern "C" { |
|
|
// extern struct cTrkCalib pedsigbad_; |
|
|
// extern struct cTrkLevel0 level0event_; |
|
|
// extern struct cTrkLevel1 level1event_; |
|
|
// extern struct cTrkLevel2 level2event_; |
|
|
// extern struct cPath path_; |
|
|
// extern struct cBPath bpath_; |
|
|
// extern struct cDbg dbg_; |
|
|
// // int fillpedsigfromdefault_(); |
|
|
// int readmipparam_(); |
|
|
// int readchargeparam_(); |
|
|
// int readvkmask_(); |
|
|
// int readalignparam_(); |
|
|
// int readetaparam_(); |
|
|
// void reductionflight_(int*); |
|
|
// int analysisflight_(); |
|
|
// } |
|
| 16 |
|
|
| 17 |
/** |
/** |
| 18 |
* \brief Class to handle input parameters for tracker data processing |
* \brief Class to handle input parameters for tracker data processing |
| 28 |
|
|
| 29 |
ULong64_t idrun; |
ULong64_t idrun; |
| 30 |
Bool_t get1; |
Bool_t get1; |
| 31 |
|
Bool_t full1; |
| 32 |
Bool_t get2; |
Bool_t get2; |
| 33 |
|
Bool_t geth; |
| 34 |
TString frame1; |
TString frame1; |
| 35 |
TString frame2; |
TString frame2; |
| 36 |
|
TString frameh; |
| 37 |
Bool_t ifroot1; |
Bool_t ifroot1; |
| 38 |
Bool_t ifroot2; |
Bool_t ifroot2; |
| 39 |
|
Bool_t ifrooth; |
| 40 |
Bool_t standalone; |
Bool_t standalone; |
| 41 |
// Bool_t DEBUG; |
// Bool_t DEBUG; |
| 42 |
// Bool_t VERBOSE; |
// Bool_t VERBOSE; |