#include <TrackCollectionTokens.h>
Public Member Functions | |
std::vector< int > const & | indicesInput (edm::Event &evt) const |
TrackCollectionTokens (edm::InputTag const &tag, edm::ConsumesCollector &&iC) | |
reco::TrackCollection const & | tracks (edm::Event &evt) const |
std::vector< Trajectory > const & | trajectories (edm::Event &evt) const |
Public Attributes | |
edm::EDGetTokenT< std::vector< int > > | hIndToken_ |
edm::EDGetTokenT< reco::TrackCollection > | hTrackToken_ |
source collection label More... | |
edm::EDGetTokenT< std::vector< Trajectory > > | hTrajToken_ |
edm::EDGetTokenT< TrajTrackAssociationCollection > | hTTAssToken_ |
Definition at line 14 of file TrackCollectionTokens.h.
|
inline |
Definition at line 15 of file TrackCollectionTokens.h.
|
inline |
Definition at line 40 of file TrackCollectionTokens.h.
References edm::Event::getByToken(), and h.
|
inline |
Definition at line 28 of file TrackCollectionTokens.h.
References edm::Event::getByToken(), and h.
Referenced by TrackCollectionCloner::Producer::operator()(), and FastTrackerRecHitMaskProducer::produce().
|
inline |
Definition at line 34 of file TrackCollectionTokens.h.
References edm::Event::getByToken(), and h.
Referenced by TrackCollectionCloner::Producer::operator()().
edm::EDGetTokenT< std::vector<int> > TrackCollectionTokens::hIndToken_ |
Definition at line 24 of file TrackCollectionTokens.h.
edm::EDGetTokenT<reco::TrackCollection> TrackCollectionTokens::hTrackToken_ |
source collection label
Definition at line 22 of file TrackCollectionTokens.h.
edm::EDGetTokenT< std::vector<Trajectory> > TrackCollectionTokens::hTrajToken_ |
Definition at line 23 of file TrackCollectionTokens.h.
edm::EDGetTokenT< TrajTrackAssociationCollection > TrackCollectionTokens::hTTAssToken_ |
Definition at line 25 of file TrackCollectionTokens.h.