Skip to content

Commit 0b28df8

Browse files
committed
Please consider the following formatting changes
1 parent da54e19 commit 0b28df8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ struct HfElectronSelectionWithTpcEmcal {
384384
int region = emcalRegion;
385385
registry.fill(HIST("hNevents"), region)
386386

387-
registry.fill(HIST("hNevents"), 1);
387+
registry.fill(HIST("hNevents"), 1);
388388

389389
// skip events with no clusters
390390
if (emcClusters.size() == 0 && skipNoEmcClusters) {
@@ -580,11 +580,9 @@ struct HfElectronSelectionWithTpcEmcal {
580580
if (std::abs(mother.pdgCode()) == kEtaLocal || std::abs(mother.pdgCode()) == kPi0 || std::abs(mother.pdgCode()) == kGamma) {
581581
registry.fill(HIST("hMcgenAllNonHfeElectron"), particleMc.pt());
582582

583-
584583
auto const& gmother = mother.mothers_first_as<aod::McParticles>();
585584
// cases to consider: eta->e, eta->pi0->e, eta->gamma->e, eta->pi0->gamma->e, pi0->e, pi0->gamma->e
586585

587-
588586
//================= eta->e ======================================
589587
if (std::abs(mother.pdgCode()) == kEtaLocal) {
590588

0 commit comments

Comments
 (0)