CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
TrackTransformer Class Referencefinal

#include <TrackTransformer.h>

Inheritance diagram for TrackTransformer:
TrackTransformerBase

Public Member Functions

TransientTrackingRecHit::ConstRecHitContainer getTransientRecHits (const reco::TransientTrack &track) const
 
const MagneticFieldmagneticField () const
 the magnetic field More...
 
std::unique_ptr< TrajectoryFitter > const & refitter () const
 the refitter used to refit the reco::Track More...
 
void setServices (const edm::EventSetup &) override
 set the services needed by the TrackTransformer More...
 
std::unique_ptr< TrajectorySmoother > const & smoother () const
 the smoother used to smooth the trajectory which came from the refitting step More...
 
edm::ESHandle< GlobalTrackingGeometrytrackingGeometry () const
 the tracking geometry More...
 
 TrackTransformer (const edm::ParameterSet &)
 Constructor. More...
 
std::vector< Trajectorytransform (const reco::Track &) const override
 Convert a reco::Track into Trajectory. More...
 
std::vector< Trajectorytransform (const reco::TrackRef &) const
 Convert a reco::TrackRef into Trajectory. More...
 
std::vector< Trajectorytransform (const reco::TransientTrack &, TransientTrackingRecHit::ConstRecHitContainer &) const
 Convert a reco::TrackRef into Trajectory, refit with a new set of hits. More...
 
 ~TrackTransformer () override
 Destructor. More...
 
- Public Member Functions inherited from TrackTransformerBase
 TrackTransformerBase ()
 Constructor. More...
 
virtual ~TrackTransformerBase ()
 Destructor. More...
 

Private Member Functions

RefitDirection::GeometricalDirection checkRecHitsOrdering (TransientTrackingRecHit::ConstRecHitContainer const &) const
 
edm::ESHandle< Propagator > const & propagator () const
 

Private Attributes

TkClonerImpl hitCloner
 
unsigned long long theCacheId_GTG =0
 
unsigned long long theCacheId_MG =0
 
unsigned long long theCacheId_TC =0
 
unsigned long long theCacheId_TRH =0
 
const bool theDoPredictionsOnly
 
std::unique_ptr< TrajectoryFittertheFitter
 
const std::string theFitterName
 
edm::ESHandle< MagneticFieldtheMGField
 
edm::ESHandle< TransientTrackingRecHitBuildertheMuonRecHitBuilder
 
const std::string theMuonRecHitBuilderName
 
edm::ESHandle< PropagatorthePropagator
 
const std::string thePropagatorName
 
const RefitDirection theRefitDirection
 
const bool theRPCInTheFit
 
std::unique_ptr< TrajectorySmoothertheSmoother
 
const std::string theSmootherName
 
edm::ESHandle< TransientTrackingRecHitBuildertheTrackerRecHitBuilder
 
const std::string theTrackerRecHitBuilderName
 
edm::ESHandle< GlobalTrackingGeometrytheTrackingGeometry
 

Detailed Description

This class takes a reco::Track and refits the rechits inside it. The final result is a Trajectory refitted and smoothed. To make the refitting (and the smoothing) the usual KF tools are used.

CAVEAT: till now (it will be changed in the near future) the class stores the pointers to the services, therefore EACH event the setServices(const edm::EventSetup&) method MUST be called in the code in which the TrackTransformer is used.

Author
R. Bellan - INFN Torino ricca.nosp@m.rdo..nosp@m.bella.nosp@m.n@ce.nosp@m.rn.ch

This class takes a reco::Track and refits the rechits inside it. The final result is a Trajectory refitted and smoothed. To make the refitting (and the smoothing) the usual KF tools are used.

CAVEAT: till now (it will be changed in the near future) the class stores the pointers to the services, therefore EACH event the setServices(const edm::EventSetup&) method MUST be called in the code in which the TrackTransformer is used.

Rec hits are ordered in rank of increasing |z| assuing muons are coming from the top of the detector.

$Date: 2009/01/15 author R. Bellan - CERN ricca.nosp@m.rdo..nosp@m.bella.nosp@m.n@ce.nosp@m.rn.ch modified for zed ordering by N. Kypreos - UF nicho.nosp@m.las..nosp@m.theod.nosp@m.ore..nosp@m.kypre.nosp@m.os@c.nosp@m.ern.c.nosp@m.h

