From 360b5014f64fd309d2c2176c958bf0d8df32256e Mon Sep 17 00:00:00 2001 From: richterm Date: Wed, 4 Nov 2009 23:19:09 +0000 Subject: [PATCH] bugfix: removing not implemented function --- HLT/global/AliHLTGlobalTrackMatcher.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HLT/global/AliHLTGlobalTrackMatcher.h b/HLT/global/AliHLTGlobalTrackMatcher.h index ffe83f0fc7d..fb80cb222d7 100644 --- a/HLT/global/AliHLTGlobalTrackMatcher.h +++ b/HLT/global/AliHLTGlobalTrackMatcher.h @@ -40,8 +40,9 @@ public: /** destructor */ virtual ~AliHLTGlobalTrackMatcher(); + // Matthias 2009-11-04 implementation missing, temporarily commented // set matching parameters - void SetParameter(Double_t maxy=1., Double_t maxz=1., Double_t maxsnp=0.05, Double_t maxtgl=0.1, Double_t signed1Pt=0.001); + //void SetParameter(Double_t maxy=1., Double_t maxz=1., Double_t maxsnp=0.05, Double_t maxtgl=0.1, Double_t signed1Pt=0.001); // match tracks Bool_t Match(AliESDEvent *esdEvent, AliHLTCaloClusterHeaderStruct * clusterHeaderStruct); -- 2.39.3