Warning, file /include/EICrecon/algorithms/tracking/TrackParamTruthInitConfig.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005 #pragma once
0006
0007 #include <Evaluator/DD4hepUnits.h>
0008
0009 struct TrackParamTruthInitConfig {
0010
0011 double maxVertexX = 80 * dd4hep::mm;
0012 double maxVertexY = 80 * dd4hep::mm;
0013 double maxVertexZ = 200 * dd4hep::mm;
0014 double minMomentum = 100 * dd4hep::MeV;
0015 double maxEtaForward = 6.0;
0016 double maxEtaBackward = 4.1;
0017 double momentumSmear = 0.1;
0018 };