| 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 |
// |
// |
| 47 |
#include <PamLevel2.h> |
#include <PamLevel2.h> |
| 48 |
#include <PamelaRun.h> |
#include <PamelaRun.h> |
| 98 |
void ShowAC(); |
void ShowAC(); |
| 99 |
void ShowS4(Bool_t upd); |
void ShowS4(Bool_t upd); |
| 100 |
void ShowND(); |
void ShowND(); |
| 101 |
|
void PrintData(TTree *,Long64_t, Int_t); |
| 102 |
|
void PrintLeaves(TTree *, Int_t, TBranchElement *,Int_t); |
| 103 |
void Calo1stcalib(); |
void Calo1stcalib(); |
| 104 |
int OLDCaloFindCalibs(); |
int OLDCaloFindCalibs(); |
| 105 |
int CaloPede(Int_t s); |
int CaloPede(Int_t s); |
| 109 |
public: |
public: |
| 110 |
struct Levels level; |
struct Levels level; |
| 111 |
struct Variables var; |
struct Variables var; |
| 112 |
|
TString ddec; |
| 113 |
Int_t lastevno; |
Int_t lastevno; |
| 114 |
Int_t firstevno; |
Int_t firstevno; |
| 115 |
Int_t si; |
Int_t si; |
| 131 |
// |
// |
| 132 |
FEVdetector(TString filename, TString selfile, Int_t &mainctrlword, TCanvas &figure); |
FEVdetector(TString filename, TString selfile, Int_t &mainctrlword, TCanvas &figure); |
| 133 |
void SetGUIPtr(PAMevcontrol &mainpamgui); |
void SetGUIPtr(PAMevcontrol &mainpamgui); |
| 134 |
|
void SetDDEC(TString); |
| 135 |
void checkctrlword(); |
void checkctrlword(); |
| 136 |
void add(TString name); |
void add(TString name); |
| 137 |
void Load(TTree &mainotr, TFile &mainfile); |
Int_t Load(TTree &mainotr, TFile &mainfile); |
| 138 |
void GetWindow(); |
void GetWindow(); |
| 139 |
void ClearVariables(); |
void ClearVariables(); |
| 140 |
void GetEntry(Int_t i); |
void GetEntry(Int_t i); |