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> >();
42 desc.
add<
bool>(
"trackCandidateAlso",
false);
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
CkfTrajectoryMaker(const edm::ParameterSet &conf)
void setComment(std::string const &value)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
~CkfTrajectoryMaker() override
static void fillPSetDescription(edm::ParameterSetDescription &desc)
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