| 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 |
| 291 |
PamTrack* GetStoredTrack(Int_t); |
PamTrack* GetStoredTrack(Int_t); |
| 292 |
// |
// |
| 293 |
void SortTracks(TString); //assign value to variable sorted_tracks |
void SortTracks(TString); //assign value to variable sorted_tracks |
| 294 |
|
void SortTracks(); //assign value to variable sorted_tracks |
| 295 |
// TRefArray* GetTracks(); //return sorted_tracks |
// TRefArray* GetTracks(); //return sorted_tracks |
| 296 |
TClonesArray* GetTracks(); //return sorted_tracks |
TClonesArray* GetTracks(); //return sorted_tracks |
| 297 |
PamTrack* GetTrack(int); |
PamTrack* GetTrack(int); |
| 298 |
PamTrack* GetTrackImage(int); |
PamTrack* GetTrackImage(int); |
| 299 |
|
void SetSortingMethod(TString how){ howtosort = how; return;}; |
| 300 |
|
TString GetSortingMethod(){return howtosort;}; |
| 301 |
|
void SetNucleiSortingThreshold(Float_t nucleithr){ sortthr = nucleithr; return;}; |
| 302 |
|
Float_t GetNucleiSortingThreshold(){ return sortthr;}; |
| 303 |
|
|
| 304 |
// ================================= |
// ================================= |
| 305 |
// other methods |
// other methods |