Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-10 07:55:30

0001 // Created by Dmitry Romanov
0002 // Subject to the terms in the LICENSE file found in the top-level directory.
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 };