This class takes a reco::Track and refits the rechits inside it. The final result is a Trajectory refitted and smoothed. To make the refitting (and the smoothing) the usual KF tools are used.

CAVEAT: till now (it will be changed in the near future) the class stores the pointers to the services, therefore EACH event the setServices(const edm::EventSetup&) method MUST be called in the code in which the TrackTransformer is used.

Author
R. Bellan - CERN ricca.nosp@m.rdo..nosp@m.bella.nosp@m.n@ce.nosp@m.rn.ch

Definition at line 38 of file TrackTransformer.h.

Constructor & Destructor Documentation

TrackTransformer::TrackTransformer ( const edm::ParameterSet parameterSet)
explicit

Constructor.

Definition at line 29 of file TrackTransformer.cc.

29  :
30  theRPCInTheFit(parameterSet.getParameter<bool>("RefitRPCHits")),
31  theDoPredictionsOnly(parameterSet.getParameter<bool>("DoPredictionsOnly")),
32  theRefitDirection(parameterSet.getParameter<string>("RefitDirection")),
33  theFitterName(parameterSet.getParameter<string>("Fitter")),
34  theSmootherName(parameterSet.getParameter<string>("Smoother")),
35  thePropagatorName(parameterSet.getParameter<string>("Propagator")),
36  theTrackerRecHitBuilderName(parameterSet.getParameter<string>("TrackerRecHitBuilder")),
37  theMuonRecHitBuilderName(parameterSet.getParameter<string>("MuonRecHitBuilder"))
38  {}
T getParameter(std::string const &) const
const std::string theTrackerRecHitBuilderName
const RefitDirection theRefitDirection
const bool theRPCInTheFit
const std::string thePropagatorName
const std::string theFitterName
const std::string theMuonRecHitBuilderName
const std::string theSmootherName
const bool theDoPredictionsOnly
TrackTransformer::~TrackTransformer ( )
override

Destructor.

Definition at line 41 of file TrackTransformer.cc.

41 {}

Member Function Documentation

RefitDirection::GeometricalDirection TrackTransformer::checkRecHitsOrdering ( TransientTrackingRecHit::ConstRecHitContainer const &  recHits) const
private

Definition at line 125 of file TrackTransformer.cc.

References plotBeamSpotDB::first, GlobalTrackingGeometry::idToDet(), RefitDirection::insideOut, plotBeamSpotDB::last, LogDebug, PV3DBase< T, PVType, FrameType >::mag2(), RefitDirection::outsideIn, position, trackingGeometry(), and RefitDirection::undetermined.

Referenced by transform().

125  {
126 
127  if (!recHits.empty()){
128  GlobalPoint first = trackingGeometry()->idToDet(recHits.front()->geographicalId())->position();
129  GlobalPoint last = trackingGeometry()->idToDet(recHits.back()->geographicalId())->position();
130 
131  // maybe perp2?
132  auto rFirst = first.mag2();
133  auto rLast = last.mag2();
134  if(rFirst < rLast) return RefitDirection::insideOut;
135  if(rFirst > rLast) return RefitDirection::outsideIn;
136  }
137  LogDebug("Reco|TrackingTools|TrackTransformer") << "Impossible to determine the rechits order" <<endl;
139 }
#define LogDebug(id)
T mag2() const
Definition: PV3DBase.h:66
static int position[264][3]
Definition: ReadPGInfo.cc:509
const GeomDet * idToDet(DetId) const override
edm::ESHandle< GlobalTrackingGeometry > trackingGeometry() const
the tracking geometry
TransientTrackingRecHit::ConstRecHitContainer TrackTransformer::getTransientRecHits ( const reco::TransientTrack track) const

Definition at line 100 of file TrackTransformer.cc.

References TransientTrackingRecHitBuilder::build(), LogTrace, DetId::Muon, edm::ESHandle< T >::product(), reco::TransientTrack::recHitsBegin(), reco::TransientTrack::recHitsEnd(), mps_fire::result, theMuonRecHitBuilder, theRPCInTheFit, theTrackerRecHitBuilder, and DetId::Tracker.

