#include <TrackCollectionCloner.h>
Classes | |
struct | Producer |
Public Types | |
using | Tokens = TrackCollectionTokens |
Public Member Functions | |
template<typename Producer > | |
TrackCollectionCloner (Producer &producer, 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 26 of file TrackCollectionCloner.h.
Definition at line 35 of file TrackCollectionCloner.h.
|
inline |
Definition at line 39 of file TrackCollectionCloner.h.
References HLT_25ns10e33_v2_cff::alias, copyExtras_, copyTrajectories_, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 4 of file TrackCollectionCloner.cc.
References edm::ParameterSetDescription::addUntracked().
bool TrackCollectionCloner::copyExtras_ |
copy only the tracks, not extras and rechits (for AOD)
Definition at line 30 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 32 of file TrackCollectionCloner.h.
Referenced by TrackCollectionCloner::Producer::operator()(), TrackCollectionCloner(), and TrackCollectionCloner::Producer::~Producer().