| 20 |
#include <NDLevel2.h> |
#include <NDLevel2.h> |
| 21 |
#include <AcLevel2.h> |
#include <AcLevel2.h> |
| 22 |
#include <OrbitalInfo.h> |
#include <OrbitalInfo.h> |
|
#include <OrbitalInfo.h> |
|
| 23 |
#include <RunInfo.h> |
#include <RunInfo.h> |
| 24 |
#include <GLTables.h> |
#include <GLTables.h> |
| 25 |
|
|
| 101 |
OrbitalInfo* orb_obj; |
OrbitalInfo* orb_obj; |
| 102 |
|
|
| 103 |
GL_RUN* run_obj; |
GL_RUN* run_obj; |
| 104 |
|
SoftInfo* soft_obj; // Emiliano |
| 105 |
|
|
| 106 |
TTree* tree_clone[8]; |
TTree* tree_clone[8]; |
| 107 |
|
|
| 137 |
void Clear(); |
void Clear(); |
| 138 |
void Delete(); |
void Delete(); |
| 139 |
|
|
|
GL_RUN* GetRunInfo() { return run_obj; }; |
|
| 140 |
|
|
| 141 |
// ========================================= |
// ========================================= |
| 142 |
// methods needed to read/write Level2 trees |
// methods needed to read/write Level2 trees |
| 180 |
NDLevel2 *GetNDLevel2() { return nd_obj;}; |
NDLevel2 *GetNDLevel2() { return nd_obj;}; |
| 181 |
AcLevel2 *GetAcLevel2() { return ac_obj;}; |
AcLevel2 *GetAcLevel2() { return ac_obj;}; |
| 182 |
OrbitalInfo *GetOrbitalInfo(){ return orb_obj;}; |
OrbitalInfo *GetOrbitalInfo(){ return orb_obj;}; |
| 183 |
|
GL_RUN *GetRunInfo() { return run_obj; }; |
| 184 |
|
SoftInfo *GetSoftInfo() { return soft_obj; }; // Emiliano |
| 185 |
|
|
| 186 |
// ============================================== |
// ============================================== |
| 187 |
// methods to retrieve subdetectors stored tracks |
// methods to retrieve subdetectors stored tracks |