/[PAMELA software]/eventviewer/flight/inc/FEVdetector.h
ViewVC logotype

Diff of /eventviewer/flight/inc/FEVdetector.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mocchiut, Thu Mar 15 14:02:31 2007 UTC revision 1.8 by mocchiut, Tue Apr 17 16:05:14 2007 UTC
# Line 65  class FEVdetector : public TObject { Line 65  class FEVdetector : public TObject {
65    
66   private:   private:
67    TCanvas *thefigure;    TCanvas *thefigure;
68    TFile *file;    //  TFile *file;
69    //  TTree *otr;    //  TTree *otr;
70    TChain *otr;    TChain *otr;
71    //  TTree *runtree;    //  TTree *runtree;
72    TChain *runtree;    //  TChain *runtree;
   PamLevel2 *L2;  
73    pamela::PscuHeader *ph;    pamela::PscuHeader *ph;
74    pamela::EventHeader *eh;    pamela::EventHeader *eh;
75    pamela::calorimeter::CalorimeterEvent *de;    pamela::calorimeter::CalorimeterEvent *de;
# Line 114  class FEVdetector : public TObject { Line 113  class FEVdetector : public TObject {
113    void CaloCompressData(Int_t l, Int_t m, Int_t pre);    void CaloCompressData(Int_t l, Int_t m, Int_t pre);
114    
115   public:   public:
116      PamLevel2 *L2;
117    struct Levels level;    struct Levels level;
118    struct Variables var;    struct Variables var;
119    TString ddec;    TString ddec;
# Line 142  class FEVdetector : public TObject { Line 142  class FEVdetector : public TObject {
142    void checkctrlword();    void checkctrlword();
143    void add(TString name);    void add(TString name);
144    //Int_t Load(TTree &mainotr, TFile &mainfile);    //Int_t Load(TTree &mainotr, TFile &mainfile);
145    TChain *Load(TFile &mainfile);    //  TChain *Load(TFile &mainfile);
146      TChain *Load(TString mainfile);
147    TChain *GetChain(){return otr;};    TChain *GetChain(){return otr;};
148      //  TChain *GetRunChain(){return runtree;};
149    void GetWindow();    void GetWindow();
150    void ClearVariables();    void ClearVariables();
151    void GetEntry(Int_t i);    void GetEntry(Int_t i);
# Line 154  class FEVdetector : public TObject { Line 156  class FEVdetector : public TObject {
156    int GetThisEntry(){return (thisentry);};    int GetThisEntry(){return (thisentry);};
157    int GetCounter();    int GetCounter();
158    int SelectEvent();    int SelectEvent();
159      //
160      PamLevel2 *GetL2(){return L2;};
161      //
162  };  };
163    
164  #endif  #endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23