CMS 3D CMS Logo

TransientTrackBuilderESProducer.cc
Go to the documentation of this file.
4 #include "boost/mpl/vector.hpp"
6 
8 
9 #include <string>
10 #include <memory>
11 
12 using namespace edm;
13 
15 {
16  std::string myname = p.getParameter<std::string>("ComponentName");
17  pset_ = p;
18  setWhatProduced(this,myname);
19 }
20 
22 
23 std::unique_ptr<TransientTrackBuilder>
25 
27  iRecord.getRecord<IdealMagneticFieldRecord>().get( magfield );
28  edm::ESHandle<GlobalTrackingGeometry> theTrackingGeometry;
29  iRecord.getRecord<GlobalTrackingGeometryRecord>().get(theTrackingGeometry);
30 
31  return std::make_unique<TransientTrackBuilder>(magfield.product(), theTrackingGeometry);
32 
33 }
34 
35 
T getParameter(std::string const &) const
TransientTrackBuilderESProducer(const edm::ParameterSet &p)
HLT enums.
std::unique_ptr< TransientTrackBuilder > produce(const TransientTrackRecord &)
T const * product() const
Definition: ESHandle.h:86