/[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.4 by mocchiut, Wed Feb 28 09:29:54 2007 UTC revision 1.5 by mocchiut, Thu Mar 15 14:02:31 2007 UTC
# Line 66  class FEVdetector : public TObject { Line 66  class FEVdetector : public TObject {
66   private:   private:
67    TCanvas *thefigure;    TCanvas *thefigure;
68    TFile *file;    TFile *file;
69    TTree *otr;    //  TTree *otr;
70      TChain *otr;
71      //  TTree *runtree;
72      TChain *runtree;
73    PamLevel2 *L2;    PamLevel2 *L2;
74    pamela::PscuHeader *ph;    pamela::PscuHeader *ph;
75    pamela::EventHeader *eh;    pamela::EventHeader *eh;
# Line 78  class FEVdetector : public TObject { Line 81  class FEVdetector : public TObject {
81    pamela::S4::S4Event  *s4;    pamela::S4::S4Event  *s4;
82    pamela::trigger::TriggerEvent *trigger;        pamela::trigger::TriggerEvent *trigger;    
83    pamela::tof::TofEvent  *tof;    pamela::tof::TofEvent  *tof;
84    OrbitalInfo *oinfoL2;    //  OrbitalInfo *oinfoL2;
85    ItoRunInfo *runinfo;    //  ItoRunInfo *runinfo;
86    PAMevcontrol *pamgui;    PAMevcontrol *pamgui;
87    Int_t *ctrlword;    Int_t *ctrlword;
88    Int_t thisentry;    Int_t thisentry;
# Line 100  class FEVdetector : public TObject { Line 103  class FEVdetector : public TObject {
103    void ShowS4(Bool_t upd);    void ShowS4(Bool_t upd);
104    void ShowND();    void ShowND();
105    
106    void PrintData(TTree *,Long64_t, Int_t);    //  void PrintData(TTree *,Long64_t, Int_t);
107    void PrintLeaves(TTree *, Int_t, TBranchElement *,Int_t);    //  void PrintLeaves(TTree *, Int_t, TBranchElement *,Int_t);
108    void ShowInfo(TString);    void ShowInfo(TString);
109    
110    void Calo1stcalib();    void Calo1stcalib();
# Line 138  class FEVdetector : public TObject { Line 141  class FEVdetector : public TObject {
141    void SetDDEC(TString);    void SetDDEC(TString);
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    //  Int_t Load(TChain &mainotr, TFile &mainfile);    TChain *Load(TFile &mainfile);
146      TChain *GetChain(){return otr;};
147    void GetWindow();    void GetWindow();
148    void ClearVariables();    void ClearVariables();
149    void GetEntry(Int_t i);    void GetEntry(Int_t i);

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

  ViewVC Help
Powered by ViewVC 1.1.23