CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
FakeTrackProducer< T > Class Template Reference
Inheritance diagram for FakeTrackProducer< T >:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 FakeTrackProducer (const edm::ParameterSet &iConfig)
 
virtual void produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override
 
virtual ~FakeTrackProducer ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
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 ()
 
ProductHolderIndex indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Member Functions

TrajectorySeed::range getHits (const TrajectorySeed &seed) const
 
TrajectorySeed::range getHits (const TrackCandidate &seed) const
 
const PTrajectoryStateOnDetgetState (const TrajectorySeed &seed) const
 
const PTrajectoryStateOnDetgetState (const TrackCandidate &seed) const
 

Private Attributes

edm::InputTag src_
 Labels for input collections. More...
 
edm::ESHandle< TrackerGeometrytheGeometry
 Muon selection. More...
 
edm::ESHandle< MagneticFieldtheMagField
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
typedef WorkerT< EDProducerWorkerType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDProducer
CurrentProcessingContext const * currentContext () const
 
- 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

template<class T>
class FakeTrackProducer< T >

Definition at line 41 of file FakeTrackProducers.cc.

Constructor & Destructor Documentation

template<typename T >
FakeTrackProducer< T >::FakeTrackProducer ( const edm::ParameterSet iConfig)
explicit

Definition at line 66 of file FakeTrackProducers.cc.

66  :
67  src_(iConfig.getParameter<edm::InputTag>("src"))
68  //,selector_(iConfig.existsAs<std::string>("cut") ? iConfig.getParameter<std::string>("cut") : "", true)
69 {
70  produces<std::vector<reco::Track> >();
71  produces<std::vector<reco::TrackExtra> >();
72  produces<edm::OwnVector<TrackingRecHit> >();
73 }
T getParameter(std::string const &) const
edm::InputTag src_
Labels for input collections.
template<class T >
virtual FakeTrackProducer< T >::~FakeTrackProducer ( )
inlinevirtual

Definition at line 44 of file FakeTrackProducers.cc.

44 { }

Member Function Documentation

template<class T >
TrajectorySeed::range FakeTrackProducer< T >::getHits ( const TrajectorySeed seed) const
inlineprivate

Definition at line 60 of file FakeTrackProducers.cc.

References TrajectorySeed::recHits().

60 { return seed.recHits(); }
range recHits() const
template<class T >
TrajectorySeed::range FakeTrackProducer< T >::getHits ( const TrackCandidate seed) const
inlineprivate

Definition at line 61 of file FakeTrackProducers.cc.

References TrackCandidate::recHits().

61 { return seed.recHits(); }
range recHits() const
template<class T >
const PTrajectoryStateOnDet& FakeTrackProducer< T >::getState ( const TrajectorySeed seed) const
inlineprivate

Definition at line 58 of file FakeTrackProducers.cc.

References TrajectorySeed::startingState().

58 { return seed.startingState(); }
PTrajectoryStateOnDet const & startingState() const
template<class T >
const PTrajectoryStateOnDet& FakeTrackProducer< T >::getState ( const TrackCandidate seed) const
inlineprivate

Definition at line 59 of file FakeTrackProducers.cc.

References TrackCandidate::trajectoryStateOnDet().

59 { return seed.trajectoryStateOnDet(); }
PTrajectoryStateOnDet const & trajectoryStateOnDet() const
template<typename T >
void FakeTrackProducer< T >::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::EDProducer.

Definition at line 77 of file FakeTrackProducers.cc.

References reco::TrackExtraBase::add(), alongMomentum, dtNoiseDBValidation_cfg::cerr, DeDxDiscriminatorTools::charge(), LocalTrajectoryParameters::charge(), PTrajectoryStateOnDet::detId(), TrackingRecHit::geographicalId(), edm::EventSetup::get(), edm::Event::getByLabel(), edm::Event::getRefBeforePut(), TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), TrajectoryStateOnSurface::localParameters(), TrackingRecHit::localPosition(), RPCpg::mu, dbtoconf::out, AlCaHLTBitMon_ParallelJobs::p, edm::Event::put(), DetId::rawId(), alcazmumu_cfi::src, evf::utils::state, GeomDet::surface(), std::swap(), GeomDet::toGlobal(), trajectoryStateTransform::transientState(), x, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().

