#include <L2MuonTrajectorySeed.h>
Public Types | |
typedef edm::OwnVector < TrackingRecHit > | RecHitContainer |
Public Member Functions | |
l1extra::L1MuonParticleRef | l1Particle () const |
Get L1 info. | |
L2MuonTrajectorySeed (PTrajectoryStateOnDet const &ptsos, RecHitContainer const &rh, PropagationDirection dir, l1extra::L1MuonParticleRef l1Ref) | |
Constructor. | |
L2MuonTrajectorySeed () | |
Default constructor. | |
virtual | ~L2MuonTrajectorySeed () |
Destructor. | |
Private Attributes | |
l1extra::L1MuonParticleRef | theL1Particle |
Concrete class for the seed used by the second level of the muon HLT. It stores the information (and the link) from the L1 particle
Concrete class for the seed used by the second level of the muon HLT. It stores the information (and the link) from the L1 particle
Definition at line 18 of file L2MuonTrajectorySeed.h.
Definition at line 20 of file L2MuonTrajectorySeed.h.
L2MuonTrajectorySeed::L2MuonTrajectorySeed | ( | ) |
L2MuonTrajectorySeed::L2MuonTrajectorySeed | ( | PTrajectoryStateOnDet const & | ptsos, |
RecHitContainer const & | rh, | ||
PropagationDirection | dir, | ||
l1extra::L1MuonParticleRef | l1Ref | ||
) |
Constructor.
Definition at line 16 of file L2MuonTrajectorySeed.cc.
References theL1Particle.
:TrajectorySeed(ptsos, rh, dir){ theL1Particle = l1Ref; }
virtual L2MuonTrajectorySeed::~L2MuonTrajectorySeed | ( | ) | [inline, virtual] |
l1extra::L1MuonParticleRef L2MuonTrajectorySeed::l1Particle | ( | ) | const [inline] |
Get L1 info.
Definition at line 37 of file L2MuonTrajectorySeed.h.
References theL1Particle.
{return theL1Particle;}
Definition at line 42 of file L2MuonTrajectorySeed.h.
Referenced by l1Particle(), and L2MuonTrajectorySeed().