]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/TenderSupplies/AliTRDTenderSupply.cxx
Corrected end-of-line behavior
[u/mrichter/AliRoot.git] / ANALYSIS / TenderSupplies / AliTRDTenderSupply.cxx
index 8b83a53edd8e8173794be5314269d33bba9631ef..dff80e8c74f9b82a931d4922a5b6b90a717f883e 100644 (file)
@@ -195,7 +195,7 @@ void AliTRDTenderSupply::ProcessEvent()
 
   fESD = fTender->GetEvent();
   if (!fESD) return;
-  if(fNormalizationFactorArray) fNormalizationFactor = GetNormalizationFactor(fESD->GetRunNumber());\r
+  if(fNormalizationFactorArray) fNormalizationFactor = GetNormalizationFactor(fESD->GetRunNumber());
   Int_t ntracks=fESD->GetNumberOfTracks();
 
 
@@ -490,7 +490,7 @@ void AliTRDTenderSupply::ApplyRunByRunCorrection(AliESDtrack *const track) {
 
   TVectorD *corrfactor = dynamic_cast<TVectorD *>(fRunByRunCorrection->GetObject(fTender->GetRun()));
   if(!corrfactor){ 
-    // No correction available - simply return\r
+    // No correction available - simply return
     AliDebug(2, "Couldn't derive gain correction factor from OADB");
     return;
   }
@@ -524,7 +524,7 @@ void AliTRDTenderSupply::SetNormalizationFactor(Double_t norm, Int_t runMin, Int
 //_____________________________________________________
 Double_t AliTRDTenderSupply::GetNormalizationFactor(Int_t runnumber){
   // 
-  // Load the normalization factor\r
+  // Load the normalization factor
   //
   Double_t norm = 1.;
   if(fNormalizationFactorArray){