/[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.7 by mocchiut, Fri Mar 30 11:16:39 2007 UTC
# Line 69  class FEVdetector : public TObject { Line 69  class FEVdetector : public TObject {
69    //  TTree *otr;    //  TTree *otr;
70    TChain *otr;    TChain *otr;
71    //  TTree *runtree;    //  TTree *runtree;
72    TChain *runtree;    //  TChain *runtree;
73    PamLevel2 *L2;    PamLevel2 *L2;
74    pamela::PscuHeader *ph;    pamela::PscuHeader *ph;
75    pamela::EventHeader *eh;    pamela::EventHeader *eh;
# Line 144  class FEVdetector : public TObject { Line 144  class FEVdetector : public TObject {
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 *GetChain(){return otr;};    TChain *GetChain(){return otr;};
147      //  TChain *GetRunChain(){return runtree;};
148    void GetWindow();    void GetWindow();
149    void ClearVariables();    void ClearVariables();
150    void GetEntry(Int_t i);    void GetEntry(Int_t i);
# Line 154  class FEVdetector : public TObject { Line 155  class FEVdetector : public TObject {
155    int GetThisEntry(){return (thisentry);};    int GetThisEntry(){return (thisentry);};
156    int GetCounter();    int GetCounter();
157    int SelectEvent();    int SelectEvent();
158      //
159      PamLevel2 *GetL2(){return L2;};
160      //
161  };  };
162    
163  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.23