#include <OwnVector.h>
Classes | |
class | const_iterator |
class | iterator |
struct | Ordering |
Public Types | |
typedef std::vector< T * > | base |
typedef T const & | const_reference |
typedef T * | pointer |
typedef P | policy_type |
typedef T & | reference |
typedef base::size_type | size_type |
typedef T | value_type |
Public Member Functions | |
reference | back () |
const_reference | back () const |
iterator | begin () |
const_iterator | begin () const |
void | clear () |
base const & | data () const |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
iterator | erase (iterator pos) |
iterator | erase (iterator first, iterator last) |
void | fillPtrVector (std::type_info const &toType, std::vector< unsigned long > const &indices, std::vector< void const * > &ptrs) const |
void | fillView (ProductID const &id, std::vector< void const * > &pointers, FillViewHelperVector &helpers) const |
reference | front () |
const_reference | front () const |
template<typename D > | |
void | insert (const_iterator i, D *&d) |
template<typename D > | |
void | insert (const_iterator i, D *const &d) |
template<typename D > | |
void | insert (const_iterator i, std::unique_ptr< D > d) |
void | insert (const_iterator i, T const &valueToCopy) |
bool | is_back_safe () const |
OwnVector< T, P > & | operator= (OwnVector< T, P > const &) |
reference | operator[] (size_type) |
const_reference | operator[] (size_type) const |
OwnVector () | |
OwnVector (size_type) | |
OwnVector (OwnVector const &) | |
void | pop_back () |
template<typename D > | |
void | push_back (D *&d) |
template<typename D > | |
void | push_back (D *const &d) |
template<typename D > | |
void | push_back (std::unique_ptr< D > d) |
void | push_back (T const &valueToCopy) |
void | reserve (size_t) |
void | reverse () |
template<typename D > | |
void | set (size_t i, D *&d) |
template<typename D > | |
void | set (size_t i, D *const &d) |
template<typename D > | |
void | set (size_t i, std::unique_ptr< D > d) |
void | set (size_t i, T const &valueToCopy) |
void | setPtr (std::type_info const &toType, unsigned long index, void const *&ptr) const |
void | shrink_to_fit () |
size_type | size () const |
template<typename S > | |
void | sort (S s) |
void | sort () |
void | swap (OwnVector< T, P > &other) noexcept |
~OwnVector () noexcept | |
Static Public Member Functions | |
static short | Class_Version () |
Private Member Functions | |
void | destroy () noexcept |
Static Private Member Functions | |
template<typename O > | |
static Ordering< O > | ordering (O const &comp) |
Private Attributes | |
base | data_ |
Definition at line 24 of file OwnVector.h.
typedef std::vector<T*> edm::OwnVector< T, P >::base |
Definition at line 29 of file OwnVector.h.
typedef T const& edm::OwnVector< T, P >::const_reference |
Definition at line 37 of file OwnVector.h.
typedef T* edm::OwnVector< T, P >::pointer |
Definition at line 35 of file OwnVector.h.
typedef P edm::OwnVector< T, P >::policy_type |
Definition at line 38 of file OwnVector.h.
typedef T& edm::OwnVector< T, P >::reference |
Definition at line 36 of file OwnVector.h.
typedef base::size_type edm::OwnVector< T, P >::size_type |
Definition at line 33 of file OwnVector.h.
typedef T edm::OwnVector< T, P >::value_type |
Definition at line 34 of file OwnVector.h.
|
inline |
Definition at line 240 of file OwnVector.h.
|
inline |
Definition at line 243 of file OwnVector.h.
edm::OwnVector< T, P >::OwnVector | ( | OwnVector< T, P > const & | ) |
|
inlinenoexcept |
Definition at line 260 of file OwnVector.h.
|
inline |
Definition at line 431 of file OwnVector.h.
References edm::errors::NullPointerError, mps_fire::result, and edm::Exception::throwThis().
Referenced by MkFitOutputConverter::convertCandidates(), SeedFromProtoTrack::init(), SeedCombiner::produce(), TrackListMerger::produce(), SeedProducerFromSoA::produce(), DTCombinatorialPatternReco::reconstruct(), and DTCombinatorialExtendedPatternReco::reconstruct().
|
inline |
Definition at line 445 of file OwnVector.h.
References edm::errors::NullPointerError, mps_fire::result, and edm::Exception::throwThis().
|
inline |
Definition at line 280 of file OwnVector.h.
Referenced by edm::detail::doTheOffset(), pat::PATJetSelector::filter(), SiStripRecHitConverterAlgorithm::match(), DTSegment4DT0Corrector::produce(), DTRecSegment4DProducer::produce(), DTRecHitProducer::produce(), RPCRecHitProducer::produce(), GEMRecHitProducer::produce(), DTRecSegment2DProducer::produce(), DTRecSegment2DExtendedProducer::produce(), ME0RecHitProducer::produce(), CSCOverlapsTrackPreparation::produce(), SiTrackerMultiRecHit::recHits(), TrajectorySeed::recHits(), TrackCandidate::recHits(), DTNoDriftAlgo::reconstruct(), DTMeantimerPatternReco4D::reconstruct(), DTCombinatorialPatternReco4D::reconstruct(), SiTrackerMultiRecHit::sharesInput(), and TracktoRPC::thePoints().
|
inline |
Definition at line 290 of file OwnVector.h.
|
inlinestatic |
Definition at line 220 of file OwnVector.h.
|
inline |
Definition at line 481 of file OwnVector.h.
Referenced by reco::CompositeCandidate::clearDaughters(), SiStripRecHitConverterAlgorithm::match(), GlobalTrackerMuonAlignment::muonFitter(), pat::PATJetSlimmer::produce(), ConvBremSeedProducer::produce(), TSGForRoadSearch::pushTrajectorySeed(), BeautifulSoup.Tag::setString(), TracktoRPC::thePoints(), and GlobalTrackerMuonAlignment::trackFitter().
|
inline |
Definition at line 476 of file OwnVector.h.
Referenced by MuonToTrackingParticleAssociatorByHitsImpl::associateMuons(), SiTrackerMultiRecHit::recHits(), and reco::TrackExtraBase::recHitsBegin().
|
inlineprivatenoexcept |
|
inline |
Definition at line 305 of file OwnVector.h.
Referenced by DTRecSegment4DProducer::produce(), RPCRecHitProducer::produce(), DTRecHitProducer::produce(), GEMRecHitProducer::produce(), DTRecSegment2DProducer::produce(), DTRecSegment2DExtendedProducer::produce(), ME0RecHitProducer::produce(), TrackerToMuonPropagator::produce(), and CSCOverlapsTrackPreparation::produce().
|
inline |
Definition at line 285 of file OwnVector.h.
Referenced by Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), edm::detail::doTheOffset(), pat::PATJetSelector::filter(), SiStripRecHitConverterAlgorithm::match(), DTSegment4DT0Corrector::produce(), DTRecSegment4DProducer::produce(), RPCRecHitProducer::produce(), DTRecHitProducer::produce(), GEMRecHitProducer::produce(), DTRecSegment2DProducer::produce(), DTRecSegment2DExtendedProducer::produce(), ME0RecHitProducer::produce(), CSCOverlapsTrackPreparation::produce(), SiTrackerMultiRecHit::recHits(), TrajectorySeed::recHits(), TrackCandidate::recHits(), DTNoDriftAlgo::reconstruct(), DTCombinatorialPatternReco4D::reconstruct(), DTMeantimerPatternReco4D::reconstruct(), SiTrackerMultiRecHit::sharesInput(), and TracktoRPC::thePoints().
|
inline |
Definition at line 295 of file OwnVector.h.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
OwnVector< T, P >::iterator edm::OwnVector< T, P >::erase | ( | iterator | pos | ) |
OwnVector< T, P >::iterator edm::OwnVector< T, P >::erase | ( | iterator | first, |
iterator | last | ||
) |
Definition at line 493 of file OwnVector.h.
References b, alignCSCRings::e, edm::OwnVector< T, P >::iterator::i, and mps_fire::i.
|
inline |
Definition at line 574 of file OwnVector.h.
References edm::detail::reallyfillPtrVector().
Referenced by edm::fillPtrVector().
void edm::OwnVector< T, P >::fillView | ( | ProductID const & | id, |
std::vector< void const * > & | pointers, | ||
FillViewHelperVector & | helpers | ||
) | const |
Referenced by edm::fillView().
|
inline |
Definition at line 459 of file OwnVector.h.
Referenced by SiTrackerMultiRecHit::firstClusterRef(), MuonReSeeder::produce(), TrackCandidateProducer::produce(), cms::CosmicTrackFinder::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), InOutConversionTrackFinder::tracks(), and OutInConversionTrackFinder::tracks().
|
inline |
Definition at line 464 of file OwnVector.h.
|
inline |
Definition at line 395 of file OwnVector.h.
References edm::OwnVector< T, P >::const_iterator::base_iter(), and ztail::d.
Referenced by BeautifulSoup.PageElement::_invert(), and SequenceTypes.Schedule::_replaceIfHeldDirectly().
|
inline |
Definition at line 402 of file OwnVector.h.
References edm::OwnVector< T, P >::const_iterator::base_iter(), and ztail::d.
Referenced by BeautifulSoup.PageElement::_invert(), and SequenceTypes.Schedule::_replaceIfHeldDirectly().
|
inline |
Definition at line 408 of file OwnVector.h.
References edm::OwnVector< T, P >::const_iterator::base_iter().
Referenced by BeautifulSoup.PageElement::_invert(), and SequenceTypes.Schedule::_replaceIfHeldDirectly().
|
inline |
Definition at line 413 of file OwnVector.h.
References edm::OwnVector< T, P >::const_iterator::base_iter(), and clone().
Referenced by BeautifulSoup.PageElement::_invert(), and SequenceTypes.Schedule::_replaceIfHeldDirectly().
|
inline |
Definition at line 426 of file OwnVector.h.
|
inline |
|
inline |
|
inline |
|
inlinestaticprivate |
Definition at line 233 of file OwnVector.h.
|
inline |
Definition at line 418 of file OwnVector.h.
|
inline |
Definition at line 326 of file OwnVector.h.
Referenced by reco::fitHelper::Adder< edm::OwnVector< T > >::add(), reco::CompositeCandidate::addDaughter(), MuonToTrackingParticleAssociatorByHitsImpl::associateMuons(), MuonErrorMatrixAdjuster::attachRecHits(), SeedFromConsecutiveHitsCreator::buildSeed(), SeedFromGenericPairOrTriplet::buildSeed(), SeedForPhotonConversion1Leg::buildSeed(), SeedForPhotonConversionFromQuadruplets::buildSeed(), SeedForPhotonConversionFromQuadruplets::buildSeedBool(), MkFitOutputConverter::convertCandidates(), Traj2TrackHits::copy(), RPCSeedPattern::createFakeSeed(), MuonSeedFromRecHits::createSeed(), MuonSeedCreator::createSeed(), OutInConversionSeedFinder::createSeed(), RPCSeedPattern::createSeed(), InOutConversionSeedFinder::createSeed(), CosmicMuonSeedGenerator::createSeed(), PFRecoTauDiscriminationByIsolation::discriminate(), PFRecoTauDiscriminationByIsolationContainer::discriminate(), OutsideInMuonSeeder::doLayer(), SeedFromNuclearInteraction::hits(), CosmicLayerPairs::init(), CalibrationTrackSelectorFromDetIdList::makeCandidate(), reco::modules::CosmicTrackSplitter::makeCandidate(), reco::modules::TrackerTrackHitFilter::makeCandidate(), CosmicSeedCreator::makeSeed(), SETSeedFinder::makeSeed(), TSGForOIDNN::makeSeedsFromHitDoublets(), TSGForOI::makeSeedsFromHits(), TSGForOIFromL2::makeSeedsFromHits(), TSGForOIDNN::makeSeedsFromHits(), TSGForOIFromL2::makeSeedsWithoutHits(), TSGForOIDNN::makeSeedsWithoutHits(), SiStripRecHitMatcher::match(), TrackMerger::merge(), GlobalTrackerMuonAlignment::muonFitter(), SeedCombiner::produce(), MuonReducedTrackExtraProducer::produce(), DTSegment4DT0Corrector::produce(), MuonReSeeder::produce(), TrackListMerger::produce(), SETMuonSeedProducer::produce(), SeedProducerFromSoA::produce(), TrackCandidateProducer::produce(), TrackCandidateTopBottomHitFilter::produce(), TrajectorySeedFromMuonProducer::produce(), L2MuonSeedGeneratorFromL1T::produce(), L2MuonSeedGenerator::produce(), ConvBremSeedProducer::produce(), L2MuonSeedGeneratorFromL1TkMu::produce(), TrackerToMuonPropagator::produce(), CSCOverlapsTrackPreparation::produce(), TrajectorySeedProducer::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), TSGForRoadSearch::pushTrajectorySeed(), DTNoDriftAlgo::reconstruct(), ME0RecHitBaseAlgo::reconstruct(), RPCRecHitBaseAlgo::reconstruct(), DTRecHitBaseAlgo::reconstruct(), GEMRecHitBaseAlgo::reconstruct(), DTRefitAndCombineReco4D::reconstruct(), DTCombinatorialPatternReco4D::reconstruct(), DTMeantimerPatternReco4D::reconstruct(), DTCombinatorialPatternReco::reconstruct(), DTCombinatorialExtendedPatternReco::reconstruct(), DTMeantimerPatternReco::reconstruct(), PFAlgo::recoTracksNotHCAL(), SeedingOTEDProducer::run(), SeedFromProtoTrack::SeedFromProtoTrack(), SeedGeneratorForCRack::seeds(), SeedGeneratorForCosmics::seeds(), SimpleCosmicBONSeeder::seeds(), SiTrackerMultiRecHit::SiTrackerMultiRecHit(), TrackMerger::sortByHitPosition(), FastTrackerRecHitSplitter::split(), Traj2TrackHits::split(), TracktoRPC::thePoints(), TSGFromPropagation::trackerSeeds(), FastTSGFromPropagation::trackerSeeds(), GlobalTrackerMuonAlignment::trackFitter(), and PFBenchmarkAlgo::vector_add().
|
inline |
Definition at line 336 of file OwnVector.h.
|
inline |
Definition at line 346 of file OwnVector.h.
|
inline |
Definition at line 351 of file OwnVector.h.
References clone().
|
inline |
Definition at line 320 of file OwnVector.h.
Referenced by PFRecoTauDiscriminationByIsolation::discriminate(), PFRecoTauDiscriminationByIsolationContainer::discriminate(), CalibrationTrackSelectorFromDetIdList::makeCandidate(), reco::modules::CosmicTrackSplitter::makeCandidate(), reco::modules::TrackerTrackHitFilter::makeCandidate(), TrackMerger::merge(), Traj2TrackHits::operator()(), SeedCombiner::produce(), TrackListMerger::produce(), and ExtraFromSeeds::produce().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 386 of file OwnVector.h.
References clone(), and mps_fire::i.
|
inline |
|
inline |
|
inline |
Definition at line 300 of file OwnVector.h.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), DQMPFCandidateAnalyzer::analyze(), MuonToTrackingParticleAssociatorByHitsImpl::associateMuons(), MkFitOutputConverter::backwardFit(), FWPFBlockProxyBuilder::buildViewType(), PFAlgo::conversionAlgo(), PFAlgo::createCandidatesHF(), PFRecoTauDiscriminationByIsolation::discriminate(), PFAlgo::elementLoop(), JetMatchingTools::getGenParticle(), TSGForOIDNN::makeSeedsFromHitDoublets(), TSGForOI::makeSeedsFromHits(), TSGForOIFromL2::makeSeedsFromHits(), TSGForOIDNN::makeSeedsFromHits(), SiStripRecHitConverterAlgorithm::match(), GlobalTrackerMuonAlignment::muonFitter(), TrajectorySeed::nHits(), TrackCandidate::nRecHits(), reco::CompositeCandidate::numberOfDaughters(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), PFAlgo::processBlock(), MuonReducedTrackExtraProducer::produce(), DTRecSegment4DProducer::produce(), DTRecHitProducer::produce(), PFEGammaProducer::produce(), DTRecSegment2DProducer::produce(), DTRecSegment2DExtendedProducer::produce(), TrackCandidateTopBottomHitFilter::produce(), TrackerToMuonPropagator::produce(), CSCOverlapsTrackPreparation::produce(), TrajectorySeedProducer::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), PFAlgo::reconstructParticles(), SiTrackerMultiRecHit::sharesInput(), pat::Jet::tagInfoByType(), GlobalTrackerMuonAlignment::trackFitter(), and OutInConversionTrackFinder::tracks().
Definition at line 502 of file OwnVector.h.
References config::ordering.
Referenced by MkFitOutputConverter::convertCandidates(), and PFBenchmarkAlgo::vector_sort().
void edm::OwnVector< T, P >::sort | ( | ) |
|
inlinenoexcept |
Definition at line 512 of file OwnVector.h.
Referenced by TrajectorySeed::swap(), and TrackCandidate::TrackCandidate().
|
private |
Definition at line 236 of file OwnVector.h.
Referenced by edm::OwnVector< reco::reco::PFBlockElement >::reverse(), and edm::OwnVector< reco::reco::PFBlockElement >::shrink_to_fit().