/[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.3 by mocchiut, Fri Jul 24 13:53:51 2009 UTC revision 1.4 by mocchiut, Wed Jul 29 15:47:23 2009 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: mocchiut $   * $Author: mocchiut $
3   * $Date: 2008/12/18 14:47:09 $   * $Date: 2009/07/24 13:53:51 $
4   * $Revision: 1.2 $   * $Revision: 1.3 $
5   *   *
6   * Implementation of the PamelaRun class.   * Implementation of the PamelaRun class.
7   */   */
# Line 51  PamelaRun::PamelaRun(std::string fileNam Line 51  PamelaRun::PamelaRun(std::string fileNam
51    Path(path),    Path(path),
52    Run(fileName),    Run(fileName),
53    RunNumber(1),//veirificare se è possibilie eliminare questa variabile    RunNumber(1),//veirificare se è possibilie eliminare questa variabile
54      compression(compr),
55    Multiple(multiple),    Multiple(multiple),
56    SingleFile(0),    SingleFile(0){
   compression(compr){  
57    
58    RunExists(fileName);    RunExists(fileName);
59    info = RunInfoYoda(this);    info = RunInfoYoda(this);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23