Skip to content

Commit 88b83b6

Browse files
committed
fix: change theta cutoff between B0 and central to 50 mrad
1 parent ad2630f commit 88b83b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/global/tracking/tracking.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ void InitPlugin(JApplication* app) {
4848
app->Add(new JOmniFactoryGeneratorT<TrackParamTruthInit_factory>(
4949
"TrackTruthSeeds", {"MCParticles"}, {"TrackTruthSeeds"}, {}, app));
5050

51-
std::vector<std::pair<double, double>> thetaRanges{{0, 25 * dd4hep::mrad},
52-
{25 * dd4hep::mrad, 180 * dd4hep::deg}};
51+
std::vector<std::pair<double, double>> thetaRanges{{0, 50 * dd4hep::mrad},
52+
{50 * dd4hep::mrad, 180 * dd4hep::deg}};
5353
app->Add(new JOmniFactoryGeneratorT<SubDivideCollection_factory<edm4eic::TrackParameters>>(
5454
"CentralB0TrackTruthSeeds", {"TrackTruthSeeds"},
5555
{"B0TrackerTruthSeeds", "CentralTrackerTruthSeeds"},

0 commit comments

Comments
 (0)