| 277 |
TTree* run_tree_clone; |
TTree* run_tree_clone; |
| 278 |
TChain* sel_tree; |
TChain* sel_tree; |
| 279 |
TTree* sel_tree_clone; |
TTree* sel_tree_clone; |
| 280 |
|
int *irunoffset; |
| 281 |
|
|
| 282 |
// ------------------------------------------- |
// ------------------------------------------- |
| 283 |
// variables to store total live and dead time |
// variables to store total live and dead time |
| 374 |
Bool_t ISGP; // GP simulation (...sort of patch, to skip OBT check, since OrbitalInfo is sometime missing) |
Bool_t ISGP; // GP simulation (...sort of patch, to skip OBT check, since OrbitalInfo is sometime missing) |
| 375 |
Int_t SELLI; // tree of selected events (there is a selection list) |
Int_t SELLI; // tree of selected events (there is a selection list) |
| 376 |
|
|
| 377 |
|
Bool_t DBG; |
| 378 |
|
|
| 379 |
void Initialize(); |
void Initialize(); |
| 380 |
|
|
| 381 |
|
|
| 471 |
OrbitalInfo *GetOrbitalInfo(){ return orb_obj; }; |
OrbitalInfo *GetOrbitalInfo(){ return orb_obj; }; |
| 472 |
GL_RUN *GetRunInfo() { return run_obj; }; |
GL_RUN *GetRunInfo() { return run_obj; }; |
| 473 |
SoftInfo *GetSoftInfo() { return soft_obj; }; // Emiliano |
SoftInfo *GetSoftInfo() { return soft_obj; }; // Emiliano |
| 474 |
GPamela *GetGPamela() { return gp_obj; }; |
GPamela *GetGPamela() { return gp_obj; }; |
| 475 |
|
|
| 476 |
// ============================================== |
// ============================================== |
| 477 |
// methods to retrieve subdetectors stored tracks |
// methods to retrieve subdetectors stored tracks |
| 505 |
// ================================= |
// ================================= |
| 506 |
// Int_t ntrk(){ return trk2_obj->TrkLevel2::ntrk(); }; |
// Int_t ntrk(){ return trk2_obj->TrkLevel2::ntrk(); }; |
| 507 |
|
|
| 508 |
|
|
| 509 |
|
Long64_t GetRunID(){ return irun;}; |
| 510 |
|
Long64_t GetRunEntryID(){ return irunentry; }; |
| 511 |
|
|
| 512 |
// ----- |
// ----- |
| 513 |
// flags methods |
// flags methods |
| 514 |
// ----- |
// ----- |
| 540 |
|
|
| 541 |
void SetGP(Bool_t tt){ISGP=tt;}; |
void SetGP(Bool_t tt){ISGP=tt;}; |
| 542 |
|
|
| 543 |
|
void SetDebug(Bool_t set){ DBG=set; }; |
| 544 |
|
|
| 545 |
ClassDef(PamLevel2,1); |
ClassDef(PamLevel2,1); |
| 546 |
}; |
}; |