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> >();
41 desc.setComment(
"Make CKF trajectories");
42 desc.add<
bool>(
"trackCandidateAlso",
false);
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
T getParameter(std::string const &) const
CkfTrajectoryMaker(const edm::ParameterSet &conf)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
~CkfTrajectoryMaker() override
static void fillPSetDescription(edm::ParameterSetDescription &desc)
Namespace of DDCMS conversion namespace.
void produce(edm::Event &e, const edm::EventSetup &es) override
std::vector< Trajectory > TrajectoryCollection
void beginRun(edm::Run const &run, edm::EventSetup const &es) override