| 1 | #ifndef __FEVdetector__ | 
| 2 | #define __FEVdetector__ | 
| 3 | #include <feventvstruct.h> | 
| 4 | #include <TObjectTable.h> | 
| 5 | #include <TGClient.h> | 
| 6 | #include <TGButton.h> | 
| 7 | #include <TGComboBox.h> | 
| 8 | #include <TGLabel.h> | 
| 9 | #include <TGTextEntry.h> | 
| 10 | #include <TGFrame.h> | 
| 11 | #include <TGButtonGroup.h> | 
| 12 | #include <TGProgressBar.h> | 
| 13 | #include <TGMsgBox.h> | 
| 14 | #include <TGComboBox.h> | 
| 15 | #include <TTree.h> | 
| 16 | #include <TClassEdit.h> | 
| 17 | #include <TObject.h> | 
| 18 | #include <TList.h> | 
| 19 | #include <TSystem.h> | 
| 20 | #include <TSystemDirectory.h> | 
| 21 | #include <TString.h> | 
| 22 | #include <TFile.h> | 
| 23 | #include <TClass.h> | 
| 24 | #include <TCanvas.h> | 
| 25 | #include <TH1.h> | 
| 26 | #include <TH1F.h> | 
| 27 | #include <TH2D.h> | 
| 28 | #include <TLatex.h> | 
| 29 | #include <TPad.h> | 
| 30 | #include <TPaveLabel.h> | 
| 31 | #include <TLine.h> | 
| 32 | #include <TPolyLine.h> | 
| 33 | #include <TChain.h> | 
| 34 | #include <TApplication.h> | 
| 35 | #include <TVirtualX.h> | 
| 36 | #include <TGClient.h> | 
| 37 | #include <TGWindow.h> | 
| 38 | #include <TEllipse.h> | 
| 39 | #include <TArrow.h> | 
| 40 | #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> | 
| 49 | #include <PamelaRun.h> | 
| 50 | #include <physics/calorimeter/CalorimeterEvent.h> | 
| 51 | #include <physics/trigger/TriggerEvent.h> | 
| 52 | #include <physics/tof/TofEvent.h> | 
| 53 | #include <physics/tracker/TrackerEvent.h> | 
| 54 | #include <physics/anticounter/AnticounterEvent.h> | 
| 55 | #include <physics/neutronDetector/NeutronEvent.h> | 
| 56 | #include <physics/S4/S4Event.h> | 
| 57 | #include <CalibCalPedEvent.h> | 
| 58 |  | 
| 59 | // | 
| 60 | #include <OrbitalInfo.h> | 
| 61 | #include <RunInfo.h> | 
| 62 | #include <FEVpamevcontrol.h> | 
| 63 | // | 
| 64 | class FEVdetector : public TObject { | 
| 65 |  | 
| 66 | private: | 
| 67 | TCanvas *thefigure; | 
| 68 | TFile *file; | 
| 69 | //  TTree *otr; | 
| 70 | TChain *otr; | 
| 71 | //  TTree *runtree; | 
| 72 | TChain *runtree; | 
| 73 | PamLevel2 *L2; | 
| 74 | pamela::PscuHeader *ph; | 
| 75 | pamela::EventHeader *eh; | 
| 76 | pamela::calorimeter::CalorimeterEvent *de; | 
| 77 | pamela::tracker::TrackerEvent *trk; | 
| 78 | pamela::neutron::NeutronEvent  *ne; | 
| 79 | pamela::neutron::NeutronRecord *nr; | 
| 80 | pamela::anticounter::AnticounterEvent  *ace; | 
| 81 | pamela::S4::S4Event  *s4; | 
| 82 | pamela::trigger::TriggerEvent *trigger; | 
| 83 | pamela::tof::TofEvent  *tof; | 
| 84 | //  OrbitalInfo *oinfoL2; | 
| 85 | //  ItoRunInfo *runinfo; | 
| 86 | PAMevcontrol *pamgui; | 
| 87 | Int_t *ctrlword; | 
| 88 | Int_t thisentry; | 
| 89 | Int_t b[4]; | 
| 90 | Float_t mip[2][22][96]; | 
| 91 | Bool_t defcalib; | 
| 92 | struct Calib calib; | 
| 93 | struct Evento evento; | 
| 94 | void ColorMIP(Float_t mip, int& colo); | 
| 95 | void ColorTOFMIP(Float_t mip, int& colo); | 
| 96 | void ColorTRKMIP(Float_t mip, int& colo, Int_t img); | 
| 97 | void ShowPalette(); | 
| 98 | void ShowCalo(Bool_t upd); | 
| 99 | void ShowTRK(Bool_t upd); | 
| 100 | void ShowTrack(); | 
| 101 | void ShowTOF(); | 
| 102 | void ShowAC(); | 
| 103 | void ShowS4(Bool_t upd); | 
| 104 | void ShowND(); | 
| 105 |  | 
| 106 | //  void PrintData(TTree *,Long64_t, Int_t); | 
| 107 | //  void PrintLeaves(TTree *, Int_t, TBranchElement *,Int_t); | 
| 108 | void ShowInfo(TString); | 
| 109 |  | 
| 110 | void Calo1stcalib(); | 
| 111 | int OLDCaloFindCalibs(); | 
| 112 | int CaloPede(Int_t s); | 
| 113 | void CaloFindBaseRaw(Int_t l, Int_t m, Int_t pre); | 
| 114 | void CaloCompressData(Int_t l, Int_t m, Int_t pre); | 
| 115 |  | 
| 116 | public: | 
| 117 | struct Levels level; | 
| 118 | struct Variables var; | 
| 119 | TString ddec; | 
| 120 | Int_t lastevno; | 
| 121 | Int_t firstevno; | 
| 122 | Int_t si; | 
| 123 | //  Int_t jumpto; | 
| 124 | Int_t maxevent; | 
| 125 | Int_t minevent; | 
| 126 | Int_t headc; | 
| 127 | Int_t headcold; | 
| 128 | Int_t OBT; | 
| 129 | Int_t OOBT; | 
| 130 | Int_t DOBT; | 
| 131 | Int_t calotrig; | 
| 132 | Int_t toftrig; | 
| 133 | Int_t s4pulser; | 
| 134 | //  Int_t selection; | 
| 135 | //  Int_t doflag; | 
| 136 | //  Int_t seldone; | 
| 137 | TString trcs; | 
| 138 | // | 
| 139 | FEVdetector(TString filename, TString selfile, Int_t &mainctrlword, TCanvas &figure); | 
| 140 | void SetGUIPtr(PAMevcontrol &mainpamgui); | 
| 141 | void SetDDEC(TString); | 
| 142 | void checkctrlword(); | 
| 143 | void add(TString name); | 
| 144 | //Int_t Load(TTree &mainotr, TFile &mainfile); | 
| 145 | TChain *Load(TFile &mainfile); | 
| 146 | TChain *GetChain(){return otr;}; | 
| 147 | void GetWindow(); | 
| 148 | void ClearVariables(); | 
| 149 | void GetEntry(Int_t i); | 
| 150 | void SetEntry(Int_t i); | 
| 151 | void GetGeneralInfo(); | 
| 152 | void DisplayEvent(); | 
| 153 | void DrawX(Float_t cx, Float_t cy, Float_t si, Variables & var); | 
| 154 | int GetThisEntry(){return (thisentry);}; | 
| 155 | int GetCounter(); | 
| 156 | int SelectEvent(); | 
| 157 | }; | 
| 158 |  | 
| 159 | #endif |