Referenced by transform().

100  {
101 
103  auto tkbuilder = static_cast<TkTransientTrackingRecHitBuilder const *>(theTrackerRecHitBuilder.product());
104 
105 
106  for (auto hit = track.recHitsBegin(); hit != track.recHitsEnd(); ++hit) {
107  if((*hit)->isValid()) {
108  if ( (*hit)->geographicalId().det() == DetId::Tracker ) {
109  result.emplace_back((**hit).cloneForFit(*tkbuilder->geometry()->idToDet( (**hit).geographicalId() ) ) );
110  } else if ( (*hit)->geographicalId().det() == DetId::Muon ){
111  if( (*hit)->geographicalId().subdetId() == 3 && !theRPCInTheFit){
112  LogTrace("Reco|TrackingTools|TrackTransformer") << "RPC Rec Hit discarged";
113  continue;
114  }
115  result.push_back(theMuonRecHitBuilder->build(&**hit));
116  }
117  }
118  }
119 
120  return result;
121 }
const bool theRPCInTheFit
edm::ESHandle< TransientTrackingRecHitBuilder > theMuonRecHitBuilder
edm::ESHandle< TransientTrackingRecHitBuilder > theTrackerRecHitBuilder
#define LogTrace(id)
virtual RecHitPointer build(const TrackingRecHit *p) const =0
build a tracking rechit from an existing rechit
trackingRecHit_iterator recHitsEnd() const
last iterator to RecHits
std::vector< ConstRecHitPointer > ConstRecHitContainer
T const * product() const
Definition: ESHandle.h:86
trackingRecHit_iterator recHitsBegin() const
first iterator to RecHits
const MagneticField* TrackTransformer::magneticField ( ) const
inline

the magnetic field

Definition at line 61 of file TrackTransformer.h.

Referenced by transform().

61 {return &*theMGField;}
edm::ESHandle< MagneticField > theMGField
edm::ESHandle<Propagator> const& TrackTransformer::propagator ( ) const
inlineprivate

Definition at line 104 of file TrackTransformer.h.

Referenced by transform().

104 {return thePropagator;}
edm::ESHandle< Propagator > thePropagator
std::unique_ptr<TrajectoryFitter> const& TrackTransformer::refitter ( ) const
inline

the refitter used to refit the reco::Track

Definition at line 70 of file TrackTransformer.h.

70 {return theFitter;}
std::unique_ptr< TrajectoryFitter > theFitter
void TrackTransformer::setServices ( const edm::EventSetup setup)
overridevirtual

set the services needed by the TrackTransformer

Implements TrackTransformerBase.

Definition at line 44 of file TrackTransformer.cc.

References TrajectorySmoother::clone(), TrajectoryFitter::clone(), edm::EventSetup::get(), hitCloner, LogTrace, metname, edm::ESHandle< T >::product(), AlCaHLTBitMon_QueryRunRegistry::string, theCacheId_GTG, theCacheId_MG, theCacheId_TC, theCacheId_TRH, theFitter, theFitterName, theMGField, theMuonRecHitBuilder, theMuonRecHitBuilderName, thePropagator, thePropagatorName, theSmoother, theSmootherName, theTrackerRecHitBuilder, theTrackerRecHitBuilderName, and theTrackingGeometry.

Referenced by TrackingRecoMaterialAnalyser::analyze(), MuonKinkFinder::init(), MuonReSeeder::produce(), TrackerToMuonPropagator::produce(), CSCOverlapsAlignmentAlgorithm::run(), and GlobalTrajectoryBuilderBase::setEvent().

