ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSegmentCombPatternCombAssociationMap.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUON_EDM_ASSOCIATIONOBJECTS_MUONSEGPATCOMBASSOCMAP_H
6#define MUON_EDM_ASSOCIATIONOBJECTS_MUONSEGPATCOMBASSOCMAP_H
8#include <map>
9
10namespace Muon {
13 typedef std::multimap<const MuonSegmentCombination*, const MuonPatternCombination*> MuonSegmentCombPatternCombAssociationMap;
14}
15
17
18
19#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
The MuonPatternCombination class provides the means to store the output of the initial global pattern...
Class to hold a set of MuonSegments belonging together.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
std::multimap< const MuonSegmentCombination *, const MuonPatternCombination * > MuonSegmentCombPatternCombAssociationMap