| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/techmodel/TechmodelPamelaRun.h,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/TechmodelPamelaRun.h,v $ |
| 3 |
* $Id: TechmodelPamelaRun.h,v 2.0 2004/09/21 20:50:54 kusanagi Exp $ |
* $Id: TechmodelPamelaRun.h,v 5.1 2006/02/04 12:37:45 kusanagi Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Header file for the TechmodelPamelaRun class. |
* Header file for the TechmodelPamelaRun class. |
| 9 |
#define TECHMODEL_PAMELA_RUN_H |
#define TECHMODEL_PAMELA_RUN_H |
| 10 |
|
|
| 11 |
#include <iostream> |
#include <iostream> |
| 12 |
|
#include <fstream> |
| 13 |
|
|
| 14 |
|
#if (__GNUC__ == 3) && (__GNUC_MINOR__ == 2) |
| 15 |
|
char* operator+( std::streampos&, char* ); |
| 16 |
|
#endif |
| 17 |
|
|
| 18 |
#include "event/PamelaRun.h" |
#include "event/PamelaRun.h" |
| 19 |
|
|
| 31 |
*/ |
*/ |
| 32 |
ifstream* InputFile; |
ifstream* InputFile; |
| 33 |
public: |
public: |
| 34 |
TechmodelPamelaRun(std::string, std::string = getenv("YODA_DATA")); |
TechmodelPamelaRun(std::string, std::string, bool, short); |
| 35 |
/** |
/** |
| 36 |
* Get the input file stream. |
* Get the input file stream. |
| 37 |
*/ |
*/ |