44  {
45 
46  const std::string metname = "Reco|TrackingTools|TrackTransformer";
47 
50  setup.get<TrajectoryFitter::Record>().get(theFitterName,aFitter);
51  setup.get<TrajectoryFitter::Record>().get(theSmootherName,aSmoother);
52  theFitter = aFitter->clone();
53  theSmoother.reset(aSmoother->clone());
54 
55  unsigned long long newCacheId_TC = setup.get<TrackingComponentsRecord>().cacheIdentifier();
56 
57  if ( newCacheId_TC != theCacheId_TC ){
58  LogTrace(metname) << "Tracking Component changed!";
59  theCacheId_TC = newCacheId_TC;
61  }
62 
63  // Global Tracking Geometry
64  unsigned long long newCacheId_GTG = setup.get<GlobalTrackingGeometryRecord>().cacheIdentifier();
65  if ( newCacheId_GTG != theCacheId_GTG ) {
66  LogTrace(metname) << "GlobalTrackingGeometry changed!";
67  theCacheId_GTG = newCacheId_GTG;
69  }
70 
71  // Magfield Field
72  unsigned long long newCacheId_MG = setup.get<IdealMagneticFieldRecord>().cacheIdentifier();
73  if ( newCacheId_MG != theCacheId_MG ) {
74  LogTrace(metname) << "Magnetic Field changed!";
75  theCacheId_MG = newCacheId_MG;
77  }
78 
79  // Transient Rechit Builders
80  unsigned long long newCacheId_TRH = setup.get<TransientRecHitRecord>().cacheIdentifier();
81  if ( newCacheId_TRH != theCacheId_TRH ) {
82  theCacheId_TRH = newCacheId_TRH;
83  LogTrace(metname) << "TransientRecHitRecord changed!";
87  }
88  theFitter->setHitCloner(&hitCloner);
89  theSmoother->setHitCloner(&hitCloner);
90 
91 }
const std::string theTrackerRecHitBuilderName
const std::string metname
unsigned long long theCacheId_TRH
virtual TrajectorySmoother * clone() const =0
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
virtual std::unique_ptr< TrajectoryFitter > clone() const =0
edm::ESHandle< Propagator > thePropagator
unsigned long long theCacheId_MG
edm::ESHandle< TransientTrackingRecHitBuilder > theMuonRecHitBuilder
std::unique_ptr< TrajectoryFitter > theFitter
unsigned long long theCacheId_TC
const std::string thePropagatorName
const std::string theFitterName
edm::ESHandle< MagneticField > theMGField
unsigned long long theCacheId_GTG
edm::ESHandle< TransientTrackingRecHitBuilder > theTrackerRecHitBuilder
#define LogTrace(id)
const std::string theMuonRecHitBuilderName
TkClonerImpl hitCloner
const std::string theSmootherName
T get() const
Definition: EventSetup.h:62
T const * product() const
Definition: ESHandle.h:86
std::unique_ptr< TrajectorySmoother > theSmoother
std::unique_ptr<TrajectorySmoother> const& TrackTransformer::smoother ( ) const
inline

the smoother used to smooth the trajectory which came from the refitting step

Definition at line 73 of file TrackTransformer.h.

References HiIsolationCommonParameters_cff::track.

73 {return theSmoother;}
std::unique_ptr< TrajectorySmoother > theSmoother
edm::ESHandle<GlobalTrackingGeometry> TrackTransformer::trackingGeometry ( ) const
inline

the tracking geometry

Definition at line 64 of file TrackTransformer.h.

Referenced by checkRecHitsOrdering(), and transform().

64 {return theTrackingGeometry;}
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
vector< Trajectory > TrackTransformer::transform ( const reco::Track newTrack) const
overridevirtual

Convert a reco::Track into Trajectory.

Convert Tracks into Trajectories.

Implements TrackTransformerBase.

Definition at line 143 of file TrackTransformer.cc.

References getTransientRecHits(), magneticField(), metname, AlCaHLTBitMon_QueryRunRegistry::string, HiIsolationCommonParameters_cff::track, and trackingGeometry().

Referenced by TrackingRecoMaterialAnalyser::analyze(), GlobalTrajectoryBuilderBase::build(), CSCPairResidualsConstraint::dphidzFromTrack(), MuonKinkFinder::fillTrkKink(), MuonReSeeder::produce(), TrackerToMuonPropagator::produce(), and transform().

143  {
144 
145  const std::string metname = "Reco|TrackingTools|TrackTransformer";
146 
148 
149  auto recHitsForReFit = getTransientRecHits(track);
150  return transform(track, recHitsForReFit);
151 }
const MagneticField * magneticField() const
the magnetic field
const std::string metname
TransientTrackingRecHit::ConstRecHitContainer getTransientRecHits(const reco::TransientTrack &track) const
std::vector< Trajectory > transform(const reco::Track &) const override
Convert a reco::Track into Trajectory.
edm::ESHandle< GlobalTrackingGeometry > trackingGeometry() const
the tracking geometry
vector< Trajectory > TrackTransformer::transform ( const reco::TrackRef track) const

