]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Nicer prints
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Apr 2011 20:25:58 +0000 (20:25 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Apr 2011 20:25:58 +0000 (20:25 +0000)
PWG2/FORWARD/analysis2/AliFMDEventInspector.cxx

index ece4bb3f1be785517d1ad55fd1fe707fd2cdbe4e..60a780004bb3d2308cb64a0338e71684ba617c48 100644 (file)
@@ -777,6 +777,9 @@ AliFMDEventInspector::Print(Option_t*) const
   field.ReplaceAll("kG", " kG");
   
   std::cout << ind << ClassName() << ": " << GetName() << '\n'
+           << ind << " Vertex bins:            " << fVtxAxis.GetNbins() << '\n'
+           << ind << " Vertex range:           [" << fVtxAxis.GetXmin() 
+           << "," << fVtxAxis.GetXmax() << "]\n"
            << ind << " Low flux cut:           " << fLowFluxCut << '\n'
            << ind << " Max(delta v_z):         " << fMaxVzErr << " cm\n"
            << ind << " System:                 "