]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix in the printout of the validity time-stamps
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Apr 2010 10:17:41 +0000 (10:17 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Apr 2010 10:17:41 +0000 (10:17 +0000)
STEER/AliLHCData.cxx

index 52b3db3f1c764736c3be8dff9d7be09873c39928..16867b6b47d4db2e397f8c664bf87a12986342bf 100755 (executable)
@@ -709,8 +709,9 @@ void AliLHCData::Print(const Option_t* opt) const
     printf("Printing short info:\n<RecordType>(number of records): <TimeStamp, value> for 1st record only\n");\r
     full = kFALSE;\r
   }\r
-  printf("Fill#%6d Validity: %s - %s\n",fFillNumber,\r
-        AliLHCDipValI::TimeAsString(fTMin),AliLHCDipValI::TimeAsString(fTMax));\r
+  TString sdtmn = AliLHCDipValI::TimeAsString(fTMin);\r
+  TString sdtmx = AliLHCDipValI::TimeAsString(fTMax);\r
+  printf("Fill#%6d Validity: %s - %s\n",fFillNumber,sdtmn.Data(),sdtmx.Data());\r
   //\r
   printf("********** SETTINGS FROM RUN CONTROL **********\n");\r
   //\r