CMS 3D CMS Logo

CandMapTrait.h
Go to the documentation of this file.
1 #ifndef CommonTools_CandUtils_CandMapTrait_h
2 #define CommonTools_CandUtils_CandMapTrait_h
3 
6 
7 /* \class reco::helper::CandMapTrait<T>
8  *
9  * \author Luca Lista, INFN
10  *
11  * \version $Id: CandMapTrait.h,v 1.2 2007/10/20 16:00:52 llista Exp $
12  *
13  */
14 namespace reco {
15  namespace helper {
16  template <typename C1, typename C2 = C1>
17  struct CandMapTrait {
19  };
20 
21  template <typename C1>
24  };
25 
26  template <typename C2>
29  };
30 
31  template <>
34  };
35 
36  template <typename C>
37  struct CandRefTrait {
40  };
41 
42  template <typename T>
43  struct CandRefTrait<edm::View<T> > {
46  };
47  } // namespace helper
48 } // namespace reco
49 
50 #endif
Definition: helper.py:1
edm::AssociationMap< edm::OneToOne< C1, C2 > > type
Definition: CandMapTrait.h:18
edm::RefProd< C > refProd_type
Definition: CandMapTrait.h:39
edm::AssociationMap< edm::OneToOneGeneric< CandidateView, CandidateView > > type
Definition: CandMapTrait.h:33
edm::AssociationMap< edm::OneToOneGeneric< CandidateView, C2 > > type
Definition: CandMapTrait.h:28
fixed size matrix
HLT enums.
edm::AssociationMap< edm::OneToOneGeneric< C1, CandidateView > > type
Definition: CandMapTrait.h:23