CMS 3D CMS Logo

OneToManyWithQuality.h
Go to the documentation of this file.
1 #ifndef DataFormats_Common_OneToManyWithQuality_h
2 #define DataFormats_Common_OneToManyWithQuality_h
4 
5 namespace edm {
6  template <typename CKey, typename CVal, typename Q, typename index = unsigned int>
7  class OneToManyWithQuality : public OneToManyWithQualityGeneric<CKey, CVal, Q, index> {
8  private:
10 
11  public:
13  typedef typename base::val_type val_type;
15  typedef typename base::key_type key_type;
17  typedef typename base::data_type data_type;
19  typedef typename base::index_type index_type;
21  typedef typename base::map_type map_type;
23  typedef typename base::ref_type ref_type;
30  };
31 } // namespace edm
32 
33 #endif
edm::OneToManyWithQuality::base
OneToManyWithQualityGeneric< CKey, CVal, Q, index > base
Definition: OneToManyWithQuality.h:9
edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::index_type
unsigned int index_type
index type
Definition: OneToManyWithQualityGeneric.h:37
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::OneToManyWithQuality::ref_type
base::ref_type ref_type
reference set type
Definition: OneToManyWithQuality.h:23
edm::OneToManyWithQuality::map_type
base::map_type map_type
map type
Definition: OneToManyWithQuality.h:21
edm::helpers::KeyVal
Definition: AssociationMapHelpers.h:22
edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::data_type
std::pair< typename helper::MapRefViewTrait< edm::View< reco::Vertex > >::ref_type, double > data_type
insert val type
Definition: OneToManyWithQualityGeneric.h:35
edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::transient_key_vector
std::vector< const typename TrackingVertexCollection ::value_type * > transient_key_vector
transient key vector
Definition: OneToManyWithQualityGeneric.h:46
edm::OneToManyWithQuality::transient_val_vector
base::transient_val_vector transient_val_vector
transient val vector
Definition: OneToManyWithQuality.h:29
edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::map_type
std::map< index_type, map_assoc > map_type
map type
Definition: OneToManyWithQualityGeneric.h:39
edm::OneToManyWithQuality::val_type
base::val_type val_type
values reference collection type
Definition: OneToManyWithQuality.h:13
OneToManyWithQualityGeneric.h
edm::OneToManyWithQuality::transient_key_vector
base::transient_key_vector transient_key_vector
transient key vector
Definition: OneToManyWithQuality.h:27
edm::OneToManyWithQuality::transient_map_type
base::transient_map_type transient_map_type
transient map type
Definition: OneToManyWithQuality.h:25
edm::OneToManyWithQuality
Definition: OneToManyWithQuality.h:7
edm::OneToManyWithQuality::data_type
base::data_type data_type
insert val type
Definition: OneToManyWithQuality.h:17
edm::OneToManyWithQualityGeneric
Definition: OneToManyWithQualityGeneric.h:21
edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::val_type
std::vector< std::pair< typename helper::MapRefViewTrait< edm::View< reco::Vertex > >::ref_type, double > > val_type
values reference collection type
Definition: OneToManyWithQualityGeneric.h:31
edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::key_type
typename helper::MapRefViewTrait< TrackingVertexCollection >::ref_type key_type
insert key type
Definition: OneToManyWithQualityGeneric.h:33
edm::OneToManyWithQuality::key_type
base::key_type key_type
insert key type
Definition: OneToManyWithQuality.h:15
edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::transient_val_vector
std::vector< std::vector< std::pair< const typename edm::View< reco::Vertex > ::value_type *, double > > > transient_val_vector
transient val vector
Definition: OneToManyWithQualityGeneric.h:48
edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::transient_map_type
std::map< const typename TrackingVertexCollection ::value_type *, std::vector< std::pair< const typename edm::View< reco::Vertex > ::value_type *, double > > > transient_map_type
transient map type
Definition: OneToManyWithQualityGeneric.h:44
edm::OneToManyWithQuality::index_type
base::index_type index_type
index type
Definition: OneToManyWithQuality.h:19