ATLAS Offline Software
Classes | Typedefs
SharedHitMapper.h File Reference
#include "AthenaBaseComps/AthAlgorithm.h"
#include "xAODTracking/TrackParticle.h"
#include <map>
#include "AthenaKernel/ClassID_traits.h"
Include dependency graph for SharedHitMapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SharedHitMapper
 
class  SharedHitTrackAssoc
 

Typedefs

typedef std::map< const xAOD::TrackParticle *const, int > Assoc
 
typedef Assoc::const_iterator AssocIter
 

Typedef Documentation

◆ Assoc

typedef std::map<const xAOD::TrackParticle* const, int> Assoc

Definition at line 55 of file SharedHitMapper.h.

◆ AssocIter

typedef Assoc::const_iterator AssocIter

Definition at line 56 of file SharedHitMapper.h.