CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoHI/HiMuonAlgos/src/DiMuonTrajectorySeed.cc

Go to the documentation of this file.
00001 #include "RecoHI/HiMuonAlgos/interface/DiMuonTrajectorySeed.h"
00002 
00003 // construct
00004 namespace cms
00005 {
00006 DiMuonTrajectorySeed::DiMuonTrajectorySeed( const TrajectoryMeasurement& mtm0, const FreeTrajectoryState& ftsmuon, int aMult )
00007 {
00008                         theFtsMuon=ftsmuon;
00009                         thePropagationDirection=oppositeToMomentum;
00010                         theLowMult=aMult;
00011                         theTrajMeasurements.push_back(mtm0);
00012                        // theRecHits.push_back(rh->clone()); theDetId = det;
00013                        // PTraj = boost::shared_ptr<PTrajectoryStateOnDet>(
00014                        // transformer.persistentState(tsos, theDetId) );
00015 }
00016 }
00017 
00018 
00019 
00020 
00021 
00022 
00023