Skip to content

Commit 7f828ff

Browse files
committed
checkout CMakeLists.txt, remove task from list
1 parent a04a1f4 commit 7f828ff

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

PWGDQ/Core/MCProng.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// bit maps with a bit dedicated to each source (MCProng::Source), bit map on whether the specified source to be excluded,
1919
// whether to use AND among all specified source requirements
2020

21-
/* The PDG codes us the PYTHIA standard.
22-
A few non-existent PYTHIA codes are used to select more than one PYTHIA code.
21+
/* The PDG codes us the PYTHIA standard.
22+
A few non-existent PYTHIA codes are used to select more than one PYTHIA code.
2323
2424
0 - default, accepts all PYTHIA codes
2525
100 - light unflavoured mesons in the code range 100-199

PWGDQ/Core/MCSignalLibrary.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ MCSignal* o2::aod::dqmcsignals::GetMCSignal(const char* name)
283283
}
284284
if (!nameStr.compare("eFromLMeeLFQ")) {
285285
MCProng prong(2, {11, 900}, {true, true}, {false, false}, {0, 0}, {0, 0}, {false, false});
286-
//prong.SetSourceBit(0, MCProng::kPhysicalPrimary, false); // set source to be ALICE primary particles
287-
prong.SetSignalInTime(0, false); // set direction to check generation in time (true) or back in time (false)
288-
signal = new MCSignal(name, "Electrons from LF meson + quarkonia decays", {prong}, {-1}); //pi0,eta,eta',rho,omega,phi,jpsi,psi2s mesons
286+
// prong.SetSourceBit(0, MCProng::kPhysicalPrimary, false); // set source to be ALICE primary particles
287+
prong.SetSignalInTime(0, false); // set direction to check generation in time (true) or back in time (false)
288+
signal = new MCSignal(name, "Electrons from LF meson + quarkonia decays", {prong}, {-1}); // pi0,eta,eta',rho,omega,phi,jpsi,psi2s mesons
289289
return signal;
290290
}
291291
if (!nameStr.compare("eFromLMeeLF")) {

PWGEM/Tasks/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,3 @@ o2physics_add_dpl_workflow(phoscluqa
1818
SOURCES phosCluQA.cxx
1919
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2::DetectorsVertexing O2::PHOSBase
2020
COMPONENT_NAME Analysis)
21-
22-
o2physics_add_dpl_workflow(analysemcsignal
23-
SOURCES analysemcsignal.cxx
24-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2Physics::AnalysisCore O2Physics::PWGDQCore
25-
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)