ATLAS Offline Software
Loading...
Searching...
No Matches
ITrackParticleCompressorTool.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: ITrackParticleCompressorTool.h 789457 2016-12-13 12:00:43Z krasznaa $
8#ifndef XAODTRACKINGCNV_ITRACKPARTICLECOMPRESSORTOOL_H
9#define XAODTRACKINGCNV_ITRACKPARTICLECOMPRESSORTOOL_H
10
11// Gaudi/Athena include(s):
12#include "GaudiKernel/IAlgTool.h"
13#include "GaudiKernel/StatusCode.h"
14
15// EDM include(s):
17
18namespace xAODMaker {
19
21 static const InterfaceID
22 IID_ITrackParticleCompressorTool( "xAODMaker::ITrackParticleCompressorTool",
23 1, 0 );
24
36 class ITrackParticleCompressorTool : public virtual IAlgTool {
37
38 public:
40 virtual StatusCode compress( xAOD::TrackParticle& tp ) const = 0;
41
43 static const InterfaceID& interfaceID() {
45 }
46
47 }; // class ITrackParticleCompressorTool
48
49} // namespace xAODMaker
50
51#endif // XAODTRACKINGCNV_ITRACKPARTICLECOMPRESSORTOOL_H
Interface for the tool(s) compressing xAOD::TrackParticle objects.
static const InterfaceID & interfaceID()
Gaudi interface definition.
virtual StatusCode compress(xAOD::TrackParticle &tp) const =0
Function compressing the properties of a track particle.
static const InterfaceID IID_ITrackParticleCompressorTool("xAODMaker::ITrackParticleCompressorTool", 1, 0)
The interface ID of this class.
TrackParticle_v1 TrackParticle
Reference the current persistent version: