Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Jul 24, 2024
1 parent e99af81 commit 98c8eb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGHF/Tasks/taskMcValidation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ struct HfTaskMcValidationRec {
Partition<TracksWithSel> tracksInAcc = requireTrackCutInFilter(TrackSelectionFlags::kInAcceptanceTracks);

Service<o2::ccdb::BasicCCDBManager> ccdb;
HfEventSelection hfEvSel; // event selection and monitoring
HfEventSelection hfEvSel; // event selection and monitoring

AxisSpec axisDeltaMom{2000, -1., 1.};
AxisSpec axisOrigin{4, -1.5, 2.5};
Expand Down Expand Up @@ -542,7 +542,7 @@ struct HfTaskMcValidationRec {
ccdb->setLocalObjectValidityChecking();
}

template<o2::hf_centrality::CentralityEstimator centEstimator, typename Coll>
template <o2::hf_centrality::CentralityEstimator centEstimator, typename Coll>
void checkCollisions(Coll const& collision,
aod::McCollisions const&,
aod::BCsWithTimestamps const&)
Expand Down Expand Up @@ -570,7 +570,7 @@ struct HfTaskMcValidationRec {
registry.fill(HIST("histDeltaZvtx"), collision.numContrib(), collision.posZ() - mcCollision.posZ());
}

template<o2::hf_centrality::CentralityEstimator centEstimator, typename Colls>
template <o2::hf_centrality::CentralityEstimator centEstimator, typename Colls>
void checkCollisionAssociation(Colls const& collisions,
TracksWithSel const&,
aod::McParticles const& mcParticles,
Expand Down

0 comments on commit 98c8eb2

Please sign in to comment.