Skip to content

Commit f4a0c74

Browse files
committed
Please consider the following formatting changes
1 parent 0e22a56 commit f4a0c74

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,20 @@
1818
#ifndef PWGHF_UTILS_UTILSEVSELHF_H_
1919
#define PWGHF_UTILS_UTILSEVSELHF_H_
2020

21-
2221
#include "PWGHF/Core/CentralityEstimation.h"
2322
//
2423
#include "PWGUD/Core/SGCutParHolder.h"
2524
#include "PWGUD/Core/SGSelector.h"
2625

27-
#include "CCDB/BasicCCDBManager.h"
2826
#include "Common/CCDB/EventSelectionParams.h"
2927
#include "Common/CCDB/RCTSelectionFlags.h"
3028
#include "Common/CCDB/ctpRateFetcher.h"
3129
#include "Common/Core/CollisionTypeHelper.h"
3230
#include "Common/Core/Zorro.h"
3331
#include "Common/Core/ZorroSummary.h"
34-
#include "DataFormatsParameters/GRPLHCIFData.h"
3532

33+
#include "CCDB/BasicCCDBManager.h"
34+
#include "DataFormatsParameters/GRPLHCIFData.h"
3635
#include <Framework/AnalysisHelpers.h>
3736
#include <Framework/Configurable.h>
3837
#include <Framework/DeviceSpec.h>
@@ -272,7 +271,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
272271

273272
// we initialise IR fetcher
274273
if (!irSource.value.empty()) {
275-
irSourceForCptFetcher = irSource.value;
274+
irSourceForCptFetcher = irSource.value;
276275
}
277276
}
278277

0 commit comments

Comments
 (0)