237 |
// Int_t GetEntry(Int_t); |
// Int_t GetEntry(Int_t); |
238 |
Int_t GetEntry(Long64_t); |
Int_t GetEntry(Long64_t); |
239 |
Int_t GetYodaEntry(); |
Int_t GetYodaEntry(); |
240 |
|
|
241 |
|
Long64_t GetEntries(){return pam_tree->GetEntries();}; |
242 |
TChain* GetPamTree(){return pam_tree;}; |
TChain* GetPamTree(){return pam_tree;}; |
243 |
TChain* GetRunTree(){return run_tree;}; |
TChain* GetRunTree(){return run_tree;}; |
244 |
TTree* GetYodaTree(); |
TTree* GetYodaTree(); |
330 |
|
|
331 |
Bool_t IsRUN(){return RUN;}; |
Bool_t IsRUN(){return RUN;}; |
332 |
|
|
333 |
|
Bool_t IsGood(); |
334 |
|
|
335 |
Int_t IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list) |
Int_t IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list) |
336 |
|
|
337 |
ClassDef(PamLevel2,1); |
ClassDef(PamLevel2,1); |