![]() |
![]() |
Typedefs | |
typedef edm::Handle< edm::TriggerResults > | handle_t |
using | no_tag = std::false_type |
using | yes_tag = std::true_type |
Functions | |
void | _throw_range (det_id_type i) |
bool | configureEventSelector (edm::ParameterSet const &iPSet, std::string const &iProcessName, std::vector< std::string > const &iAllTriggerNames, edm::detail::TriggerResultsBasedEventSelector &oSelector, ConsumesCollector &&iC) |
void | doTheOffset (int bunchSpace, int bcr, std::vector< SimTrack > &simtracks, unsigned int evtNr, int vertexOffset, bool wrap) |
void | doTheOffset (int bunchSpace, int bcr, std::vector< SimVertex > &simvertices, unsigned int evtNr, int vertexOffset, bool wrap) |
void | doTheOffset (int bunchSpace, int bcr, std::vector< PSimHit > &simhits, unsigned int evtNr, int vertexOffset, bool wrap) |
void | doTheOffset (int bunchSpace, int bcr, std::vector< PCaloHit > &calohits, unsigned int evtNr, int vertexOffset, bool wrap) |
void | doTheOffset (int bunchSpace, int bcr, TrackingRecHitCollection &trackingrechits, unsigned int evtNr, int vertexOffset, bool wrap) |
template<typename T > | |
static yes_tag | has_isProductEqual (isProductEqual_function< T,&T::isProductEqual > *dummy) |
template<typename T > | |
static no_tag | has_isProductEqual (...) |
template<typename T > | |
static yes_tag | has_member_type (typename T::member_type *) |
template<typename T > | |
static no_tag | has_member_type (...) |
template<typename T > | |
static yes_tag | has_mergeProduct (mergeProduct_function< T,&T::mergeProduct > *dummy) |
template<typename T > | |
static no_tag | has_mergeProduct (...) |
template<typename T > | |
no_tag | has_postinsert_helper (...) |
template<typename T > | |
yes_tag | has_postinsert_helper (postinsert_function< T,&T::post_insert > *p) |
template<typename T > | |
static yes_tag | has_swap (swap_function< T,&T::swap > *dummy) |
template<typename T > | |
static no_tag | has_swap (...) |
template<typename T > | |
static yes_tag | has_value_type (typename T::value_type *) |
template<typename T > | |
static no_tag | has_value_type (...) |
std::string const & | InvalidHash () |
bool | isnan (float x) |
bool | isnan (double x) |
bool | isnan (long double x) |
template<typename KEY , typename T , typename E > | |
std::ostream & | operator<< (std::ostream &os, ThreadSafeRegistry< KEY, T > const ®) |
template<typename COLLECTION > | |
void | reallyfillPtrVector (COLLECTION const &coll, std::type_info const &iToType, std::vector< unsigned long > const &iIndicies, std::vector< void const * > &oPtr) |
template<class COLLECTION > | |
void | reallyFillView (COLLECTION const &coll, ProductID const &id, std::vector< void const * > &ptrs, FillViewHelperVector &helpers) |
template<typename COLLECTION > | |
void | reallySetPtr (COLLECTION const &coll, std::type_info const &iToType, unsigned long iIndex, void const *&oPtr) |
ParameterSetID | registerProperSelectionInfo (edm::ParameterSet const &iInitial, std::string const &iLabel, std::map< std::string, std::vector< std::pair< std::string, int > > > const &outputModulePathPositions, bool anyProductProduced) |
Definition at line 28 of file TriggerResultsBasedEventSelector.h.
typedef std::false_type edm::detail::no_tag |
Definition at line 20 of file WrapperDetail.h.
typedef std::true_type edm::detail::yes_tag |
Definition at line 21 of file WrapperDetail.h.
|
inline |
Definition at line 69 of file DetSetVector.h.
References edm::errors::InvalidReference, and edm::Exception::throwThis().
Referenced by edm::DetSetVector< T >::operator[]().
bool edm::detail::configureEventSelector | ( | edm::ParameterSet const & | iPSet, |
std::string const & | iProcessName, | ||
std::vector< std::string > const & | iAllTriggerNames, | ||
edm::detail::TriggerResultsBasedEventSelector & | oSelector, | ||
edm::ConsumesCollector && | iC | ||
) |
Handles the final initialization of the TriggerResutsBasedEventSelector
Definition at line 80 of file TriggerResultsBasedEventSelector.cc.
References edm::ParameterSet::empty(), edm::ParameterSet::getParameter(), mps_fire::i, eostools::move(), edm::detail::TriggerResultsBasedEventSelector::setup(), and edm::detail::TriggerResultsBasedEventSelector::setupDefault().
Referenced by edm::OutputModule::doPreallocate(), edm::global::OutputModuleBase::doPreallocate(), edm::limited::OutputModuleBase::doPreallocate(), edm::one::OutputModuleBase::doPreallocate(), edm::OutputModule::OutputModule(), edm::global::OutputModuleBase::OutputModuleBase(), edm::limited::OutputModuleBase::OutputModuleBase(), edm::one::OutputModuleBase::OutputModuleBase(), and edm::SubProcess::SubProcess().
void edm::detail::doTheOffset | ( | int | bunchSpace, |
int | bcr, | ||
std::vector< SimTrack > & | simtracks, | ||
unsigned int | evtNr, | ||
int | vertexOffset, | ||
bool | wrap | ||
) |
Definition at line 7 of file Adjuster.cc.
References triggerObjects_cff::id.
Referenced by edm::Adjuster< T >::doOffset().
void edm::detail::doTheOffset | ( | int | bunchSpace, |
int | bcr, | ||
std::vector< SimVertex > & | simvertices, | ||
unsigned int | evtNr, | ||
int | vertexOffset, | ||
bool | wrap | ||
) |
Definition at line 18 of file Adjuster.cc.
References triggerObjects_cff::id, and hgcalLayerClusters_cff::timeOffset.
void edm::detail::doTheOffset | ( | int | bunchSpace, |
int | bcr, | ||
std::vector< PSimHit > & | simhits, | ||
unsigned int | evtNr, | ||
int | vertexOffset, | ||
bool | wrap | ||
) |
Definition at line 28 of file Adjuster.cc.
References triggerObjects_cff::id, createfilelist::int, and hgcalLayerClusters_cff::timeOffset.
void edm::detail::doTheOffset | ( | int | bunchSpace, |
int | bcr, | ||
std::vector< PCaloHit > & | calohits, | ||
unsigned int | evtNr, | ||
int | vertexOffset, | ||
bool | wrap | ||
) |
Definition at line 50 of file Adjuster.cc.
References triggerObjects_cff::id, and hgcalLayerClusters_cff::timeOffset.
void edm::detail::doTheOffset | ( | int | bunchSpace, |
int | bcr, | ||
TrackingRecHitCollection & | trackingrechits, | ||
unsigned int | evtNr, | ||
int | vertexOffset, | ||
bool | wrap | ||
) |
Definition at line 60 of file Adjuster.cc.
References edm::OwnVector< T, P >::begin(), edm::OwnVector< T, P >::end(), triggerObjects_cff::id, trackerHitRTTI::isFast(), and FastTrackerRecHit::setEventId().
|
static |
|
static |
|
static |
Referenced by edm::detail::getValueType< T, false >::operator()().
|
static |
|
static |
|
static |
no_tag edm::detail::has_postinsert_helper | ( | ... | ) |
yes_tag edm::detail::has_postinsert_helper | ( | postinsert_function< T,&T::post_insert > * | p | ) |
|
static |
|
static |
|
static |
|
static |
std::string const & edm::detail::InvalidHash | ( | ) |
Definition at line 11 of file Hash.cc.
References cms::MD5Result::compactForm(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::hash_detail::isValid_(), and edm::Hash< I >::reset().
|
inline |
Definition at line 13 of file math.h.
References GET_FLOAT_WORD.
Referenced by EGammaMvaEleEstimatorCSA14::bindVariables(), EGammaMvaEleEstimator::bindVariables(), ApeEstimatorSummary::calculateApe(), HcalPulseShapes::convolve(), plotscripts::corrections2D(), SiPixelGainCalibrationAnalysis::doFits(), cond::serialization::access< T, typename std::enable_if< std::is_floating_point< T >::value >::type >::equal_(), LHCInfoPopConSourceHandler::getEcalData(), edm::isnan(), PseudoTopProducer::produce(), pat::PackedCandidate::pseudoPosDefTrack(), CTPPSFastTrackingProducer::ReconstructArm(), CTPPSFastTrackingProducer::SearchTrack(), and SeedGeneratorForCosmics::seeds().
|
inline |
|
inline |
|
inline |
Definition at line 97 of file ThreadSafeRegistry.h.
void edm::detail::reallyfillPtrVector | ( | COLLECTION const & | coll, |
std::type_info const & | iToType, | ||
std::vector< unsigned long > const & | iIndicies, | ||
std::vector< void const * > & | oPtr | ||
) |
Definition at line 38 of file fillPtrVector.h.
References edm::detail::GetProduct< COLLECTION >::address(), edm::errors::LogicError, dataset::name, edm::pointerToBase(), and edm::Exception::throwThis().
Referenced by edm::fillPtrVector(), edm::OwnArray< T, MAX_SIZE, P >::fillPtrVector(), edm::SortedCollection< T, SORT >::fillPtrVector(), and edm::OwnVector< T, P >::fillPtrVector().
void edm::detail::reallyFillView | ( | COLLECTION const & | coll, |
ProductID const & | id, | ||
std::vector< void const * > & | ptrs, | ||
FillViewHelperVector & | helpers | ||
) |
Definition at line 27 of file FillView.h.
References edm::detail::GetProduct< COLLECTION >::address(), MillePedeFileConverter_cfg::e, mps_fire::i, and crabWrapper::key.
Referenced by edm::fillView(), edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::fillView(), edm::SortedCollection< T, SORT >::fillView(), and edm::DetSetVector< T >::fillView().
void edm::detail::reallySetPtr | ( | COLLECTION const & | coll, |
std::type_info const & | iToType, | ||
unsigned long | iIndex, | ||
void const *& | oPtr | ||
) |
Definition at line 37 of file setPtr.h.
References edm::detail::GetProduct< COLLECTION >::address(), edm::errors::LogicError, dataset::name, edm::pointerToBase(), and edm::Exception::throwThis().
Referenced by edm::setPtr(), and edm::SortedCollection< T, SORT >::setPtr().
ParameterSetID edm::detail::registerProperSelectionInfo | ( | edm::ParameterSet const & | iInitial, |
std::string const & | iLabel, | ||
std::map< std::string, std::vector< std::pair< std::string, int > > > const & | outputModulePathPositions, | ||
bool | anyProductProduced | ||
) |
Takes the user specified SelectEvents PSet and creates a new one which conforms to the canonical format required for provenance
Definition at line 163 of file TriggerResultsBasedEventSelector.cc.
References edm::ParameterSet::addParameter(), edm::ParameterSet::copyForModify(), edm::ParameterSet::exists(), edm::ParameterSet::id(), and edm::ParameterSet::registerIt().
Referenced by edm::global::OutputModuleBase::baseType(), edm::limited::OutputModuleBase::baseType(), edm::OutputModule::setEventSelectionInfo(), edm::one::OutputModuleBase::setEventSelectionInfo(), and edm::SubProcess::SubProcess().