| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvspamela/yoda/techmodel/TechmodelPamelaRun.h,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/TechmodelPamelaRun.h,v $ |
| 3 |
* $Id: TechmodelPamelaRun.h,v 1.6 2004/03/16 10:18:28 nagni Exp $ |
* $Id: TechmodelPamelaRun.h,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ |
| 4 |
* $Author: nagni $ |
* $Author: Maurizio Nagni $ |
| 5 |
* |
* |
| 6 |
* Header file for the TechmodelPamelaRun class. |
* Header file for the TechmodelPamelaRun class. |
| 7 |
*/ |
*/ |
| 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 |
*/ |
*/ |