We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b4aab commit 6a23bd9Copy full SHA for 6a23bd9
PWGLF/Tasks/Strangeness/nonPromptCascade.cxx
@@ -979,10 +979,10 @@ struct NonPromptCascadeTask {
979
980
void processPileUp(CollisionCandidatesRun3 const& collisions, aod::BCsWithTimestamps const&)
981
{
982
- //std::cout << "Processing pile up" << std::endl;
+ // std::cout << "Processing pile up" << std::endl;
983
int ds = 1;
984
for (const auto& coll : collisions) {
985
- if(ds == cfgDownscaleMB ) {
+ if (ds == cfgDownscaleMB) {
986
auto bc = coll.template bc_as<aod::BCsWithTimestamps>();
987
if (mRunNumber != bc.runNumber()) {
988
mRunNumber = bc.runNumber();
0 commit comments