CMS 3D CMS Logo

L3MuonTrajectorySeed.h
Go to the documentation of this file.
1 #ifndef DataFormats_MuonSeed_L3MuonTrajectorySeed_H
2 #define DataFormats_MuonSeed_L3MuonTrajectorySeed_H
3 
15 
17 public:
19 
22 
25  : TrajectorySeed(base), theL1Particle(l1Ref) {}
26 
29  : TrajectorySeed(base), theL1TParticle(l1Ref) {}
30 
33  : TrajectorySeed(base), theL2Track(l2Ref) {}
34 
36  ~L3MuonTrajectorySeed() override{};
37 
38  //accessors
39 
42  inline l1t::MuonRef l1tParticle() const { return theL1TParticle; }
43 
45  inline reco::TrackRef l2Track() const { return theL2Track; }
46 
47 protected:
48 private:
52 };
53 #endif
L3MuonTrajectorySeed(const TrajectorySeed &base, const l1extra::L1MuonParticleRef &l1Ref)
Constructor with L1 ref.
reco::TrackRef l2Track() const
Get L2 info.
L3MuonTrajectorySeed(const TrajectorySeed &base, const l1t::MuonRef &l1Ref)
Constructor with L1T ref.
base
Main Program
Definition: newFWLiteAna.py:92
l1extra::L1MuonParticleRef theL1Particle
L3MuonTrajectorySeed(const TrajectorySeed &base, const reco::TrackRef &l2Ref)
Constructor with L2 ref.
L3MuonTrajectorySeed()
Default constructor.
l1extra::L1MuonParticleRef l1Particle() const
Get L1 info.
l1t::MuonRef l1tParticle() const
edm::OwnVector< TrackingRecHit > RecHitContainer
~L3MuonTrajectorySeed() override
Destructor.