1 #ifndef SimDataFormats_Associations_MtdRecoClusterToSimLayerClusterAssociationMap_h 2 #define SimDataFormats_Associations_MtdRecoClusterToSimLayerClusterAssociationMap_h 21 using value_type = std::pair<key_type, std::vector<mapped_type>>;
24 using range = std::pair<const_iterator, const_iterator>;
32 map_.emplace_back(recoClus, simClusVect);
const_iterator end() const
MtdRecoClusterToSimLayerClusterAssociationMap()
Constructor.
const_iterator cbegin() const
typename map_type::const_iterator const_iterator
const_iterator cend() const
edm::Ref< MtdSimLayerClusterCollection > MtdSimLayerClusterRef
std::pair< key_type, std::vector< mapped_type > > value_type
range equal_range(const FTLClusterRef &key) const
edm::Ref< FTLClusterCollection, FTLCluster > FTLClusterRef
std::pair< const_iterator, const_iterator > range
~MtdRecoClusterToSimLayerClusterAssociationMap()
Destructor.
key
prepare the HTCondor submission files and eventually submit them
std::vector< value_type > map_type
static bool compare(const value_type &i, const value_type &j)
const_iterator begin() const
const map_type & map() const
void emplace_back(const FTLClusterRef &recoClus, std::vector< MtdSimLayerClusterRef > &simClusVect)