1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/PamelaRun.h,v $ |
* $Source: /home/cvsmanager/yoda/event/PamelaRun.h,v $ |
3 |
* $Id: PamelaRun.h,v 5.1 2006/02/04 12:37:43 kusanagi Exp $ |
* $Id: PamelaRun.h,v 6.0 2006/02/07 17:11:07 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the PamelaRun class. |
* Header file for the PamelaRun class. |
50 |
/** |
/** |
51 |
* The path to the bases of the ROOT repository. |
* The path to the bases of the ROOT repository. |
52 |
*/ |
*/ |
53 |
std::string Path; |
std::string Path; |
54 |
|
/** |
55 |
|
* The path to the bases for Unpacking. |
56 |
|
*/ |
57 |
|
std::string UnpackPath; |
58 |
/** |
/** |
59 |
* The run name; |
* The run name; |
60 |
*/ |
*/ |
146 |
void WriteFiles(void); |
void WriteFiles(void); |
147 |
void FillTrees(const pamela::PacketType*); |
void FillTrees(const pamela::PacketType*); |
148 |
std::string GetRun(){ return Run; } |
std::string GetRun(){ return Run; } |
149 |
ClassDef(PamelaRun, 2) |
std::string GetPath(){ return Path; } |
150 |
|
std::string GetUnpackPath(){ return UnpackPath; } |
151 |
|
ClassDef(PamelaRun, 3) |
152 |
}; |
}; |
153 |
} |
} |
154 |
|
|