]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDCalibraExbAltFit.cxx
clean up the log summary creation
[u/mrichter/AliRoot.git] / TRD / AliTRDCalibraExbAltFit.cxx
index 051dcdcc5f28b94cd31d84961fef9d5e8f074896..430f43b8196530a2bab70b255393918056454d1d 100644 (file)
@@ -472,6 +472,11 @@ void AliTRDCalibraExbAltFit::FillPEArray2()
 //_________Helper function__________________________________________________
 TGraphErrors* AliTRDCalibraExbAltFit::DrawMS(const TH2 *const h2, Int_t &nEntries)
 {
+  //
+  // Debug function
+  //
+
+
   TF1 fg("fg", "gaus", -10., 30.);
   TGraphErrors *gp = new TGraphErrors();