57 |
UInt_t id; |
UInt_t id; |
58 |
UInt_t idroot; |
UInt_t idroot; |
59 |
UInt_t pktfirst; |
UInt_t pktfirst; |
60 |
ULong64_t obtfirst; |
UInt_t obtfirst; |
61 |
ULong64_t upperobt; |
Long64_t upperobt; |
62 |
UInt_t upperpkt; |
Long64_t upperpkt; |
63 |
UInt_t upperentry; |
UInt_t upperentry; |
64 |
Int_t rtev; |
Int_t rtev; |
65 |
Int_t rhev; |
Int_t rhev; |
87 |
Bool_t INSERT_ROOT; |
Bool_t INSERT_ROOT; |
88 |
Bool_t VALIDATE; |
Bool_t VALIDATE; |
89 |
Bool_t NOFRAG; |
Bool_t NOFRAG; |
90 |
|
Bool_t AUTOBOOT; |
91 |
|
|
92 |
TDatime *clean_time; |
TDatime *clean_time; |
93 |
|
|
161 |
Bool_t IsDebug(){return(debug);}; |
Bool_t IsDebug(){return(debug);}; |
162 |
Bool_t IsRunAlreadyInserted(); |
Bool_t IsRunAlreadyInserted(); |
163 |
Bool_t IsRunConsistent(Bool_t mishead, Bool_t mistrail, UInt_t &firstev, UInt_t &lastev); |
Bool_t IsRunConsistent(Bool_t mishead, Bool_t mistrail, UInt_t &firstev, UInt_t &lastev); |
164 |
|
Bool_t AutoBoot(){return(AUTOBOOT);}; |
165 |
// |
// |
166 |
Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2); |
Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2); |
167 |
// |
// |
168 |
UInt_t PKT(UInt_t pkt_num); |
Long64_t PKT(UInt_t pkt_num); |
169 |
// |
// |
170 |
ULong64_t OBT(UInt_t obt); |
Long64_t OBT(UInt_t obt); |
171 |
// |
// |
172 |
UInt_t AssignRunID(); |
UInt_t AssignRunID(); |
173 |
|
|
199 |
void SetTLEPath(TString str); |
void SetTLEPath(TString str); |
200 |
void SetOrbitNo(); |
void SetOrbitNo(); |
201 |
void SetNoFrag(Bool_t nf); |
void SetNoFrag(Bool_t nf); |
202 |
|
void SetAutoBoot(Bool_t nf); |
203 |
// |
// |
204 |
Bool_t SetID_RAW(); |
Bool_t SetID_RAW(); |
205 |
// |
// |