ATLAS Offline Software
|
#include "TrkToolInterfaces/ITrackParticleCreatorTool.h"
#include "TrkToolInterfaces/ITrackSlimmingTool.h"
#include "TrkToolInterfaces/ITrackSummaryTool.h"
#include "egammaInterfaces/IEMExtrapolationTools.h"
#include "egammaInterfaces/IegammaTrkRefitterTool.h"
#include "AthenaBaseComps/AthReentrantAlgorithm.h"
#include "GaudiKernel/EventContext.h"
#include "GaudiKernel/ToolHandle.h"
#include "StoreGate/ReadDecorHandleKey.h"
#include "StoreGate/ReadHandleKey.h"
#include "StoreGate/WriteHandleKey.h"
#include "TrkTrack/TrackCollection.h"
#include "InDetReadoutGeometry/SiDetectorElementCollection.h"
#include "TrkTrack/Track.h"
#include "xAODTracking/TrackParticleContainerFwd.h"
#include "xAODTracking/TrackParticleFwd.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | EMBremCollectionBuilder |
Algorithm which creates new brem-refitted tracks. More... | |
struct | EMBremCollectionBuilder::TrackWithIndex |
Helper struct to store the Trk::Track corresponding to a TrackParticle and the index of the Track Particle in the original container. More... | |