#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) | |
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 34 of file TrackCollectionCloner.h.
|
inline |
Definition at line 38 of file TrackCollectionCloner.h.
References HLT_25ns14e33_v1_cff::alias, copyExtras_, copyTrajectories_, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool TrackCollectionCloner::copyExtras_ |
copy only the tracks, not extras and rechits (for AOD)
Definition at line 29 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 31 of file TrackCollectionCloner.h.
Referenced by TrackCollectionCloner::Producer::operator()(), TrackCollectionCloner(), and TrackCollectionCloner::Producer::~Producer().