CMS 3D CMS Logo

Functions
HelperPropagatorUtility.cc File Reference
#include <memory>
#include "TrackingTools/GeomPropagators/interface/Propagator.h"

Go to the source code of this file.

Functions

std::unique_ptr< PropagatorSetPropagationDirection (Propagator const &iprop, PropagationDirection dir)
 

Function Documentation

std::unique_ptr<Propagator> SetPropagationDirection ( Propagator const &  iprop,
PropagationDirection  dir 
)

Definition at line 5 of file HelperPropagatorUtility.cc.

References Propagator::clone(), and AlCaHLTBitMon_ParallelJobs::p.

Referenced by OutsideInMuonSeeder::doDebug(), TransverseImpactPointExtrapolator::extrapolate(), KFTrajectoryFitter::fitOne(), TSGForOI::produce(), TSGForOIFromL2::produce(), and OutsideInMuonSeeder::produce().

6  {
7  std::unique_ptr<Propagator> p(iprop.clone());
8  p->setPropagationDirection(dir);
9 
10  return p;
11 }
dbl *** dir
Definition: mlp_gen.cc:35