]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDonlineTrackMatching.h
- update GTU simulation to allow for running during analysis
[u/mrichter/AliRoot.git] / TRD / AliTRDonlineTrackMatching.h
index 27cb34ee62d205ea7a16a8ef2e31ff18e03e6384..e7d9fc9c560e1e026b7eb6dacab1cc7e4274c5a9 100644 (file)
@@ -58,7 +58,7 @@ class AliTRDonlineTrackMatching : public TObject {
   void SetHistMatchRating(TH1* hist) { fHistMatchRating = hist; };
 
   static Bool_t AcceptTrack(const AliESDtrack* esdTrack, const AliESDEvent* esdEvent);
-  Bool_t ProcessEvent(AliESDEvent *esdEvent);
+  Bool_t ProcessEvent(AliESDEvent *esdEvent, Bool_t updateRef = kTRUE, Int_t label = -1);
 
  protected: