#include <MtdRecoClusterToSimLayerClusterAssociationMap.h>
Public Types | |
using | const_iterator = typename map_type::const_iterator |
using | key_type = FTLClusterRef |
using | map_type = std::vector< value_type > |
using | mapped_type = MtdSimLayerClusterRef |
using | range = std::pair< const_iterator, const_iterator > |
using | value_type = std::pair< key_type, std::vector< mapped_type > > |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
void | emplace_back (const FTLClusterRef &recoClus, std::vector< MtdSimLayerClusterRef > &simClusVect) |
bool | empty () const |
const_iterator | end () const |
range | equal_range (const FTLClusterRef &key) const |
const map_type & | map () const |
MtdRecoClusterToSimLayerClusterAssociationMap () | |
Constructor. More... | |
void | post_insert () |
size_t | size () const |
~MtdRecoClusterToSimLayerClusterAssociationMap () | |
Destructor. More... | |
Static Private Member Functions | |
static bool | compare (const value_type &i, const value_type &j) |
Private Attributes | |
map_type | map_ |
Maps FTLCluserRef to SimLayerClusterRef
Definition at line 17 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
using MtdRecoClusterToSimLayerClusterAssociationMap::const_iterator = typename map_type::const_iterator |
Definition at line 23 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
Definition at line 19 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
using MtdRecoClusterToSimLayerClusterAssociationMap::map_type = std::vector<value_type> |
Definition at line 22 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
Definition at line 20 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
using MtdRecoClusterToSimLayerClusterAssociationMap::range = std::pair<const_iterator, const_iterator> |
Definition at line 24 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
using MtdRecoClusterToSimLayerClusterAssociationMap::value_type = std::pair<key_type, std::vector<mapped_type> > |
Definition at line 21 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
MtdRecoClusterToSimLayerClusterAssociationMap::MtdRecoClusterToSimLayerClusterAssociationMap | ( | ) |
MtdRecoClusterToSimLayerClusterAssociationMap::~MtdRecoClusterToSimLayerClusterAssociationMap | ( | ) |
|
inline |
|
inline |
|
inline |
|
inlinestaticprivate |
Definition at line 52 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
References mps_fire::i, and dqmiolumiharvest::j.
Referenced by equal_range(), and post_insert().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 45 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
References compare(), submitPVResolutionJobs::key, and map_.
|
inline |
|
inline |
Definition at line 35 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
References compare(), map_, and jetUpdater_cfi::sort.
|
inline |
Definition at line 38 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
References map_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 54 of file MtdRecoClusterToSimLayerClusterAssociationMap.h.
Referenced by begin(), cbegin(), cend(), emplace_back(), empty(), end(), equal_range(), map(), post_insert(), and size().