77  {
78  using namespace edm;
79  using namespace std;
80 
81 
84 
86  iEvent.getByLabel(src_, src);
87 
88  auto_ptr<vector<reco::Track> > out(new vector<reco::Track>());
89  out->reserve(src->size());
90  auto_ptr<vector<reco::TrackExtra> > outEx(new vector<reco::TrackExtra>());
91  outEx->reserve(src->size());
92  auto_ptr<OwnVector<TrackingRecHit> > outHits(new OwnVector<TrackingRecHit>());
93 
96  for (typename vector<T>::const_iterator it = src->begin(), ed = src->end(); it != ed; ++it) {
97  const T &mu = *it;
98  //if (!selector_(mu)) continue;
99  const PTrajectoryStateOnDet & pstate = getState(mu);
100  const GeomDet *det = theGeometry->idToDet(DetId(pstate.detId()));
101  if (det == 0) { std::cerr << "ERROR: bogus detid " << pstate.detId() << std::endl; continue; }
103  GlobalPoint gx = state.globalPosition();
104  GlobalVector gp = state.globalMomentum();
105  reco::Track::Point x(gx.x(), gx.y(), gx.z());
106  reco::Track::Vector p(gp.x(), gp.y(), gp.z());
107  int charge = state.localParameters().charge();
108  out->push_back(reco::Track(1.0,1.0,x,p,charge,reco::Track::CovarianceMatrix()));
109  TrajectorySeed::range hits = getHits(mu);
110  out->back().setHitPattern(hits.first, hits.second);
111  // Now Track Extra
112  const TrackingRecHit *hit0 = &*hits.first;
113  const TrackingRecHit *hit1 = &*(hits.second-1);
114  const GeomDet *det0 = theGeometry->idToDet(hit0->geographicalId());
115  const GeomDet *det1 = theGeometry->idToDet(hit1->geographicalId());
116  if (det0 == 0 || det1 == 0) { std::cerr << "ERROR: bogus detids at beginning or end of range" << std::endl; continue; }
117  GlobalPoint gx0 = det0->toGlobal(hit0->localPosition());
118  GlobalPoint gx1 = det1->toGlobal(hit1->localPosition());
119  reco::Track::Point x0(gx0.x(), gx0.y(), gx0.z());
120  reco::Track::Point x1(gx1.x(), gx1.y(), gx1.z());
121  if (x0.R() > x1.R()) std::swap(x0,x1);
122  outEx->push_back( reco::TrackExtra(x1, p, true, x0, p, true,
125  alongMomentum) );
126  out->back().setExtra( reco::TrackExtraRef( rTrackExtras, outEx->size()-1 ) );
127  reco::TrackExtra &ex = outEx->back();
128  for (OwnVector<TrackingRecHit>::const_iterator it2 = hits.first; it2 != hits.second; ++it2) {
129  outHits->push_back(*it2);
130  ex.add( TrackingRecHitRef( rHits, outHits->size()-1 ) );
131  }
132  }
133 
134  iEvent.put(out);
135  iEvent.put(outEx);
136  iEvent.put(outHits);
137 }
const LocalTrajectoryParameters & localParameters() const
edm::ESHandle< MagneticField > theMagField
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
Definition: GeomDet.h:47
T y() const
Definition: PV3DBase.h:63
GlobalPoint globalPosition() const
const Plane & surface() const
The nominal surface of the GeomDet.
Definition: GeomDet.h:35
double charge(const std::vector< uint8_t > &Ampls)
uint32_t rawId() const
get the raw id
Definition: DetId.h:45
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:94
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
edm::Ref< TrackingRecHitCollection > TrackingRecHitRef
persistent reference to a TrackingRecHit
const PTrajectoryStateOnDet & getState(const TrajectorySeed &seed) const
TrajectorySeed::range getHits(const TrajectorySeed &seed) const
T z() const
Definition: PV3DBase.h:64
std::pair< const_iterator, const_iterator > range
unsigned int detId() const
const int mu
Definition: Constants.h:23
math::XYZPoint Point
point in the space
Definition: TrackBase.h:76
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:361
RefProd< PROD > getRefBeforePut()
Definition: Event.h:106
tuple out
Definition: dbtoconf.py:99
Definition: DetId.h:20
std::vector< TrackExtra > TrackExtraCollection
collection of TrackExtra objects
Definition: TrackExtraFwd.h:9
TrajectoryStateOnSurface transientState(const PTrajectoryStateOnDet &ts, const Surface *surface, const MagneticField *field)
const T & get() const
Definition: EventSetup.h:55
void add(const TrackingRecHitRef &r)
add a reference to a RecHit
TrackCharge charge() const
Charge (-1, 0 or 1)
char state
Definition: procUtils.cc:75
edm::InputTag src_
Labels for input collections.
edm::ESHandle< TrackerGeometry > theGeometry
Muon selection.
GlobalVector globalMomentum() const
DetId geographicalId() const
Definition: DDAxes.h:10
long double T
T x() const
Definition: PV3DBase.h:62
virtual LocalPoint localPosition() const =0
math::XYZVector Vector
spatial vector
Definition: TrackBase.h:74
math::Error< dimension >::type CovarianceMatrix
5 parameter covariance matrix
Definition: TrackBase.h:72

Member Data Documentation

template<class T >
edm::InputTag FakeTrackProducer< T >::src_
private

Labels for input collections.

Definition at line 49 of file FakeTrackProducers.cc.

template<class T >
edm::ESHandle<TrackerGeometry> FakeTrackProducer< T >::theGeometry
private

Muon selection.

Definition at line 55 of file FakeTrackProducers.cc.

template<class T >
edm::ESHandle<MagneticField> FakeTrackProducer< T >::theMagField
private

Definition at line 56 of file FakeTrackProducers.cc.