CMS 3D CMS Logo

L2MuonTrajectorySeed.cc
Go to the documentation of this file.
1 
9 
10 // Default constructor
12 
13 // Constructor
15  RecHitContainer const& rh,
18  : TrajectorySeed(ptsos, rh, dir) {
19  theL1Particle = l1Ref;
20 }
21 
23  RecHitContainer const& rh,
25  l1t::MuonRef l1Ref)
26  : TrajectorySeed(ptsos, rh, dir) {
27  theL1TParticle = l1Ref;
28 }
PropagationDirection
L2MuonTrajectorySeed()
Default constructor.
l1extra::L1MuonParticleRef theL1Particle