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 }
32 
33 #endif
base::ref_type ref_type
reference set type
base::key_type key_type
insert key type
std::vector< std::pair< typename helper::MapRefViewTrait< std::vector< reco::Vertex > >::ref_type, int > > val_type
values reference collection type
typename helper::MapRefViewTrait< std::vector< reco::Track > >::ref_type key_type
insert key type
base::transient_map_type transient_map_type
transient map type
std::pair< typename helper::MapRefViewTrait< std::vector< reco::Vertex > >::ref_type, int > data_type
insert val type
std::vector< std::vector< std::pair< const typename std::vector< reco::Vertex >::value_type *, int > > > transient_val_vector
transient val vector
base::val_type val_type
values reference collection type
HLT enums.
base::transient_key_vector transient_key_vector
transient key vector
std::vector< const typename std::vector< reco::Track >::value_type * > transient_key_vector
transient key vector
OneToManyWithQualityGeneric< CKey, CVal, Q, index > base
base::transient_val_vector transient_val_vector
transient val vector
base::map_type map_type
map type
base::data_type data_type
insert val type
base::index_type index_type
index type
std::map< const typename std::vector< reco::Track >::value_type *, std::vector< std::pair< const typename std::vector< reco::Vertex >::value_type *, int > > > transient_map_type
transient map type