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