1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/PamelaRun.h,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/event/PamelaRun.h,v $ |
3 |
* $Id: PamelaRun.h,v 6.0 2006/02/07 17:11:07 kusanagi Exp $ |
* $Id: PamelaRun.h,v 6.1 2006/03/08 13:51:45 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the PamelaRun class. |
* Header file for the PamelaRun class. |
127 |
|
|
128 |
public: |
public: |
129 |
PamelaRun(std::string, std::string, bool, short); |
PamelaRun(std::string, std::string, bool, short); |
130 |
|
virtual ~PamelaRun(){}; |
131 |
static std::string GetRunName(int run); |
static std::string GetRunName(int run); |
132 |
//static int RunExists(int = 1) throw (std::exception); |
//static int RunExists(int = 1) throw (std::exception); |
133 |
|
|