19 |
#include <varDump/VarDumpEvent.h> |
#include <varDump/VarDumpEvent.h> |
20 |
#include <varDump/VarDumpRecord.h> |
#include <varDump/VarDumpRecord.h> |
21 |
#include <physics/S4/S4Event.h> |
#include <physics/S4/S4Event.h> |
22 |
|
#include <endrun/PhysEndRunEvent.h> |
23 |
|
#include <endrun/TBEndRun.h> |
24 |
|
|
25 |
#include <GLTables.h> |
#include <GLTables.h> |
26 |
|
|
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(); |
236 |
void SetNoFrag(Bool_t nf); |
void SetNoFrag(Bool_t nf); |
237 |
void SetAutoBoot(Bool_t nf); |
void SetAutoBoot(Bool_t nf); |
238 |
void SetPedantic(Bool_t pd); |
void SetPedantic(Bool_t pd); |
239 |
|
void SetPhysEndRunVariables(); |
240 |
// |
// |
241 |
Bool_t SetID_RAW(); |
Bool_t SetID_RAW(); |
242 |
// |
// |
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); |