Skip to content

Commit cb36136

Browse files
committed
Please consider the following formatting changes
1 parent bf6689e commit cb36136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/TableProducer/PID/pidTPC.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
#include "TableHelper.h"
3434
#include "pidTPCBase.h"
3535

36+
#include "Common/CCDB/ctpRateFetcher.h"
3637
#include "Common/Core/PID/TPCPIDResponse.h"
3738
#include "Common/DataModel/EventSelection.h"
3839
#include "Common/DataModel/Multiplicity.h"
3940
#include "Common/DataModel/PIDResponseTPC.h"
40-
#include "Common/CCDB/ctpRateFetcher.h"
4141
#include "Tools/ML/model.h"
4242

4343
#include "CCDB/BasicCCDBManager.h"
@@ -407,7 +407,7 @@ struct tpcPid {
407407
auto trk_bc = (collisions.iteratorAt(trk.collisionId())).template bc_as<B>();
408408
float hadronicRate = mRateFetcher.fetch(ccdb.service, trk_bc.timestamp(), trk_bc.runNumber(), irSource) * 1.e-3;
409409
track_properties[counter_track_props + 7] = hadronicRate / 50.;
410-
}else{
410+
} else {
411411
track_properties[counter_track_props + 7] = 1;
412412
}
413413
}

0 commit comments

Comments
 (0)