CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Public Attributes
edm::helpers::KeyVal< K, V > Struct Template Reference

#include <AssociationMapHelpers.h>

Public Types

typedef K key_type
 
typedef V value_type
 

Public Member Functions

 KeyVal ()
 
 KeyVal (const K &k, const V &v)
 

Public Attributes

key
 
val
 

Detailed Description

template<typename K, typename V>
struct edm::helpers::KeyVal< K, V >

Definition at line 16 of file AssociationMapHelpers.h.

Member Typedef Documentation

template<typename K, typename V>
typedef K edm::helpers::KeyVal< K, V >::key_type

Definition at line 17 of file AssociationMapHelpers.h.

template<typename K, typename V>
typedef V edm::helpers::KeyVal< K, V >::value_type

Definition at line 18 of file AssociationMapHelpers.h.

Constructor & Destructor Documentation

template<typename K, typename V>
edm::helpers::KeyVal< K, V >::KeyVal ( )
inline
template<typename K, typename V>
edm::helpers::KeyVal< K, V >::KeyVal ( const K &  k,
const V &  v 
)
inline

Definition at line 20 of file AssociationMapHelpers.h.

20 : key(k), val(v) { }
int k[5][pyjets_maxn]
mathSSE::Vec4< T > v

Member Data Documentation

template<typename K, typename V>
K edm::helpers::KeyVal< K, V >::key
template<typename K, typename V>
V edm::helpers::KeyVal< K, V >::val

Definition at line 22 of file AssociationMapHelpers.h.

Referenced by SiStripLAProfileBooker::analyze(), SimplePi0DiscAnalyzer::analyze(), FWTrackProxyBuilderFF::buildTrack(), HLTTauRefProducer::doElectrons(), muon::getTevRefitTrack(), HLTEgammaGenericFilter::hltFilter(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), HLTElectronGenericFilter::hltFilter(), edm::OneToMany< JetC, reco::TrackCollection >::insert(), edm::OneToOneGeneric< CKey, CVal, index >::insert(), edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >::insert(), edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double > >::insert(), HLTEgamma::MakeL1IsolatedElectrons(), HLTEgamma::MakeL1IsolatedPhotons(), HLTEgamma::MakeL1NonIsolatedElectrons(), HLTEgamma::MakeL1NonIsolatedPhotons(), MuonIdProducer::makeMuon(), CandMatcherBase< C1, C2 >::operator()(), HLTEgammaCaloIsolFilterPairs::PassCaloIsolation(), TrackListCombiner::produce(), QualityFilter::produce(), FastTrackMerger::produce(), HFRecoEcalCandidateAlgo::produce(), EgammaHLTElectronCombinedIsolationProducer::produce(), EgammaHLTCombinedIsolationProducer::produce(), TrackCandidateProducer::produce(), TrackClusterRemover::produce(), cms::TrackListMerger::produce(), cms::SimpleTrackListMerger::produce(), PF_PU_FirstVertexTracks::produce(), reco::modules::CosmicTrackSelector::produce(), reco::modules::AnalyticalTrackSelector::produce(), reco::modules::HICaloCompatibleTrackSelector::produce(), reco::modules::TrackMultiSelector::produce(), NuclearInteractionEDProducer::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), PFCand_NoPU_WithAM::produce(), MuonsFromRefitTracksProducer::produce(), tevOptimizedTMR(), edm::OneToOneGeneric< CKey, CVal, index >::transientMap(), edm::OneToMany< JetC, reco::TrackCollection >::transientMap(), edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >::transientMap(), edm::OneToOneGeneric< CKey, CVal, index >::transientValVector(), edm::OneToMany< JetC, reco::TrackCollection >::transientValVector(), edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >::transientValVector(), edm::OneToOneGeneric< CKey, CVal, index >::val(), edm::OneToMany< JetC, reco::TrackCollection >::val(), and edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >::val().