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