13 :
Propagator(aPropagator.propagationDirection()),
16 theMaterialLocation(atDestination) {}
20 :
Propagator(aGsfPropagator.propagationDirection()),
21 theGeometricalPropagator(aGsfPropagator.
clone()),
22 theConvolutor(aConvolutor.
clone()),
23 theMaterialLocation(atDestination) {}
35 return TsosWP(stateAtSource, 0.);
40 if (!(propStateWP.first).isValid())
58 return TsosWP(stateAtSource, 0.);
63 if (!(propStateWP.first).isValid())
72 const Plane& plane)
const {
73 static std::atomic<int> nWarn(0);
76 <<
"GsfPropagatorWithMaterial used from FTS: input state might have been collapsed!";
88 static std::atomic<int> nWarn(0);
91 <<
"GsfPropagatorWithMaterial used from FTS: input state might have been collapsed!";
107 const TsosWP& aStateWithPath)
const {
126 throw cms::Exception(
"LogicError") <<
"PropagatorWithMaterial: propagation direction = anyDirection is "
127 <<
"incompatible with adding of material at source";