/[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.6 by mocchiut, Tue Mar 20 12:49:51 2007 UTC
# 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.6

  ViewVC Help
Powered by ViewVC 1.1.23