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:
20 
23  : TrajectorySeed(base), theL1Particle(l1Ref) {}
24 
27  : TrajectorySeed(base), theL1TParticle(l1Ref) {}
28 
31  : TrajectorySeed(base), theL2Track(l2Ref) {}
32 
34  ~L3MuonTrajectorySeed() override{};
35 
36  //accessors
37 
40  inline l1t::MuonRef l1tParticle() const { return theL1TParticle; }
41 
43  inline reco::TrackRef l2Track() const { return theL2Track; }
44 
45 protected:
46 private:
50 };
51 #endif
L3MuonTrajectorySeed(const TrajectorySeed &base, const l1extra::L1MuonParticleRef &l1Ref)
Constructor with L1 ref.
L3MuonTrajectorySeed(const TrajectorySeed &base, const l1t::MuonRef &l1Ref)
Constructor with L1T ref.
base
Main Program
Definition: newFWLiteAna.py:92
l1extra::L1MuonParticleRef l1Particle() const
Get L1 info.
l1extra::L1MuonParticleRef theL1Particle
L3MuonTrajectorySeed(const TrajectorySeed &base, const reco::TrackRef &l2Ref)
Constructor with L2 ref.
L3MuonTrajectorySeed()
Default constructor.
l1t::MuonRef l1tParticle() const
reco::TrackRef l2Track() const
Get L2 info.
~L3MuonTrajectorySeed() override
Destructor.