| 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 |
| 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 |
}; |
}; |