--- eventviewer/flight/inc/FEVdetector.h 2007/03/20 12:49:51 1.6 +++ eventviewer/flight/inc/FEVdetector.h 2012/01/11 16:27:26 1.11 @@ -44,6 +44,7 @@ #include #include #include +#include // #include #include @@ -65,12 +66,11 @@ private: TCanvas *thefigure; - TFile *file; + // TFile *file; // TTree *otr; TChain *otr; // TTree *runtree; - TChain *runtree; - PamLevel2 *L2; + // TChain *runtree; pamela::PscuHeader *ph; pamela::EventHeader *eh; pamela::calorimeter::CalorimeterEvent *de; @@ -97,6 +97,7 @@ void ShowPalette(); void ShowCalo(Bool_t upd); void ShowTRK(Bool_t upd); + void ShowTRG(); void ShowTrack(); void ShowTOF(); void ShowAC(); @@ -114,6 +115,7 @@ void CaloCompressData(Int_t l, Int_t m, Int_t pre); public: + PamLevel2 *L2; struct Levels level; struct Variables var; TString ddec; @@ -140,11 +142,13 @@ void SetGUIPtr(PAMevcontrol &mainpamgui); void SetDDEC(TString); void checkctrlword(); + void Reset(); void add(TString name); //Int_t Load(TTree &mainotr, TFile &mainfile); - TChain *Load(TFile &mainfile); + // TChain *Load(TFile &mainfile); + TChain *Load(TString mainfile); TChain *GetChain(){return otr;}; - TChain *GetRunChain(){return runtree;}; + // TChain *GetRunChain(){return runtree;}; void GetWindow(); void ClearVariables(); void GetEntry(Int_t i);