CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/DataFormats/MuonSeed/src/L2MuonTrajectorySeed.cc

Go to the documentation of this file.
00001 
00010 #include "DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h"
00011 
00012 // Default constructor
00013 L2MuonTrajectorySeed::L2MuonTrajectorySeed():TrajectorySeed(){}
00014 
00015 // Constructor
00016 L2MuonTrajectorySeed::L2MuonTrajectorySeed(PTrajectoryStateOnDet const & ptsos, 
00017                                            recHitContainer const & rh, 
00018                                            PropagationDirection  dir,
00019                                            l1extra::L1MuonParticleRef l1Ref):TrajectorySeed(ptsos, rh, dir){
00020   theL1Particle = l1Ref;
00021 }
00022