]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/AliHLTITSclusterer.h
changing AliEMCALGeoUtils --> AliEMCALGeomery
[u/mrichter/AliRoot.git] / HLT / ITS / AliHLTITSclusterer.h
index ba8e3fd206cff84581872761375428f5cb695859..0a4c47a08bf5419aeb59173cf5f5f832fd3627c6 100644 (file)
@@ -1,5 +1,8 @@
-#ifndef ALIL3ITSCLUSTERER_H
-#define ALIL3ITSCLUSTERER_H
+//-*- Mode: C++ -*-
+// $Id$
+
+#ifndef ALIHLTITSCLUSTERER_H
+#define ALIHLTITSCLUSTERER_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
 #include "AliITSclustererV2.h"
 
 class TTree;
-class AliITSgeom;
 class AliRawReader;
 
 //-------------------------------------------------------------------------
 class AliHLTITSclusterer : public AliITSclustererV2 {
 public:
-  AliHLTITSclusterer():AliITSclustererV2(){fNModule = 0;}
-  AliHLTITSclusterer(const AliITSgeom *geom);
+  AliHLTITSclusterer():AliITSclustererV2(), fNModule(0) {}
+  AliHLTITSclusterer(const Char_t *geom);
 
   void Digits2Clusters(AliRawReader* rawReader,TTree *cTree);