CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs
TrackingRecHitFwd.h File Reference
#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/OwnVector.h"
#include "FWCore/Utilities/interface/Range.h"

Go to the source code of this file.

Typedefs

typedef
TrackingRecHitCollection::base::const_iterator 
trackingRecHit_iterator
 iterator over a vector of reference to TrackingRecHit in the same collection More...
 
typedef edm::OwnVector
< TrackingRecHit
TrackingRecHitCollection
 collection of TrackingRecHits More...
 
using TrackingRecHitRange = edm::Range< trackingRecHit_iterator >
 Range class to enable range-based loops for a tracks RecHits. More...
 
typedef edm::Ref
< TrackingRecHitCollection
TrackingRecHitRef
 persistent reference to a TrackingRecHit More...
 
typedef edm::RefProd
< TrackingRecHitCollection
TrackingRecHitRefProd
 persistent reference to a TrackingRecHit collection More...
 
typedef edm::RefVector
< TrackingRecHitCollection
TrackingRecHitRefVector
 vector of reference to TrackingRecHit in the same collection More...
 

Typedef Documentation

typedef TrackingRecHitCollection::base::const_iterator trackingRecHit_iterator

iterator over a vector of reference to TrackingRecHit in the same collection

Definition at line 20 of file TrackingRecHitFwd.h.

collection of TrackingRecHits

Definition at line 10 of file TrackingRecHitFwd.h.

Range class to enable range-based loops for a tracks RecHits.

Definition at line 22 of file TrackingRecHitFwd.h.

persistent reference to a TrackingRecHit

Definition at line 14 of file TrackingRecHitFwd.h.

persistent reference to a TrackingRecHit collection

Definition at line 16 of file TrackingRecHitFwd.h.

vector of reference to TrackingRecHit in the same collection

Definition at line 18 of file TrackingRecHitFwd.h.