--- chewbacca/event/PamelaRun.h 2009/07/24 13:53:51 1.2 +++ chewbacca/event/PamelaRun.h 2009/12/30 14:50:02 1.5 @@ -1,7 +1,7 @@ /** @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 $ - * $Author: mocchiut $ + * $Id: PamelaRun.h,v 1.4 2009/08/05 18:48:41 pam-fi Exp $ + * $Author: pam-fi $ * * Header file for the PamelaRun class. */ @@ -34,6 +34,7 @@ #include "EventHeader.h" #include "RunInfoYoda.h" #include +#include /** * pamela is the base namespace of this package. @@ -64,6 +65,10 @@ */ int RunNumber; /** + * compression Level. + */ + short compression; + /** * Multiple/Single unpack. */ bool Multiple; @@ -72,10 +77,6 @@ */ TFile *SingleFile; /** - * compression Level. - */ - short compression; - /** * The information about the run to be stored in the ROOT files */ pamela::RunInfoYoda info; @@ -149,11 +150,12 @@ void WriteHeaders(pamela::Algorithm*, pamela::EventHeader **); void WriteHeader(pamela::Algorithm*, pamela::EventHeader**, const pamela::PacketType*); // 23/11/2002 maurizio mede it from private to public void WriteFiles(void); + void WriteFilesEasy(); void FillTrees(const pamela::PacketType*); std::string GetRun(){ return Run; } std::string GetPath(){ return Path; } std::string GetUnpackPath(){ return UnpackPath; } - ClassDef(PamelaRun, 3) + ClassDef(PamelaRun, 4) }; }