144 |
//Int_t Load(TTree &mainotr, TFile &mainfile); |
//Int_t Load(TTree &mainotr, TFile &mainfile); |
145 |
TChain *Load(TFile &mainfile); |
TChain *Load(TFile &mainfile); |
146 |
TChain *GetChain(){return otr;}; |
TChain *GetChain(){return otr;}; |
147 |
|
TChain *GetRunChain(){return runtree;}; |
148 |
void GetWindow(); |
void GetWindow(); |
149 |
void ClearVariables(); |
void ClearVariables(); |
150 |
void GetEntry(Int_t i); |
void GetEntry(Int_t i); |
155 |
int GetThisEntry(){return (thisentry);}; |
int GetThisEntry(){return (thisentry);}; |
156 |
int GetCounter(); |
int GetCounter(); |
157 |
int SelectEvent(); |
int SelectEvent(); |
158 |
|
// |
159 |
|
PamLevel2 *GetL2(){return L2;}; |
160 |
|
// |
161 |
}; |
}; |
162 |
|
|
163 |
#endif |
#endif |