31 #include "rave/Propagator.h"
32 #include "rave/MagneticField.h"
33 #include "rave/VertexFactory.h"
34 #include "rave/Vertex.h"
35 #include "rave/Ellipsoid3D.h"
42 if (useVacuumPropagator) {
68 const std::vector < genfit::Track* > & GFTracks,
81 std::cerr << e.
what();
90 const std::vector < genfit::Track* > & GFTracks,
91 std::vector < genfit::MeasuredStateOnPlane* > & GFStates,
104 std::cerr << e.
what();
120 size_t found = method.find(
"smoothing:1");
121 if (found==std::string::npos){
122 std::cerr <<
"GFRaveVertexFactory::setMethod(" << method <<
") ==> smoothing not turned on! GFRaveTrackParameters will be unsmoothed!" << std::endl;
125 std::cout <<
"GFRaveVertexFactory::setMethod ==> set method to " <<
factory_->method() << std::endl;