Skip to content

Commit a0743f4

Browse files
committed
Please consider the following formatting changes
1 parent 2fb57e0 commit a0743f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGJE/Tasks/jetChargedV2.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ struct JetChargedV2 {
520520
registry.fill(HIST("h_accept_Track"), 1.5);
521521
}
522522
}
523-
523+
524524
for (auto const& track : tracks) {
525525
registry.fill(HIST("h_accept_Track"), 2.5);
526526
if (jetderiveddatautilities::selectTrack(track, trackSelection) && (std::fabs(track.eta() - leadingJetEta) > jetRadius) && track.pt() >= localRhoFitPtMin && track.pt() <= localRhoFitPtMax) {
@@ -552,9 +552,8 @@ struct JetChargedV2 {
552552
registry.fill(HIST("leadJetEtaMCP"), leadingJetEta);
553553
}
554554

555-
556555
template <typename U, typename T, typename J>
557-
void fitFncMCP(U const& collision, T const& tracks, J const& jets, TH1F* hPtsumSumptFitMCP, double leadingJetEta, bool mcLevelIsParticleLevel, float weight = 1.0)
556+
void fitFncMCP(U const& collision, T const& tracks, J const& jets, TH1F* hPtsumSumptFitMCP, double leadingJetEta, bool mcLevelIsParticleLevel, float weight = 1.0)
558557
{
559558
double ep2 = 0.;
560559
double ep3 = 0.;

0 commit comments

Comments
 (0)