#include <TrackCollectionCloner.h>
Classes | |
struct | Producer |
Public Types | |
using | Tokens = TrackCollectionTokens |
Public Member Functions | |
TrackCollectionCloner (edm::ProducesCollector producesCollector, const edm::ParameterSet &cfg, bool copyDefault) | |
Static Public Member Functions | |
static void | fill (edm::ParameterSetDescription &desc) |
Public Attributes | |
bool | copyExtras_ |
copy only the tracks, not extras and rechits (for AOD) More... | |
bool | copyTrajectories_ |
copy also trajectories and trajectory->track associations More... | |
Definition at line 25 of file TrackCollectionCloner.h.
Definition at line 32 of file TrackCollectionCloner.h.
|
inline |
Definition at line 34 of file TrackCollectionCloner.h.
References SiStripOfflineCRack_cfg::alias, looper::cfg, copyExtras_, copyTrajectories_, edm::ProducesCollector::produces(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 3 of file TrackCollectionCloner.cc.
References submitPVResolutionJobs::desc.
Referenced by HLTMuonTrackSelector::fillDescriptions().
bool TrackCollectionCloner::copyExtras_ |
copy only the tracks, not extras and rechits (for AOD)
Definition at line 28 of file TrackCollectionCloner.h.
Referenced by TrackCollectionCloner::Producer::operator()(), TrackCollectionCloner(), and TrackCollectionCloner::Producer::~Producer().
bool TrackCollectionCloner::copyTrajectories_ |
copy also trajectories and trajectory->track associations
Definition at line 30 of file TrackCollectionCloner.h.
Referenced by TrackCollectionCloner::Producer::operator()(), TrackCollectionCloner(), and TrackCollectionCloner::Producer::~Producer().