--- yoda/techmodel/TechmodelPamelaRun.cpp 2005/05/28 10:44:11 4.4 +++ yoda/techmodel/TechmodelPamelaRun.cpp 2006/02/04 12:37:45 5.1 @@ -1,16 +1,13 @@ /** @file * $Source: /home/cvsmanager/yoda/techmodel/TechmodelPamelaRun.cpp,v $ - * $Id: TechmodelPamelaRun.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $ - * $Author: kusanagi $ + * $Id: TechmodelPamelaRun.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ + * $Author: Maurizio Nagni $ * * Implementation of the TechmodelPamelaRun class. */ -#include -#include -#include -#include -#include + +#include #include "TechmodelPamelaRun.h" using namespace pamela; @@ -24,8 +21,8 @@ * techmodel data files into the ROOT TTrees. * @param run Run number */ -TechmodelPamelaRun::TechmodelPamelaRun(std::string fileName, std::string path) : - PamelaRun(fileName, path) { +TechmodelPamelaRun::TechmodelPamelaRun(std::string fileName, std::string path, bool multiFile, short compression) : + PamelaRun(fileName, path, multiFile, compression) { InputFile = new ifstream(fileName.c_str(), std::ios::binary); //inserito ios::binary maurizio 01/03/2004 if (!*InputFile){ std::stringstream oss;