]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/AliHLTITSclusterer.h
Code commit for Ramona, fix of warnings, add of AddTask macros and exchange of comments
[u/mrichter/AliRoot.git] / HLT / ITS / AliHLTITSclusterer.h
index d3a56d720dcbbba35ca3fe2eba0ff694e0e6e5cf..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                               */
 
@@ -20,7 +23,7 @@ class AliRawReader;
 //-------------------------------------------------------------------------
 class AliHLTITSclusterer : public AliITSclustererV2 {
 public:
-  AliHLTITSclusterer():AliITSclustererV2(){fNModule = 0;}
+  AliHLTITSclusterer():AliITSclustererV2(), fNModule(0) {}
   AliHLTITSclusterer(const Char_t *geom);
 
   void Digits2Clusters(AliRawReader* rawReader,TTree *cTree);