Convert a reco::TrackRef into Trajectory.

Definition at line 94 of file TrackTransformer.cc.

References transform().

94  {
95  return transform(*track);
96 }
std::vector< Trajectory > transform(const reco::Track &) const override
Convert a reco::Track into Trajectory.
vector< Trajectory > TrackTransformer::transform ( const reco::TransientTrack track,
TransientTrackingRecHit::ConstRecHitContainer recHitsForReFit 
) const

Convert a reco::TrackRef into Trajectory, refit with a new set of hits.

Convert Tracks into Trajectories with a given set of hits.

Definition at line 155 of file TrackTransformer.cc.

References alongMomentum, anyDirection, checkRecHitsOrdering(), RefitDirection::geometricalDirection(), TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), reco::Track::innerDetId(), reco::TransientTrack::innermostMeasurementState(), RefitDirection::insideOut, TrajectoryStateOnSurface::isValid(), LogTrace, metname, oppositeToMomentum, reco::Track::outerDetId(), reco::TransientTrack::outermostMeasurementState(), RefitDirection::outsideIn, AlCaHLTBitMon_ParallelJobs::p, position, Propagator::propagate(), RefitDirection::propagationDirection(), propagator(), Trajectory::push(), groupFilesInBlocks::reverse, SurveyInfoScenario_cff::seed, AlCaHLTBitMon_QueryRunRegistry::string, TrajectoryStateOnSurface::surface(), theDoPredictionsOnly, theFitter, theRefitDirection, theSmoother, reco::TransientTrack::track(), HiRegitMuonDetachedTripletStep_cff::trajectories, PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::y().

