CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
SeedToTrackProducer Class Reference

#include <hugues/SeedToTrackProducer/plugins/SeedToTrackProducer.cc>

Inheritance diagram for SeedToTrackProducer:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 SeedToTrackProducer (const edm::ParameterSet &)
 
 ~SeedToTrackProducer ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

virtual void beginJob () override
 
virtual void endJob () override
 
virtual void produce (edm::Event &, const edm::EventSetup &) override
 
virtual TrajectoryStateOnSurface seedTransientState (const TrajectorySeed &)
 

Private Attributes

edm::InputTag L2seedsTag_
 
edm::ESHandle< MagneticFieldtheMGField
 
edm::ESHandle
< GlobalTrackingGeometry
theTrackingGeometry
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Protected Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Description: [one line class summary]

Implementation: [Notes on implementation]

Description:

Definition at line 53 of file SeedToTrackProducer.h.

Constructor & Destructor Documentation

SeedToTrackProducer::SeedToTrackProducer ( const edm::ParameterSet iConfig)
explicit

Definition at line 43 of file SeedToTrackProducer.cc.

References edm::ParameterSet::getParameter(), and L2seedsTag_.

44 {
45 
46  L2seedsTag_ = iConfig.getParameter<edm::InputTag>("L2seedsCollection");
47 
48 
49 
50  produces<reco::TrackCollection>();
51  produces<reco::TrackExtraCollection>();
52  produces<TrackingRecHitCollection>();
53 
54 
55 }
T getParameter(std::string const &) const
SeedToTrackProducer::~SeedToTrackProducer ( )

Definition at line 58 of file SeedToTrackProducer.cc.

59 {
60 
61  // do anything here that needs to be done at desctruction time
62  // (e.g. close files, deallocate resources etc.)
63 
64 }

Member Function Documentation

void SeedToTrackProducer::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 171 of file SeedToTrackProducer.cc.

172 {
173 }
void SeedToTrackProducer::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 177 of file SeedToTrackProducer.cc.

177  {
178 }
void SeedToTrackProducer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 214 of file SeedToTrackProducer.cc.

References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().

214  {
215  //The following says we do not know what parameters are allowed so do no validation
216  // Please change this to state exactly what you do use, even if it is no parameters
218  desc.setUnknown();
219  descriptions.addDefault(desc);
220 }
void addDefault(ParameterSetDescription const &psetDescription)
void SeedToTrackProducer::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDProducer.

Definition at line 73 of file SeedToTrackProducer.cc.

References statics::clone, funct::cos(), TrajectoryStateOnSurface::curvilinearError(), PV3DBase< T, PVType, FrameType >::eta(), reco::TrackBase::eta(), edm::EventSetup::get(), edm::Event::getByLabel(), edm::Event::getRefBeforePut(), TrajectoryStateOnSurface::globalMomentum(), susybsm::HSCParticleType::globalMuon, i, customizeTrackingMonitorSeedNumber::idx, L2seedsTag_, CurvilinearTrajectoryError::matrix(), PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), reco::TrackBase::phi(), reco::TrackBase::phiError(), reco::TrackBase::pt(), reco::TrackBase::ptError(), edm::Event::put(), seedTransientState(), TrackCollections2monitor_cff::selectedTracks, reco::Track::setExtra(), reco::TrackBase::setHitPattern(), funct::sin(), theMGField, and theTrackingGeometry.

