62 Bool_t fUseCompression;
64 Int_t fTrackMapSize, fFormatID;
65 Int_t fEventCollectionsNo, fTrackCollectionsNo, fMixSize;
66 Int_t* fEventToTrackNo;
74 Int_t fMaxTrackCollectionNo;
78 void ReloadMap(Int_t size);
79 void CalculateCompressedMap(Int_t event_collection);
80 Int_t GetTrackCollectionsNo(Int_t event_collection)
const;
81 Int_t GetCounter(Int_t event_collection, Int_t track_collection)
const;
87 void ResetTrackMaps(Int_t event_collection, Int_t counter);
94 void ResetTrackMaps(Int_t event_collection, Int_t track_collection, Int_t counter);
134 void Init(Int_t event_factor, Int_t task_id, Bool_t compress, std::vector<TString> direct);
160 Track*
GetTrack(Int_t event_collection, Int_t track_collection, Int_t index)
const;
189 Track*
GetTrack(Int_t event_collection, Int_t track_collection, Int_t counter, Int_t index)
const;
197 Track*
GetRawTrack(Int_t event_collection, Int_t counter, Int_t index)
const;
226 Int_t GetCounter(Int_t event_collection)
const;
233 Int_t
GetTracksNo(Int_t event_collection, Int_t track_collection)
const;
241 Int_t
GetTracksNo(Int_t event_collection, Int_t track_collection, Int_t counter)
const;