CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L3MuonTrajectorySeed.h
Go to the documentation of this file.
1 #ifndef DataFormats_MuonSeed_L3MuonTrajectorySeed_H
2 #define DataFormats_MuonSeed_L3MuonTrajectorySeed_H
3 
16 
18 public:
20 
23 
26  const l1extra::L1MuonParticleRef & l1Ref) :
27  TrajectorySeed(base), theL1Particle(l1Ref){}
28 
31  const reco::TrackRef & l2Ref) :
32  TrajectorySeed(base), theL2Track(l2Ref){}
33 
35  virtual ~L3MuonTrajectorySeed(){};
36 
37  //accessors
38 
41 
43  inline reco::TrackRef l2Track() const { return theL2Track;}
44 
45 protected:
46 
47 private:
50 };
51 #endif
52 
tuple base
Main Program
Definition: newFWLiteAna.py:92
virtual ~L3MuonTrajectorySeed()
Destructor.
L3MuonTrajectorySeed(const TrajectorySeed &base, const l1extra::L1MuonParticleRef &l1Ref)
Constructor with L1 ref.
reco::TrackRef l2Track() const
Get L2 info.
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.
edm::OwnVector< TrackingRecHit > RecHitContainer