1 |
/** @file |
/** @file |
2 |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/PamelaRun.h,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/PamelaRun.h,v $ |
3 |
* $Id: PamelaRun.h,v 1.1.1.1 2008/09/23 07:19:53 mocchiut Exp $ |
* $Id: PamelaRun.h,v 1.2 2009/07/24 13:53:51 mocchiut Exp $ |
4 |
* $Author: mocchiut $ |
* $Author: mocchiut $ |
5 |
* |
* |
6 |
* Header file for the PamelaRun class. |
* Header file for the PamelaRun class. |
64 |
*/ |
*/ |
65 |
int RunNumber; |
int RunNumber; |
66 |
/** |
/** |
67 |
|
* compression Level. |
68 |
|
*/ |
69 |
|
short compression; |
70 |
|
/** |
71 |
* Multiple/Single unpack. |
* Multiple/Single unpack. |
72 |
*/ |
*/ |
73 |
bool Multiple; |
bool Multiple; |
76 |
*/ |
*/ |
77 |
TFile *SingleFile; |
TFile *SingleFile; |
78 |
/** |
/** |
|
* compression Level. |
|
|
*/ |
|
|
short compression; |
|
|
/** |
|
79 |
* The information about the run to be stored in the ROOT files |
* The information about the run to be stored in the ROOT files |
80 |
*/ |
*/ |
81 |
pamela::RunInfoYoda info; |
pamela::RunInfoYoda info; |
153 |
std::string GetRun(){ return Run; } |
std::string GetRun(){ return Run; } |
154 |
std::string GetPath(){ return Path; } |
std::string GetPath(){ return Path; } |
155 |
std::string GetUnpackPath(){ return UnpackPath; } |
std::string GetUnpackPath(){ return UnpackPath; } |
156 |
ClassDef(PamelaRun, 3) |
ClassDef(PamelaRun, 4) |
157 |
}; |
}; |
158 |
} |
} |
159 |
|
|