160 |
TClonesArray *tsorted; |
TClonesArray *tsorted; |
161 |
TClonesArray *timage; |
TClonesArray *timage; |
162 |
PamTrack *track; //store the last required |
PamTrack *track; //store the last required |
163 |
|
TString howtosort; |
164 |
|
Float_t sortthr; |
165 |
|
|
166 |
// ----- |
// ----- |
167 |
// flags |
// flags |
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(); |
292 |
PamTrack* GetStoredTrack(Int_t); |
PamTrack* GetStoredTrack(Int_t); |
293 |
// |
// |
294 |
void SortTracks(TString); //assign value to variable sorted_tracks |
void SortTracks(TString); //assign value to variable sorted_tracks |
295 |
|
void SortTracks(); //assign value to variable sorted_tracks |
296 |
// TRefArray* GetTracks(); //return sorted_tracks |
// TRefArray* GetTracks(); //return sorted_tracks |
297 |
TClonesArray* GetTracks(); //return sorted_tracks |
TClonesArray* GetTracks(); //return sorted_tracks |
298 |
PamTrack* GetTrack(int); |
PamTrack* GetTrack(int); |
299 |
PamTrack* GetTrackImage(int); |
PamTrack* GetTrackImage(int); |
300 |
|
void SetSortingMethod(TString how){ howtosort = how; return;}; |
301 |
|
TString GetSortingMethod(){return howtosort;}; |
302 |
|
void SetNucleiSortingThreshold(Float_t nucleithr){ sortthr = nucleithr; return;}; |
303 |
|
Float_t GetNucleiSortingThreshold(){ return sortthr;}; |
304 |
|
|
305 |
// ================================= |
// ================================= |
306 |
// other methods |
// other methods |