]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- stop clusterisation on no geometry
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Apr 2010 10:35:19 +0000 (10:35 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Apr 2010 10:35:19 +0000 (10:35 +0000)
HLT/CALO/AliHLTCaloClusterAnalyser.cxx

index f9cf46496695549f6d2dc01d54afae3c7060d1c4..db973670140582e0540598c3db4aa8a5f85d3016 100644 (file)
@@ -194,6 +194,7 @@ AliHLTCaloClusterAnalyser::CreateClusters(Int_t nRecPoints, UInt_t availableSize
   if(fGeometry == 0)
   {
      HLTError("No geometry object is initialised, creation of clusters stopped");
+     return  -1;
   }
 
   CalculateCenterOfGravity();