]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/AliHLTITSVertexerZ.h
Code clean-up (Massimo)
[u/mrichter/AliRoot.git] / HLT / ITS / AliHLTITSVertexerZ.h
index 9679f165612b01e3fe52eb70d90f497a84359601..4cdc1c66ab75d20637b29b2e6c7ccba4a8179fe0 100644 (file)
@@ -29,7 +29,7 @@ public:
   AliHLTITSVertexerZ(Float_t x0, Float_t y0);
   virtual ~AliHLTITSVertexerZ();
 
-  AliESDVertex* FindVertexForCurrentEvent(AliITSgeom *geom,TTree *tR);
+  AliESDVertex* FindVertexForCurrentEvent(AliITSgeom* /* geom */,TTree *tR);
 
   void SetBinWidthFine(Float_t bw=0.0005){fStepFine = bw;}