Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
10
#include "
FWCore/Framework/interface/ESProducer.h
"
11
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
12
#include "
TrackingTools/TrackFitters/interface/TrajectoryFitterRecord.h
"
13
#include "
TrackingTools/Records/interface/TrackingComponentsRecord.h
"
14
#include "
TrackingTools/TrackFitters/interface/KFTrajectorySmoother.h
"
15
#include <boost/shared_ptr.hpp>
16
17
class
KFTrajectorySmootherESProducer
:
public
edm::ESProducer
{
18
public
:
19
KFTrajectorySmootherESProducer
(
const
edm::ParameterSet
&
p
);
20
virtual
~KFTrajectorySmootherESProducer
();
21
boost::shared_ptr<TrajectorySmoother>
produce
(
const
TrajectoryFitterRecord
&);
22
private
:
23
boost::shared_ptr<TrajectorySmoother>
_smoother
;
24
edm::ParameterSet
pset_
;
25
};
26
27
28
#endif
29
30
31
32
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:23
ESProducer.h
AlCaHLTBitMon_ParallelJobs.p
tuple p
Definition:
AlCaHLTBitMon_ParallelJobs.py:152
KFTrajectorySmootherESProducer::pset_
edm::ParameterSet pset_
Definition:
KFTrajectorySmootherESProducer.h:24
edm::ParameterSet
Definition:
ParameterSet.h:35
KFTrajectorySmootherESProducer
Definition:
KFTrajectorySmootherESProducer.h:17
KFTrajectorySmootherESProducer::~KFTrajectorySmootherESProducer
virtual ~KFTrajectorySmootherESProducer()
Definition:
KFTrajectorySmootherESProducer.cc:27
TrajectoryFitterRecord.h
Generated for CMSSW Reference Manual by
1.8.5