Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
TrackFitters
plugins
KFTrajectorySmootherESProducer.h
Go to the documentation of this file.
1
#ifndef TrackingTools_TrackFitters_KFTrajectorySmootherESProducer_h
2
#define TrackingTools_TrackFitters_KFTrajectorySmootherESProducer_h
3
12
#include "
FWCore/Framework/interface/ESProducer.h
"
13
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
14
#include "
TrackingTools/TrackFitters/interface/TrajectoryFitterRecord.h
"
15
#include "
TrackingTools/Records/interface/TrackingComponentsRecord.h
"
16
#include "
TrackingTools/TrackFitters/interface/KFTrajectorySmoother.h
"
17
#include <boost/shared_ptr.hpp>
18
19
class
KFTrajectorySmootherESProducer
:
public
edm::ESProducer
{
20
public
:
21
KFTrajectorySmootherESProducer
(
const
edm::ParameterSet
&
p
);
22
virtual
~KFTrajectorySmootherESProducer
();
23
boost::shared_ptr<TrajectorySmoother>
produce
(
const
TrajectoryFitterRecord
&);
24
private
:
25
boost::shared_ptr<TrajectorySmoother>
_smoother
;
26
edm::ParameterSet
pset_
;
27
};
28
29
30
#endif
31
32
33
34
TrackingComponentsRecord.h
KFTrajectorySmootherESProducer::KFTrajectorySmootherESProducer
KFTrajectorySmootherESProducer(const edm::ParameterSet &p)
Definition:
KFTrajectorySmootherESProducer.cc:20
KFTrajectorySmoother.h
edm::ESProducer
Definition:
ESProducer.h:97
ParameterSet.h
TrajectoryFitterRecord
Definition:
TrajectoryFitterRecord.h:13
KFTrajectorySmootherESProducer::produce
boost::shared_ptr< TrajectorySmoother > produce(const TrajectoryFitterRecord &)
Definition:
KFTrajectorySmootherESProducer.cc:30
KFTrajectorySmootherESProducer::_smoother
boost::shared_ptr< TrajectorySmoother > _smoother
Definition:
KFTrajectorySmootherESProducer.h:25
ESProducer.h
AlCaHLTBitMon_ParallelJobs.p
tuple p
Definition:
AlCaHLTBitMon_ParallelJobs.py:152
KFTrajectorySmootherESProducer::pset_
edm::ParameterSet pset_
Definition:
KFTrajectorySmootherESProducer.h:26
edm::ParameterSet
Definition:
ParameterSet.h:35
KFTrajectorySmootherESProducer
Definition:
KFTrajectorySmootherESProducer.h:19
KFTrajectorySmootherESProducer::~KFTrajectorySmootherESProducer
virtual ~KFTrajectorySmootherESProducer()
Definition:
KFTrajectorySmootherESProducer.cc:27
TrajectoryFitterRecord.h
Generated for CMSSW Reference Manual by
1.8.5