Skip to content

Commit a2394ed

Browse files
authored
Merge pull request #1 from alibuild/alibot-cleanup-16427
Please consider the following formatting changes to #16427
2 parents 627bbda + 1ad1669 commit a2394ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Core/CutsLibrary.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ AnalysisCompositeCut* o2::aod::dqcuts::GetCompositeCut(const char* cutName)
180180
return cut;
181181
}
182182

183-
if (!nameStr.compare("Electron2025_4_ldong")) {
183+
if (!nameStr.compare("Electron2025_4_ldong")) {
184184
AnalysisCut* kineCut = new AnalysisCut("kineCut", "kine cut");
185185
kineCut->AddCut(VarManager::kP, 1.0, 1000.0);
186186
kineCut->AddCut(VarManager::kEta, -0.9, 0.9);

0 commit comments

Comments
 (0)