ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonReconstruction
MuonRecTools
MuonRecToolInterfaces
MuonRecToolInterfaces
IMuonSegmentInfoExtender.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUON_IMUONSEGMENTINFOEXTENDER_H
6
#define MUON_IMUONSEGMENTINFOEXTENDER_H
7
8
#include <vector>
9
10
#include "GaudiKernel/IAlgTool.h"
11
12
static
const
InterfaceID
IID_IMuonSegmentInfoExtender
(
"Muon::IMuonSegmentInfoExtender"
, 1, 0);
13
14
namespace
Trk
{
15
class
Track
;
16
}
17
18
namespace
Muon
{
19
20
class
MuPatSegment
;
21
31
class
IMuonSegmentInfoExtender
:
virtual
public
IAlgTool {
32
public
:
34
static
const
InterfaceID&
interfaceID
();
35
39
virtual
void
extendInfo
(
MuPatSegment
* segment)
const
= 0;
40
};
41
42
inline
const
InterfaceID&
IMuonSegmentInfoExtender::interfaceID
() {
return
IID_IMuonSegmentInfoExtender
; }
43
}
// namespace Muon
44
45
#endif
// MUON_IMUONSEGMENTINFOEXTENDER_H
IID_IMuonSegmentInfoExtender
static const InterfaceID IID_IMuonSegmentInfoExtender("Muon::IMuonSegmentInfoExtender", 1, 0)
Muon::IMuonSegmentInfoExtender
The IMuonSegmentInfoExtender is a pure virtual interface for tools extending muon segments with addit...
Definition
IMuonSegmentInfoExtender.h:31
Muon::IMuonSegmentInfoExtender::extendInfo
virtual void extendInfo(MuPatSegment *segment) const =0
interface for tools to add information to the muon segment that has already been created
Muon::IMuonSegmentInfoExtender::interfaceID
static const InterfaceID & interfaceID()
access to tool interface
Definition
IMuonSegmentInfoExtender.h:42
Muon::MuPatSegment
segment candidate object.
Definition
MuPatSegment.h:43
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
Track
Definition
TriggerChamberClusterOnTrackCreator.h:19
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Generated on
for ATLAS Offline Software by
1.17.0