CMS 3D CMS Logo

PropagateToMuon.h
Go to the documentation of this file.
1 #ifndef MuonAnalysis_MuonAssociators_interface_PropagateToMuon_h
2 #define MuonAnalysis_MuonAssociators_interface_PropagateToMuon_h
3 //
4 //
5 
24 class DetLayer; // #include "TrackingTools/DetLayers/interface/DetLayer.h" //
25  // forward declaration can suffice
28 
30 public:
31  explicit PropagateToMuon(const edm::ParameterSet &iConfig);
33 
36  void init(const edm::EventSetup &iSetup);
37 
41 
45 
49 
50 private:
53 
58 
62 
63  // needed services for track propagation
67  // simplified geometry for track propagation
71  std::pair<float, float> endcapRadii_;
72 
75 
78 
82 };
83 
84 #endif
WhichTrack whichTrack_
Labels for input collections.
PropagateToMuon(const edm::ParameterSet &iConfig)
TrajectoryStateOnSurface extrapolate(const reco::Track &tk) const
edm::ESHandle< Propagator > propagatorAny_
const BoundDisk * endcapDiskNeg_
FreeTrajectoryState startingState(const reco::Candidate &reco) const
Starting state for the propagation.
WhichState whichState_
const BoundDisk * endcapDiskPos_
TrajectoryStateOnSurface getBestDet(const TrajectoryStateOnSurface &tsos, const DetLayer *station) const
edm::ESHandle< MagneticField > magfield_
const BoundCylinder * barrelCylinder_
Propagate an object (usually a track) to the second muon station. Support for other muon stations wil...
edm::ESHandle< Propagator > propagator_
bool cosmicPropagation_
for cosmics, some things change: the along-opposite is not in-out, nor the innermost/outermost states...
void init(const edm::EventSetup &iSetup)
TrajectoryStateOnSurface extrapolate(const reco::Candidate &tk) const
fixed size matrix
bool useSimpleGeometry_
Labels for input collections.
edm::ESHandle< MuonDetLayerGeometry > muonGeometry_
double barrelHalfLength_
edm::ESHandle< Propagator > propagatorOpposite_
std::pair< float, float > endcapRadii_