--- yoda/techmodel/TechmodelPamelaRun.h 2005/05/28 10:44:11 4.4 +++ yoda/techmodel/TechmodelPamelaRun.h 2006/02/07 17:11:10 6.0 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/techmodel/TechmodelPamelaRun.h,v $ - * $Id: TechmodelPamelaRun.h,v 4.0 2005/03/06 04:33:02 kusanagi Exp $ + * $Id: TechmodelPamelaRun.h,v 5.1 2006/02/04 12:37:45 kusanagi Exp $ * $Author: kusanagi $ * * 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. */