193 |
void ValidationOFF(); |
void ValidationOFF(); |
194 |
void ReArrangeRUNS(); |
void ReArrangeRUNS(); |
195 |
void RemoveRUNS(); |
void RemoveRUNS(); |
196 |
void RemoveFILES(); |
void RemoveFILES(UInt_t idtsy); |
197 |
// |
// |
198 |
Bool_t IsDebug(){return(debug);}; |
Bool_t IsDebug(){return(debug);}; |
199 |
Bool_t IsRunAlreadyInserted(); |
Bool_t IsRunAlreadyInserted(); |
200 |
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); |
201 |
Bool_t AutoBoot(){return(AUTOBOOT);}; |
Bool_t AutoBoot(){return(AUTOBOOT);}; |
202 |
// |
// |
203 |
Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2); |
// Bool_t MissingTRK_CALIB(UInt_t t1,UInt_t t2); |
204 |
|
UInt_t MissingTRK_CALIB(UInt_t t1,UInt_t t2); |
205 |
// |
// |
206 |
Long64_t PKT(UInt_t pkt_num); |
Long64_t PKT(UInt_t pkt_num); |
207 |
// |
// |
292 |
Int_t ValidateRuns(); |
Int_t ValidateRuns(); |
293 |
Int_t ValidateRuns(TString valfile); |
Int_t ValidateRuns(TString valfile); |
294 |
Int_t assignVALIDATION(UInt_t ,Bool_t ); |
Int_t assignVALIDATION(UInt_t ,Bool_t ); |
295 |
|
Int_t assignVALIDATION(UInt_t ,UInt_t ); |
296 |
Int_t removeFile(TString rootfilename); |
Int_t removeFile(TString rootfilename); |
297 |
// |
// |
298 |
Bool_t IsChewbacca(){return chewbacca;}; |
Bool_t IsChewbacca(){return chewbacca;}; |