--- PamelaLevel2/inc/PamLevel2.h 2008/12/10 11:56:31 1.39 +++ PamelaLevel2/inc/PamLevel2.h 2008/12/12 14:11:47 1.40 @@ -286,6 +286,7 @@ TChain* sel_tree; TTree* sel_tree_clone; int *irunoffset; + GL_TIMESYNC *gltsync; // Emiliano // ------------------------------------------- // variables to store total live and dead time @@ -545,6 +546,7 @@ Bool_t IsGood(Bool_t strict=true); Int_t IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list) + void SetSELLI(Int_t selli){SELLI=selli;}; Bool_t IsGP(){return ISGP;};