]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVCluster.cxx
Adding code to patch St1 HV mapping
[u/mrichter/AliRoot.git] / MUON / AliMUONVCluster.cxx
index 1b3e8163718fc671833a4d3765cb22cef098f3ba..4ceabc8609457acb57870e5bb3d9ee43176214a9 100644 (file)
@@ -29,6 +29,8 @@
 
 #include <Riostream.h>
 
+using std::endl;
+using std::cout;
 /// \cond CLASSIMP
 ClassImp(AliMUONVCluster)
 /// \endcond
@@ -64,8 +66,8 @@ void AliMUONVCluster::Print(Option_t *option) const
   cout<<Form("clusterID=%u (ch=%d, det=%d, index=%d)",
             cId,GetChamberId(),GetDetElemId(),GetClusterIndex(cId))<<endl;
   
-  cout<<Form("position=(%5.2f, %5.2f, %5.2f), sigma=(%5.2f, %5.2f, 0.0), charge=%5.2f, chi2=%5.2f",
-            GetX(),GetY(),GetZ(),GetErrX(),GetErrY(),GetCharge(),GetChi2())<<endl;
+  cout<<Form("position=(%5.2f, %5.2f, %5.2f), sigma=(%5.2f, %5.2f, 0.0), charge=%5.2f, chi2=%5.2f, MClabel=%d",
+            GetX(),GetY(),GetZ(),GetErrX(),GetErrY(),GetCharge(),GetChi2(),GetMCLabel())<<endl;
   
   if (strcmp(option,"FULL") == 0) {
     cout<<"nDigits="<<nDigits<<" digitID=(";