/[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.1 by mocchiut, Fri Jul 14 14:17:57 2006 UTC revision 1.4 by mocchiut, Wed Feb 28 09:29:54 2007 UTC
# Line 38  Line 38 
38  #include <TEllipse.h>  #include <TEllipse.h>
39  #include <TArrow.h>  #include <TArrow.h>
40  #include <TStyle.h>  #include <TStyle.h>
41    #include <TLeaf.h>
42    #include <TLeafElement.h>
43    #include <TLeafF.h>
44    #include <TLeafC.h>
45    #include <TLeafD.h>
46    #include <TBranchClones.h>
47  //  //
48  #include <PamLevel2.h>  #include <PamLevel2.h>
49  #include <PamelaRun.h>  #include <PamelaRun.h>
# Line 93  class FEVdetector : public TObject { Line 99  class FEVdetector : public TObject {
99    void ShowAC();    void ShowAC();
100    void ShowS4(Bool_t upd);    void ShowS4(Bool_t upd);
101    void ShowND();    void ShowND();
102    
103      void PrintData(TTree *,Long64_t, Int_t);
104      void PrintLeaves(TTree *, Int_t, TBranchElement *,Int_t);
105      void ShowInfo(TString);
106    
107    void Calo1stcalib();    void Calo1stcalib();
108    int OLDCaloFindCalibs();    int OLDCaloFindCalibs();
109    int CaloPede(Int_t s);    int CaloPede(Int_t s);
# Line 102  class FEVdetector : public TObject { Line 113  class FEVdetector : public TObject {
113   public:   public:
114    struct Levels level;    struct Levels level;
115    struct Variables var;    struct Variables var;
116      TString ddec;
117    Int_t lastevno;    Int_t lastevno;
118    Int_t firstevno;    Int_t firstevno;
119    Int_t si;    Int_t si;
# Line 123  class FEVdetector : public TObject { Line 135  class FEVdetector : public TObject {
135    //    //
136    FEVdetector(TString filename, TString selfile, Int_t &mainctrlword, TCanvas &figure);    FEVdetector(TString filename, TString selfile, Int_t &mainctrlword, TCanvas &figure);
137    void SetGUIPtr(PAMevcontrol &mainpamgui);    void SetGUIPtr(PAMevcontrol &mainpamgui);
138      void SetDDEC(TString);
139    void checkctrlword();    void checkctrlword();
140    void add(TString name);    void add(TString name);
141    void Load(TTree &mainotr, TFile &mainfile);    Int_t Load(TTree &mainotr, TFile &mainfile);
142      //  Int_t Load(TChain &mainotr, TFile &mainfile);
143    void GetWindow();    void GetWindow();
144    void ClearVariables();    void ClearVariables();
145    void GetEntry(Int_t i);    void GetEntry(Int_t i);

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

  ViewVC Help
Powered by ViewVC 1.1.23