Skip to content

Commit

Permalink
Merge pull request #5 from alibuild/alibot-cleanup-9045
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#9045
  • Loading branch information
omassen authored Dec 18, 2024
2 parents 9955b06 + ddd3a7c commit a62cf2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGCF/TwoParticleCorrelations/Tasks/neutronProtonCorrZdc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using namespace o2::framework::expressions;
enum EventCounter { kNoSelection = 0,
kQualitySelection = 1,
kMaxCentralitySelection = 2,
kZDCSelection = 3};
kZDCSelection = 3 };

struct NeutronProtonCorrZdc {
// Histogram registry: an object to hold your histograms
Expand Down Expand Up @@ -187,7 +187,7 @@ struct NeutronProtonCorrZdc {
void processRun2(soa::Filtered<soa::Join<aod::Collisions, aod::EvSels, aod::Run2MatchedSparse, CentralitiesRun2>>::iterator const& collision, aod::BCsWithTimestamps const&, aod::Zdcs const&)
{
histos.fill(HIST("eventCounter"), EventCounter::kNoSelection);
if (!collision.alias_bit(kINT7)) {
if (!collision.alias_bit(kINT7)) {
return;
}
histos.fill(HIST("eventCounter"), EventCounter::kQualitySelection);
Expand Down

0 comments on commit a62cf2a

Please sign in to comment.