--- yoda/techmodel/TechmodelPamelaRun.h 2004/09/21 20:50:54 2.0 +++ yoda/techmodel/TechmodelPamelaRun.h 2006/02/04 12:37:45 5.1 @@ -1,7 +1,7 @@ /** @file * $Source: /home/cvsmanager/yoda/techmodel/TechmodelPamelaRun.h,v $ - * $Id: TechmodelPamelaRun.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ - * $Author: kusanagi $ + * $Id: TechmodelPamelaRun.h,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ + * $Author: Maurizio Nagni $ * * Header file for the TechmodelPamelaRun class. */ @@ -9,6 +9,11 @@ #define TECHMODEL_PAMELA_RUN_H #include +#include + +#if (__GNUC__ == 3) && (__GNUC_MINOR__ == 2) + char* operator+( std::streampos&, char* ); +#endif #include "event/PamelaRun.h" @@ -26,7 +31,7 @@ */ ifstream* InputFile; public: - TechmodelPamelaRun(std::string, std::string = getenv("YODA_DATA")); + TechmodelPamelaRun(std::string, std::string, bool, short); /** * Get the input file stream. */