X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONRefitter.h;h=0498937ecf5ce6673bccb3bec5794c3d14e69f01;hb=ec499c6d175049e280bd6e7841e90330ae7a94bc;hp=2cbab77602ba6006d074e5c46fadc39c836b0ae8;hpb=ad6250dc4145d6a4f25a0d6f4fbb25a84786332b;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONRefitter.h b/MUON/AliMUONRefitter.h index 2cbab77602b..0498937ecf5 100644 --- a/MUON/AliMUONRefitter.h +++ b/MUON/AliMUONRefitter.h @@ -46,6 +46,8 @@ public: AliMUONVClusterStore* ReClusterize(UInt_t trackId, UInt_t clusterId); AliMUONVClusterStore* ReClusterize(UInt_t clusterId); + // set the first index of clusters produced by this refitter (to build its uniqueID) + void SetFirstClusterIndex(Int_t index) {nextClusterIndex = (index >= 0) ? index : 0;} protected: @@ -70,6 +72,7 @@ private: AliMUONVClusterServer* fClusterServer; ///< clusterizer (owner) AliMUONVTrackReconstructor* fTracker; ///< tracker (owner) + Int_t nextClusterIndex; ///< Index of the next cluster produced by this refitter (to build its uniqueID) ClassDef(AliMUONRefitter,0) };