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.2 2009/07/24 13:53:51 mocchiut Exp $ |
4 |
* $Author: messineo $ |
* $Author: mocchiut $ |
5 |
* |
* |
6 |
* Header file for the PamelaRun class. |
* Header file for the PamelaRun class. |
7 |
*/ |
*/ |
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 |
|
|