74 {
75  using namespace edm;
76  using namespace std;
77 
78  std::auto_ptr<reco::TrackCollection> selectedTracks(new reco::TrackCollection);
79  std::auto_ptr<reco::TrackExtraCollection> selectedTrackExtras( new reco::TrackExtraCollection() );
80  std::auto_ptr<TrackingRecHitCollection> selectedTrackHits( new TrackingRecHitCollection() );
81 
85 
88 
89  // magnetic fied and detector geometry
92 
93  // now read the L2 seeds collection :
94  edm::Handle<TrajectorySeedCollection> L2seedsCollection;
95  iEvent.getByLabel(L2seedsTag_,L2seedsCollection);
96  const std::vector<TrajectorySeed>* L2seeds = 0;
97  if (L2seedsCollection.isValid()) L2seeds = L2seedsCollection.product();
98  else edm::LogError("SeedToTrackProducer") << "L2 seeds collection not found !! " << endl;
99 
101  iEvent.getByLabel(L2seedsTag_, seedHandle);
102 
103 
104  int countRH = 0;
105 
106  // now loop on the seeds :
107  for (unsigned int i = 0; i < L2seeds->size() ; i++){
108 
109 
110  //get the kinematic extrapolation from the seed
111  TrajectoryStateOnSurface theTrajectory = seedTransientState(L2seeds->at(i));
112  float seedEta = theTrajectory.globalMomentum().eta();
113  float seedPhi = theTrajectory.globalMomentum().phi();
114  float seedPt = theTrajectory.globalMomentum().perp();
115  CovarianceMatrix matrixSeedErr = theTrajectory.curvilinearError().matrix();
116  edm::LogVerbatim("SeedToTrackProducer") << "seedPt=" << seedPt << " seedEta=" << seedEta << " seedPhi=" << seedPhi << endl;
117  /*AlgebraicSymMatrix66 errors = theTrajectory.cartesianError().matrix();
118  double partialPterror = errors(3,3)*pow(theTrajectory.globalMomentum().x(),2) + errors(4,4)*pow(theTrajectory.globalMomentum().y(),2);
119  edm::LogVerbatim("SeedToTrackProducer") << "seedPtError=" << sqrt(partialPterror)/theTrajectory.globalMomentum().perp() << "seedPhiError=" << theTrajectory.curvilinearError().matrix()(2,2) << endl;*/
120  //fill the track in a way that its pt, phi and eta will be the same as the seed
121  math::XYZPoint initPoint(0,0,0);
122  math::XYZVector initMom(seedPt*cos(seedPhi),seedPt*sin(seedPhi),seedPt*sinh(seedEta));
123  reco::Track theTrack(1, 1, //dummy Chi2 and ndof
124  initPoint, initMom,
125  1, matrixSeedErr,
126  reco::TrackBase::TrackAlgorithm::globalMuon, reco::TrackBase::TrackQuality::tight);
127 
128  //fill the extra track with dummy information
129  math::XYZPoint dummyFinalPoint(1,1,1);
130  math::XYZVector dummyFinalMom(0,0,10);
131  edm::RefToBase<TrajectorySeed> seed(seedHandle, i);
132  CovarianceMatrix matrixExtra = ROOT::Math::SMatrixIdentity();
133  reco::TrackExtra theTrackExtra(dummyFinalPoint, dummyFinalMom, true, initPoint, initMom, true,
134  matrixSeedErr, 1,
135  matrixExtra, 2,
136  (L2seeds->at(i)).direction(), seed);
137  theTrack.setExtra( reco::TrackExtraRef( rTrackExtras, idx++ ) );
138  edm::LogVerbatim("SeedToTrackProducer") << "trackPt=" << theTrack.pt() << " trackEta=" << theTrack.eta() << " trackPhi=" << theTrack.phi() << endl;
139  edm::LogVerbatim("SeedToTrackProducer") << "trackPtError=" << theTrack.ptError() << "trackPhiError=" << theTrack.phiError() << endl;
140 
141  //fill the seed segments in the track
142  unsigned int index_hit = 0;
143  for(TrajectorySeed::recHitContainer::const_iterator itRecHits=(L2seeds->at(i)).recHits().first; itRecHits!=(L2seeds->at(i)).recHits().second; ++itRecHits, ++countRH) {
144  TrackingRecHit* hit = (itRecHits)->clone();
145  theTrack.setHitPattern( *hit, index_hit);
146  selectedTrackHits->push_back(hit);
147  index_hit++;
148  theTrackExtra.add(TrackingRecHitRef( rHits, hidx ++ ) );
149  }
150  selectedTracks->push_back(theTrack);
151  selectedTrackExtras->push_back(theTrackExtra);
152 
153  }
154  iEvent.put(selectedTracks);
155  iEvent.put(selectedTrackExtras);
156  iEvent.put(selectedTrackHits);
157 
158 }
int i
Definition: DBlmapReader.cc:9
T perp() const
Definition: PV3DBase.h:72
const CurvilinearTrajectoryError & curvilinearError() const
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:10
edm::ESHandle< MagneticField > theMGField
virtual TrajectoryStateOnSurface seedTransientState(const TrajectorySeed &)
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:116
edm::Ref< TrackingRecHitCollection > TrackingRecHitRef
persistent reference to a TrackingRecHit
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:390
RefProd< PROD > getRefBeforePut()
Definition: Event.h:128
std::vector< TrackExtra > TrackExtraCollection
collection of TrackExtra objects
Definition: TrackExtraFwd.h:9
edm::OwnVector< TrackingRecHit > TrackingRecHitCollection
collection of TrackingRecHits
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...
const T & get() const
Definition: EventSetup.h:55
T eta() const
Definition: PV3DBase.h:76
const AlgebraicSymMatrix55 & matrix() const
GlobalVector globalMomentum() const
tuple clone
Definition: statics.py:58
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
boost::remove_cv< typename boost::remove_reference< argument_type >::type >::type key_type
Definition: Ref.h:170
TrajectoryStateOnSurface SeedToTrackProducer::seedTransientState ( const TrajectorySeed tmpSeed)
privatevirtual

Definition at line 160 of file SeedToTrackProducer.cc.

References PTrajectoryStateOnDet::detId(), TrajectorySeed::startingState(), theMGField, theTrackingGeometry, and trajectoryStateTransform::transientState().

Referenced by produce().

160  {
161 
162  PTrajectoryStateOnDet tmpTSOD = tmpSeed.startingState();
163  DetId tmpDetId(tmpTSOD.detId());
164  const GeomDet* tmpGeomDet = theTrackingGeometry->idToDet(tmpDetId);
165  TrajectoryStateOnSurface tmpTSOS = trajectoryStateTransform::transientState(tmpTSOD, &(tmpGeomDet->surface()), &(*theMGField));
166  return tmpTSOS;
167 }
edm::ESHandle< MagneticField > theMGField
unsigned int detId() const
Definition: DetId.h:18
PTrajectoryStateOnDet const & startingState() const
TrajectoryStateOnSurface transientState(const PTrajectoryStateOnDet &ts, const Surface *surface, const MagneticField *field)
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry

Member Data Documentation

edm::InputTag SeedToTrackProducer::L2seedsTag_
private

Definition at line 73 of file SeedToTrackProducer.h.

Referenced by produce(), and SeedToTrackProducer().

edm::ESHandle<MagneticField> SeedToTrackProducer::theMGField
private

Definition at line 75 of file SeedToTrackProducer.h.

Referenced by produce(), and seedTransientState().

edm::ESHandle<GlobalTrackingGeometry> SeedToTrackProducer::theTrackingGeometry
private

Definition at line 76 of file SeedToTrackProducer.h.

Referenced by produce(), and seedTransientState().