We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd98d7 commit 7b559f8Copy full SHA for 7b559f8
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx
@@ -16,9 +16,6 @@
16
/// \author Carolina Reetz <c.reetz@cern.ch>
17
// ========================
18
19
-/// TODO: include likesign analysis here
20
-/// TODO: include possibility to mix 3bodys with opposite B fields
21
-
22
#include <cmath>
23
#include <array>
24
#include <cstdlib>
@@ -624,7 +621,6 @@ struct decay3bodyBuilder {
624
621
o2::base::Propagator::Instance()->setNominalBz(magField);
625
622
626
623
// Set magnetic field for KF vertexing
627
- /// TODO: KF field has to be set in the helper class where KF is used!! --> really?
628
#ifdef HomogeneousField
629
KFParticle::SetField(magField);
630
#endif
0 commit comments