| 183 |
void FillClass(); |
void FillClass(); |
| 184 |
void FillClass(Bool_t mishead, Bool_t mistrail, Int_t firstev, Int_t lastev); |
void FillClass(Bool_t mishead, Bool_t mistrail, Int_t firstev, Int_t lastev); |
| 185 |
void HandleTRK_CALIB(Bool_t pk1, Bool_t pk2); |
void HandleTRK_CALIB(Bool_t pk1, Bool_t pk2); |
| 186 |
|
void HandleTRK_CALIB(GL_TRK_CALIB*); |
| 187 |
// |
// |
| 188 |
void RemoveCALIBS(); |
void RemoveCALIBS(); |
| 189 |
void ValidationOFF(); |
void ValidationOFF(); |
| 269 |
// |
// |
| 270 |
Int_t assignBOOT_NUMBER(); |
Int_t assignBOOT_NUMBER(); |
| 271 |
Int_t insertPamelaRootFile(); |
Int_t insertPamelaRootFile(); |
| 272 |
|
Int_t insertPamelaRootFile(GL_ROOT*); |
| 273 |
Int_t insertPamelaRawFile(); |
Int_t insertPamelaRawFile(); |
| 274 |
|
Int_t insertPamelaRawFile(GL_RAW*); |
| 275 |
Int_t insertPamelaGL_TIMESYNC(); |
Int_t insertPamelaGL_TIMESYNC(); |
| 276 |
Int_t insertPamelaRUN(); |
Int_t insertPamelaRUN(); |
| 277 |
Int_t insertCALO_CALIB(); |
Int_t insertCALO_CALIB(); |
| 304 |
// Functions for TLE |
// Functions for TLE |
| 305 |
Int_t populateTLE(); |
Int_t populateTLE(); |
| 306 |
|
|
| 307 |
UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h); |
UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h, TFile* file); |
| 308 |
UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h); }; |
UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h, TFile* file){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h,file); }; |
| 309 |
|
|
| 310 |
|
UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h,file); }; |
| 311 |
|
UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h,file); }; |
| 312 |
|
|
| 313 |
UInt_t Check(); |
UInt_t Check(); |
| 314 |
UInt_t Check(UInt_t from, UInt_t to); |
UInt_t Check(UInt_t from, UInt_t to); |