Skip to content

Commit 408fe2e

Browse files
committed
Please consider the following formatting changes
1 parent b07639c commit 408fe2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Core/CorrelationContainer.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ TH2* CorrelationContainer::getSumOfRatios(CorrelationContainer* mixed, Correlati
681681
Double_t sums[] = {0, 0, 0};
682682
Double_t errors[] = {0, 0, 0};
683683

684-
Int_t checkBinYBegin = 1; //tracksSame->GetXaxis()->FindBin(-0.79);
685-
Int_t checkBinYEnd = tracksSame->GetNbinsY(); //tracksSame->GetXaxis()->FindBin(0.79);
684+
Int_t checkBinYBegin = 1; // tracksSame->GetXaxis()->FindBin(-0.79);
685+
Int_t checkBinYEnd = tracksSame->GetNbinsY(); // tracksSame->GetXaxis()->FindBin(0.79);
686686

687687
for (Int_t x = 1; x <= tracksSame->GetNbinsX(); x++) {
688688
for (Int_t y = checkBinYBegin; y <= checkBinYEnd; y++) {

0 commit comments

Comments
 (0)