156  {
157 
158  const std::string metname = "Reco|TrackingTools|TrackTransformer";
159 
160  if(recHitsForReFit.size() < 2) return vector<Trajectory>();
161 
162  // 8 cases are foreseen:
163  // [RH = rec hit order, P = momentum dir, FD = fit direction. IO/OI = inside-out/outside-in, AM/OM = along momentum/opposite to momentum]
164  // (1) RH IO | P IO | FD AM ---> Start from IN
165  // (2) RH IO | P IO | FD OM ---> Reverse RH and start from OUT
166  // (3) RH IO | P OI | FD AM ---> Reverse RH and start from IN
167  // (4) RH IO | P OI | FD OM ---> Start from OUT
168  // (5) RH OI | P IO | FD AM ---> Reverse RH and start from IN
169  // (6) RH OI | P IO | FD OM ---> Start from OUT
170  // (7) RH OI | P OI | FD AM ---> Start from IN
171  // (8) RH OI | P OI | FD OM ---> Reverse RH and start from OUT
172  //
173  // *** Rules: ***
174  // -A- If RH-FD agree (IO-AM,OI-OM) do not reverse the RH
175  // -B- If FD along momentum start from innermost state, otherwise use outermost
176 
177  // Other special cases can be handled:
178  // (1 bis) RH IO | P IO | GFD IO => FD AM ---> Start from IN
179  // (2 bis) RH IO | P IO | GFD OI => FD OM ---> Reverse RH and start from OUT
180  // (3 bis) RH IO | P OI | GFD OI => FD AM ---> Reverse RH and start from OUT
181  // (4 bis) RH IO | P OI | GFD IO => FD OM ---> Start from IN
182  // (5 bis) RH OI | P IO | GFD IO => FD AM ---> Reverse RH and start from IN
183  // (6 bis) RH OI | P IO | GFD OI => FD OM ---> Start from OUT
184  // (7 bis) RH OI | P OI | GFD OI => FD AM ---> Start from OUT
185  // (8 bis) RH OI | P OI | GFD IO => FD OM ---> Reverse RH and start from IN
186  //
187  // *** Additional rule: ***
188  // -A0- If P and GFD agree, then FD is AM otherwise is OM
189  // -A00- rechit must be ordered as GFD in order to handle the case of cosmics
190  // -B0- The starting state is decided by GFD
191 
192  // Determine the RH order
193  RefitDirection::GeometricalDirection recHitsOrder = checkRecHitsOrdering(recHitsForReFit); // FIXME change nome of the *type* --> RecHit order!
194  LogTrace(metname) << "RH order (0-insideOut, 1-outsideIn): " << recHitsOrder;
195 
197 
198  // Apply rule -A0-
199  if(propagationDirection == anyDirection){
202  RefitDirection::GeometricalDirection p = (momentum.x()*position.x() > 0 || momentum.y()*position.y() > 0) ? RefitDirection::insideOut : RefitDirection::outsideIn;
203 
205  LogTrace(metname) << "P (0-insideOut, 1-outsideIn): " << p;
206  LogTrace(metname) << "FD (0-OM, 1-AM, 2-ANY): " << propagationDirection;
207  }
208  // -A0-
209 
210  // Apply rule -A-
212  if((recHitsOrder == RefitDirection::insideOut && propagationDirection == oppositeToMomentum) ||
213  (recHitsOrder == RefitDirection::outsideIn && propagationDirection == alongMomentum) )
214  reverse(recHitsForReFit.begin(),recHitsForReFit.end());}
215  // -A-
216  // Apply rule -A00-
217  else{
218  // reorder the rechit as defined in theRefitDirection.geometricalDirection();
219  if(theRefitDirection.geometricalDirection() != recHitsOrder) reverse(recHitsForReFit.begin(),recHitsForReFit.end());
220  }
221  // -A00-
222 
223  // Apply rule -B-
225  unsigned int innerId = track.track().innerDetId();
227  if(propagationDirection == oppositeToMomentum){
228  innerId = track.track().outerDetId();
229  firstTSOS = track.outermostMeasurementState();
230  }
231  }
232  else { // if(theRefitDirection.propagationDirection() == anyDirection)
233  // Apply rule -B0-
235  innerId = track.track().outerDetId();
236  firstTSOS = track.outermostMeasurementState();
237  }
238  // -B0-
239  }
240  // -B-
241 
242  if(!firstTSOS.isValid()){
243  LogTrace(metname)<<"Error wrong initial state!"<<endl;
244  return vector<Trajectory>();
245  }
246 
248 
249  if(recHitsForReFit.front()->geographicalId() != DetId(innerId)){
250  LogTrace(metname)<<"Propagation occured"<<endl;
251  firstTSOS = propagator()->propagate(firstTSOS, recHitsForReFit.front()->det()->surface());
252  if(!firstTSOS.isValid()){
253  LogTrace(metname)<<"Propagation error!"<<endl;
254  return vector<Trajectory>();
255  }
256  }
257 
259  Trajectory aTraj(seed,propagationDirection);
260  TrajectoryStateOnSurface predTSOS = firstTSOS;
261  for(auto const & hit : recHitsForReFit) {
262  predTSOS = propagator()->propagate(predTSOS, hit->det()->surface());
263  if (predTSOS.isValid()) aTraj.push(TrajectoryMeasurement(predTSOS, hit));
264  }
265  return vector<Trajectory>(1, aTraj);
266  }
267 
268 
269  auto const & trajectories = theFitter->fit(seed,recHitsForReFit,firstTSOS);
270 
271  if(trajectories.empty()){
272  LogTrace(metname)<<"No Track refitted!"<<endl;
273  return trajectories;
274  }
275 
276  auto const & trajectoryBW = trajectories.front();
277 
278  auto const & trajectoriesSM = theSmoother->trajectories(trajectoryBW);
279 
280  if(trajectoriesSM.empty()){
281  LogTrace(metname)<<"No Track smoothed!"<<endl;
282  }
283 
284  return trajectoriesSM;
285 
286 }
PropagationDirection propagationDirection() const
const std::string metname
const RefitDirection theRefitDirection
GeometricalDirection geometricalDirection() const
Global3DPoint GlobalPoint
Definition: GlobalPoint.h:10
T y() const
Definition: PV3DBase.h:63
GlobalPoint globalPosition() const
PropagationDirection
TrajectoryStateOnSurface innermostMeasurementState() const
RefitDirection::GeometricalDirection checkRecHitsOrdering(TransientTrackingRecHit::ConstRecHitContainer const &) const
const SurfaceType & surface() const
std::unique_ptr< TrajectoryFitter > theFitter
unsigned int outerDetId() const
DetId of the detector on which surface the outermost state is located.
Definition: Track.h:94
TrajectoryStateOnSurface outermostMeasurementState() const
edm::ESHandle< Propagator > const & propagator() const
#define LogTrace(id)
Definition: DetId.h:18
const Track & track() const
TrajectoryStateOnSurface propagate(STA const &state, SUR const &surface) const
Definition: Propagator.h:53
const bool theDoPredictionsOnly
GlobalVector globalMomentum() const
static int position[264][3]
Definition: ReadPGInfo.cc:509
T x() const
Definition: PV3DBase.h:62
unsigned int innerDetId() const
DetId of the detector on which surface the innermost state is located.
Definition: Track.h:99
std::unique_ptr< TrajectorySmoother > theSmoother

