--- chewbacca/event/PamelaRun.cpp 2008/09/23 07:19:55 1.1 +++ chewbacca/event/PamelaRun.cpp 2008/12/18 14:47:09 1.2 @@ -1,7 +1,7 @@ /** @file - * $Author: messineo $ - * $Date: 2008-03-11 14:26:19 $ - * $Revision: 1.4 $ + * $Author: mocchiut $ + * $Date: 2008/09/23 07:19:55 $ + * $Revision: 1.1.1.1 $ * * Implementation of the PamelaRun class. */ @@ -589,7 +589,7 @@ } else { if (!Multiple && (SingleFile == NULL)){ //std::string pathDir((char*)getenv("YODA_DATA")); - SingleFile = new TFile((GetPath() + "/" + Run + ".root").c_str(), "update"); + SingleFile = new TFile((GetPath() + "/" + Run + ".root").c_str(), "update"); SingleFile->SetCompressionLevel(compression); }