1 #ifndef CkfTrajectoryMaker_h
2 #define CkfTrajectoryMaker_h
29 theTrackCandidateOutput = conf.
getParameter<
bool>(
"trackCandidateAlso");
30 theTrajectoryOutput =
true;
31 if (theTrackCandidateOutput)
32 produces<TrackCandidateCollection>();
33 produces<TrajectoryCollection>();
34 produces<std::vector<SeedStopInfo> >();
CkfTrajectoryMaker(const edm::ParameterSet &conf)
~CkfTrajectoryMaker() override
void produce(edm::Event &e, const edm::EventSetup &es) override
std::vector< Trajectory > TrajectoryCollection
T getParameter(std::string const &) const
void beginRun(edm::Run const &run, edm::EventSetup const &es) override