--- chewbacca/event/PamelaRun.h 2009/07/24 13:53:51 1.2 +++ chewbacca/event/PamelaRun.h 2009/07/29 15:47:23 1.3 @@ -1,6 +1,6 @@ /** @file * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/PamelaRun.h,v $ - * $Id: PamelaRun.h,v 1.1.1.1 2008/09/23 07:19:53 mocchiut Exp $ + * $Id: PamelaRun.h,v 1.2 2009/07/24 13:53:51 mocchiut Exp $ * $Author: mocchiut $ * * Header file for the PamelaRun class. @@ -64,6 +64,10 @@ */ int RunNumber; /** + * compression Level. + */ + short compression; + /** * Multiple/Single unpack. */ bool Multiple; @@ -72,10 +76,6 @@ */ TFile *SingleFile; /** - * compression Level. - */ - short compression; - /** * The information about the run to be stored in the ROOT files */ pamela::RunInfoYoda info; @@ -153,7 +153,7 @@ std::string GetRun(){ return Run; } std::string GetPath(){ return Path; } std::string GetUnpackPath(){ return UnpackPath; } - ClassDef(PamelaRun, 3) + ClassDef(PamelaRun, 4) }; }