1 |
/** @file |
/** @file |
2 |
* $Source: /repository/event/PamelaRun.h,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/PamelaRun.h,v $ |
3 |
* $Id: PamelaRun.h,v 1.4 2008-03-11 14:26:19 messineo Exp $ |
* $Id: PamelaRun.h,v 1.1.1.1 2008/09/23 07:19:53 mocchiut Exp $ |
4 |
* $Author: messineo $ |
* $Author: mocchiut $ |
5 |
* |
* |
6 |
* Header file for the PamelaRun class. |
* Header file for the PamelaRun class. |
7 |
*/ |
*/ |
64 |
*/ |
*/ |
65 |
int RunNumber; |
int RunNumber; |
66 |
/** |
/** |
|
* compression Level. |
|
|
*/ |
|
|
short compression; |
|
|
/** |
|
67 |
* Multiple/Single unpack. |
* Multiple/Single unpack. |
68 |
*/ |
*/ |
69 |
bool Multiple; |
bool Multiple; |
72 |
*/ |
*/ |
73 |
TFile *SingleFile; |
TFile *SingleFile; |
74 |
/** |
/** |
75 |
|
* compression Level. |
76 |
|
*/ |
77 |
|
short compression; |
78 |
|
/** |
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; |