ATLAS Offline Software
|
Interface for the tool(s) compressing xAOD::TrackParticle objects. More...
#include <ITrackParticleCompressorTool.h>
Public Member Functions | |
virtual StatusCode | compress (xAOD::TrackParticle &tp) const =0 |
Function compressing the properties of a track particle. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Gaudi interface definition. More... | |
Interface for the tool(s) compressing xAOD::TrackParticle objects.
In order to be able to configure in the jobOptions how POOL converters should compress track particles, the compression code is put into a tool. That the converter(s) call upon.
Definition at line 36 of file ITrackParticleCompressorTool.h.
|
pure virtual |
Function compressing the properties of a track particle.
Implemented in xAODMaker::TrackParticleCompressorTool.
|
inlinestatic |
Gaudi interface definition.
Definition at line 43 of file ITrackParticleCompressorTool.h.