Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by mocchiut, Mon Feb 26 17:30:30 2007 UTC | revision 1.4 by mocchiut, Wed Feb 28 09:29:54 2007 UTC | |
|---|---|---|
| # | Line 43 | Line 43 |
| 43 | #include <TLeafF.h> | #include <TLeafF.h> |
| 44 | #include <TLeafC.h> | #include <TLeafC.h> |
| 45 | #include <TLeafD.h> | #include <TLeafD.h> |
| 46 | #include <TBranchClones.h> | |
| 47 | // | // |
| 48 | #include <PamLevel2.h> | #include <PamLevel2.h> |
| 49 | #include <PamelaRun.h> | #include <PamelaRun.h> |
| # | Line 98 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); | void PrintData(TTree *,Long64_t, Int_t); |
| 104 | void PrintLeaves(TTree *, Int_t, TBranchElement *,Int_t); | 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); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |