Skip to content

Commit e860be2

Browse files
committed
[PWGLF] Temporarily disabling histograms for pi,k,p
1 parent a839831 commit e860be2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

PWGLF/Tasks/Strangeness/strangenessInJets.cxx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,7 @@ struct StrangenessInJets {
16811681
}
16821682
}
16831683

1684+
/*
16841685
// Reconstructed Tracks
16851686
for (const auto& track : tracksPerColl) {
16861687
@@ -1788,7 +1789,7 @@ struct StrangenessInJets {
17881789
registryMC.fill(HIST("pi_minus_rec_in_ue_tof"), multiplicity, track.pt(), wPiminusUe);
17891790
}
17901791
}
1791-
1792+
*/
17921793
for (const auto& mcParticle : mcParticlesPerColl) {
17931794

17941795
if (mcParticle.eta() < etaMin || mcParticle.eta() > etaMax)
@@ -1852,6 +1853,7 @@ struct StrangenessInJets {
18521853
}
18531854

18541855
switch (mcParticle.pdgCode()) {
1856+
/*
18551857
case kPiPlus: // Pi+
18561858
registryMC.fill(HIST("mc_pi_plus/in_jet/gen"), multiplicity, mcParticle.pt(), wPiplusJet);
18571859
registryMC.fill(HIST("mc_pi_plus/in_ue/gen"), multiplicity, mcParticle.pt(), wPiplusUe);
@@ -1882,6 +1884,7 @@ struct StrangenessInJets {
18821884
registryMC.fill(HIST("mc_pr_minus/in_ue/gen"), multiplicity, mcParticle.pt(), wPrminusUe);
18831885
registryMC.fill(HIST("pr_minus_eta_pt_pythia"), mcParticle.pt(), mcParticle.eta());
18841886
break;
1887+
*/
18851888
case kK0Short: // K0s
18861889
registryMC.fill(HIST("K0s_generated_jet"), multiplicity, mcParticle.pt(), wK0jet);
18871890
registryMC.fill(HIST("K0s_generated_ue"), multiplicity, mcParticle.pt(), wK0Ue);
@@ -2015,12 +2018,14 @@ struct StrangenessInJets {
20152018
// In jet
20162019
if (deltaRjet < rJet) {
20172020
switch (particle.pdgCode()) {
2021+
/*
20182022
case kPiPlus:
20192023
registryMC.fill(HIST("pi_plus_eta_pt_jet"), particle.pt(), particle.eta());
20202024
break;
20212025
case kPiMinus:
20222026
registryMC.fill(HIST("pi_minus_eta_pt_jet"), particle.pt(), particle.eta());
20232027
break;
2028+
*/
20242029
case kK0Short:
20252030
registryMC.fill(HIST("K0s_eta_pt_jet"), particle.pt(), particle.eta());
20262031
break;
@@ -2049,12 +2054,14 @@ struct StrangenessInJets {
20492054

20502055
if (deltaRue1 < rJet || deltaRue2 < rJet) {
20512056
switch (particle.pdgCode()) {
2057+
/*
20522058
case kPiPlus:
20532059
registryMC.fill(HIST("pi_plus_eta_pt_ue"), particle.pt(), particle.eta());
20542060
break;
20552061
case kPiMinus:
20562062
registryMC.fill(HIST("pi_minus_eta_pt_ue"), particle.pt(), particle.eta());
20572063
break;
2064+
*/
20582065
case kK0Short:
20592066
registryMC.fill(HIST("K0s_eta_pt_ue"), particle.pt(), particle.eta());
20602067
break;

0 commit comments

Comments
 (0)