]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/AliHLTITSclusterer.cxx
libAliHLTITS added to HLT build system; minor compilation warnings removed
[u/mrichter/AliRoot.git] / HLT / ITS / AliHLTITSclusterer.cxx
index 54e08d8e439e9cdff08fa035e1f7b02989b12cb8..3cb408ba91d755bc7d6e27eb94682985ea083f17 100644 (file)
@@ -1,3 +1,5 @@
+// $Id$
+
 /**************************************************************************
  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  *                                                                        *
 
 ClassImp(AliHLTITSclusterer)
 
-AliHLTITSclusterer::AliHLTITSclusterer(const Char_t *geom):AliITSclustererV2(geom)
+AliHLTITSclusterer::AliHLTITSclusterer(const Char_t *geom)
+  :
+  AliITSclustererV2(geom),
+  fNModule(AliITSgeomTGeo::GetNModules())  
 {
-fNModule = AliITSgeomTGeo::GetNModules();
 }
 
 void AliHLTITSclusterer::Digits2Clusters(AliRawReader* rawReader,TTree *cTree)