Member Data Documentation

TkClonerImpl TrackTransformer::hitCloner
private

Definition at line 109 of file TrackTransformer.h.

Referenced by setServices().

unsigned long long TrackTransformer::theCacheId_GTG =0
private

Definition at line 85 of file TrackTransformer.h.

Referenced by setServices().

unsigned long long TrackTransformer::theCacheId_MG =0
private

Definition at line 86 of file TrackTransformer.h.

Referenced by setServices().

unsigned long long TrackTransformer::theCacheId_TC =0
private

Definition at line 84 of file TrackTransformer.h.

Referenced by setServices().

unsigned long long TrackTransformer::theCacheId_TRH =0
private

Definition at line 87 of file TrackTransformer.h.

Referenced by setServices().

const bool TrackTransformer::theDoPredictionsOnly
private

Definition at line 91 of file TrackTransformer.h.

Referenced by transform().

std::unique_ptr<TrajectoryFitter> TrackTransformer::theFitter
private

Definition at line 98 of file TrackTransformer.h.

Referenced by setServices(), and transform().

const std::string TrackTransformer::theFitterName
private

Definition at line 97 of file TrackTransformer.h.

Referenced by setServices().

edm::ESHandle<MagneticField> TrackTransformer::theMGField
private

Definition at line 95 of file TrackTransformer.h.

Referenced by setServices().

edm::ESHandle<TransientTrackingRecHitBuilder> TrackTransformer::theMuonRecHitBuilder
private

Definition at line 112 of file TrackTransformer.h.

Referenced by getTransientRecHits(), and setServices().

const std::string TrackTransformer::theMuonRecHitBuilderName
private

Definition at line 111 of file TrackTransformer.h.

Referenced by setServices().

edm::ESHandle<Propagator> TrackTransformer::thePropagator
private

Definition at line 105 of file TrackTransformer.h.

Referenced by setServices().

const std::string TrackTransformer::thePropagatorName
private

Definition at line 103 of file TrackTransformer.h.

Referenced by setServices().

const RefitDirection TrackTransformer::theRefitDirection
private

Definition at line 92 of file TrackTransformer.h.

Referenced by transform().

const bool TrackTransformer::theRPCInTheFit
private

Definition at line 89 of file TrackTransformer.h.

Referenced by getTransientRecHits().

std::unique_ptr<TrajectorySmoother> TrackTransformer::theSmoother
private

Definition at line 101 of file TrackTransformer.h.

Referenced by setServices(), and transform().

const std::string TrackTransformer::theSmootherName
private

Definition at line 100 of file TrackTransformer.h.

Referenced by setServices().

edm::ESHandle<TransientTrackingRecHitBuilder> TrackTransformer::theTrackerRecHitBuilder
private

Definition at line 108 of file TrackTransformer.h.

Referenced by getTransientRecHits(), and setServices().

const std::string TrackTransformer::theTrackerRecHitBuilderName
private

Definition at line 107 of file TrackTransformer.h.

Referenced by setServices().

edm::ESHandle<GlobalTrackingGeometry> TrackTransformer::theTrackingGeometry
private

Definition at line 94 of file TrackTransformer.h.

Referenced by setServices().