![]() |
![]() |
Classes | |
class | CachedProducts |
class | CPCSentry |
struct | empty |
struct | Empty |
struct | FillViewRefTypeTrait |
struct | FillViewRefTypeTrait< RefVector< C, T, F >, T1, F1 > |
struct | GetProduct |
struct | GetProduct< RefVector< C, T, F > > |
struct | has_donotrecordparents |
struct | has_isProductEqual_function |
struct | has_mergeProduct_function |
struct | has_postinsert |
struct | has_swap_function |
struct | isProductEqual_function |
struct | mergeProduct_function |
class | NamedEventSelector |
struct | postinsert_function |
struct | swap_function |
class | ThreadSafeIndexedRegistry |
class | ThreadSafeRegistry |
Typedefs | |
typedef edm::Handle < edm::TriggerResults > | handle_t |
typedef detail::NamedEventSelector | NES |
typedef char(& | no_tag )[1] |
typedef char(& | yes_tag )[2] |
Functions | |
void | _throw_range (det_id_type i) |
template<typename T > | |
no_tag | has_isProductEqual_helper (...) |
template<typename T > | |
yes_tag | has_isProductEqual_helper (isProductEqual_function< T,&T::isProductEqual > *dummy) |
template<typename T > | |
no_tag | has_mergeProduct_helper (...) |
template<typename T > | |
yes_tag | has_mergeProduct_helper (mergeProduct_function< T,&T::mergeProduct > *dummy) |
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 > | |
no_tag | has_swap_helper (...) |
template<typename T > | |
yes_tag | has_swap_helper (swap_function< T,&T::swap > *dummy) |
std::string const & | InvalidHash () |
bool | isnan (float x) |
bool | isnan (double x) |
bool | isnan (long double x) |
template<typename T , typename E > | |
std::ostream & | operator<< (std::ostream &os, ThreadSafeIndexedRegistry< T, E > const ®) |
template<typename KEY , typename T , typename E > | |
std::ostream & | operator<< (std::ostream &os, ThreadSafeRegistry< KEY, T, E > 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, helper_vector &helpers) |
template<typename COLLECTION > | |
void | reallySetPtr (COLLECTION const &coll, std::type_info const &iToType, unsigned long iIndex, void const *&oPtr) |
Definition at line 24 of file CachedProducts.h.
Definition at line 12 of file CachedProducts.cc.
|
inline |
Definition at line 71 of file DetSetVector.h.
References edm::errors::InvalidReference, and edm::Exception::throwThis().
Referenced by edm::DetSetVector< T >::operator[]().
no_tag edm::detail::has_isProductEqual_helper | ( | ... | ) |
yes_tag edm::detail::has_isProductEqual_helper | ( | isProductEqual_function< T,&T::isProductEqual > * | dummy | ) |
no_tag edm::detail::has_mergeProduct_helper | ( | ... | ) |
yes_tag edm::detail::has_mergeProduct_helper | ( | mergeProduct_function< T,&T::mergeProduct > * | dummy | ) |
no_tag edm::detail::has_postinsert_helper | ( | ... | ) |
yes_tag edm::detail::has_postinsert_helper | ( | postinsert_function< T,&T::post_insert > * | p | ) |
no_tag edm::detail::has_swap_helper | ( | ... | ) |
std::string const & edm::detail::InvalidHash | ( | ) |
Definition at line 9 of file Hash.cc.
References cms::MD5Result::compactForm(), and align::invalid.
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 CaloHitResponse::add(), ElectronCalibration::analyze(), ElectronCalibrationUniv::analyze(), Vx3DHLTAnalyzer::analyze(), PrimaryVertexAnalyzer4PU::analyzeVertexCollection(), DetIdAssociator::buildMap(), GsfVertexWeightCalculator::calculate(), TwoBodyDecayEstimator::checkValues(), RoadSearchTrackCandidateMakerAlgorithm::createSeedTrajectory(), CaloRecoTauDiscriminationAgainstElectron::discriminate(), SiPixelGainCalibrationAnalysis::doFits(), HLTScalersClient::endLuminosityBlock(), MagGeometry::fieldInTesla(), AlignmentExtendedCorrelationsStore::fillCovariance(), AlignmentExtendedCorrelationsStore::fillCovarianceT(), MatrixFillMap::fillEBMap(), MatrixFillMap::fillEEMap(), ClusterFillMap::fillMap(), reco::tau::RecoTauMVAHelper::fillValues(), DivisiveVertexFinder::findVertexes(), DivisiveVertexFinder::findVertexesAlt(), BSFitter::Fit(), sim::Field::GetFieldValue(), SequentialVertexFitter< 5 >::hasNan(), ConversionFastHelix::helixStateAtVertex(), RoadSearchTrackCandidateMakerAlgorithm::initialTrajectoryFromTriplet(), cms::SubEventGenJetProducer::inputTowers(), VirtualJetProducer::inputTowers(), edm::isnan(), GlobalTrackQualityProducer::kink(), fftjetcms::FFTJetInterface::loadInputCollection(), OptOCOPS::makeMeasurement(), Vx3DHLTAnalyzer::MyFit(), SensitiveDetector::NaNTrap(), TtHadLRSignalSelObservables::operator()(), TtSemiLRSignalSelObservables::operator()(), EcalUncalibRecHitFixedAlphaBetaAlgo< C >::PerformAnalyticFit(), IMACalibBlock::riempiMtr(), IMACalibBlock::riempiVtr(), HcalSiPMHitResponse::run(), CaloHitRespoNew::run(), PVFitter::runFitter(), SeedGeneratorForCosmics::seeds(), SimpleCosmicBONSeeder::seeds(), ConversionFastHelix::straightLineStateAtVertex(), KinematicConstrainedVertexUpdator::update(), PrimaryVertexMonitor::vertexPlots(), and HcalPedestalMCWidths::~HcalPedestalMCWidths().
|
inline |
|
inline |
|
inline |
Definition at line 97 of file ThreadSafeIndexedRegistry.h.
|
inline |
Definition at line 121 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 39 of file fillPtrVector.h.
References edm::detail::GetProduct< COLLECTION >::address(), edm::errors::LogicError, mergeVDriftHistosByStation::name, VarParsing::obj, and edm::Exception::throwThis().
Referenced by edm::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, | ||
helper_vector & | helpers | ||
) |
Definition at line 49 of file FillView.h.
References edm::detail::GetProduct< COLLECTION >::address(), h, i, combine::key, edm::reftobase::RefVectorHolderBase::push_back(), edm::reftobase::RefVectorHolderBase::reserve(), edm::reftobase::RefVectorHolderBase::size(), and relativeConstraints::value.
Referenced by edm::fillView(), edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::fillView(), edm::SortedCollection< T, SORT >::fillView(), edm::DetSetVector< T >::fillView(), edm::reftobase::RefVectorHolder< REFV >::reallyFillView(), edm::reftobase::RefVectorHolderDoFillView< REFV >::reallyFillView(), and edm::RefToBaseProd< T >::RefToBaseProd().
void edm::detail::reallySetPtr | ( | COLLECTION const & | coll, |
std::type_info const & | iToType, | ||
unsigned long | iIndex, | ||
void const *& | oPtr | ||
) |
Definition at line 38 of file setPtr.h.
References edm::detail::GetProduct< COLLECTION >::address(), edm::errors::LogicError, mergeVDriftHistosByStation::name, VarParsing::obj, and edm::Exception::throwThis().
Referenced by edm::setPtr(), and edm::SortedCollection< T, SORT >::setPtr().