/[PAMELA software]/chewbacca/event/PamelaRun.cpp
ViewVC logotype

Diff of /chewbacca/event/PamelaRun.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Tue Sep 23 07:19:55 2008 UTC revision 1.2 by mocchiut, Thu Dec 18 14:47:09 2008 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: messineo $   * $Author: mocchiut $
3   * $Date: 2008-03-11 14:26:19 $   * $Date: 2008/09/23 07:19:55 $
4   * $Revision: 1.4 $   * $Revision: 1.1.1.1 $
5   *   *
6   * Implementation of the PamelaRun class.   * Implementation of the PamelaRun class.
7   */   */
# Line 589  void PamelaRun::WriteHeader(Algorithm* a Line 589  void PamelaRun::WriteHeader(Algorithm* a
589    } else {    } else {
590          if (!Multiple && (SingleFile == NULL)){          if (!Multiple && (SingleFile == NULL)){
591                  //std::string pathDir((char*)getenv("YODA_DATA"));                  //std::string pathDir((char*)getenv("YODA_DATA"));
592                  SingleFile = new TFile((GetPath() + "/" + Run + ".root").c_str(), "update");            SingleFile = new TFile((GetPath() + "/" + Run + ".root").c_str(), "update");
593                  SingleFile->SetCompressionLevel(compression);                  SingleFile->SetCompressionLevel(compression);
594          }          }
595    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23