Skip to content

Commit 4386090

Browse files
committed
formatting
1 parent 80d79ba commit 4386090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Common/Tasks/centralityStudy.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// Run 3 Pb-Pb centrality selections in 2023 data. It is compatible with
1414
// derived data.
1515

16+
#include "Common/CCDB/ctpRateFetcher.h"
1617
#include "Common/DataModel/Centrality.h"
1718
#include "Common/DataModel/EventSelection.h"
1819
#include "Common/DataModel/McCollisionExtra.h"
1920
#include "Common/DataModel/Multiplicity.h"
20-
#include "Common/CCDB/ctpRateFetcher.h"
2121

2222
#include "CCDB/BasicCCDBManager.h"
2323
#include "DataFormatsParameters/GRPECSObject.h"
@@ -40,7 +40,7 @@ struct centralityStudy {
4040
HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::AnalysisObject};
4141
Service<o2::ccdb::BasicCCDBManager> ccdb;
4242
ctpRateFetcher mRateFetcher;
43-
43+
4444
// Configurables
4545
Configurable<bool> do2DPlots{"do2DPlots", true, "0 - no, 1 - yes"};
4646
Configurable<bool> doOccupancyStudyVsCentrality2d{"doOccupancyStudyVsCentrality2d", true, "0 - no, 1 - yes"};
@@ -444,7 +444,7 @@ struct centralityStudy {
444444

445445
float hoursAfterStartOfRun = static_cast<float>(bcTimestamp - startOfRunTimestamp) / 3600000.0;
446446
float interactionRate = mRateFetcher.fetch(ccdb.service, bcTimestamp, collision.multRunNumber(), irSource.value, fIRCrashOnNull) / 1000.; // kHz
447-
447+
448448
histos.fill(HIST("hFT0AvsTime"), hoursAfterStartOfRun, collision.multFT0A());
449449
histos.fill(HIST("hFT0CvsTime"), hoursAfterStartOfRun, collision.multFT0C());
450450
histos.fill(HIST("hFT0MvsTime"), hoursAfterStartOfRun, collision.multFT0M());

0 commit comments

Comments
 (0)