ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
MuonIdentification
MuonCombinedToolInterfaces
MuonCombinedToolInterfaces
IMuonPrintingTool.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 REC_IMUONPRINTINGTOOL_H
6
#define REC_IMUONPRINTINGTOOL_H
7
8
// Include files
9
#include "GaudiKernel/IAlgTool.h"
10
#include "
xAODMuon/Muon.h
"
11
#include "
xAODMuon/MuonContainer.h
"
12
13
namespace
Rec
{
14
16
static
const
InterfaceID
IID_IMuonPrintingTool
(
"Rec::IMuonPrintingTool"
, 1, 0);
17
22
23
class
IMuonPrintingTool
:
virtual
public
IAlgTool {
24
public
:
25
static
const
InterfaceID&
interfaceID
() {
return
IID_IMuonPrintingTool
; };
26
28
virtual
std::string
print
(
const
xAOD::Muon
& muon)
const
= 0;
29
31
virtual
std::string
print
(
const
xAOD::MuonContainer
& muons)
const
= 0;
32
};
33
34
}
// namespace Rec
35
36
#endif
// REC_IMUONPRINTINGTOOL_H
MuonContainer.h
Muon.h
Rec::IMuonPrintingTool
interface for tool that creates a dump output of different detail to strings or files
Definition
IMuonPrintingTool.h:23
Rec::IMuonPrintingTool::print
virtual std::string print(const xAOD::Muon &muon) const =0
print muon object to a string
Rec::IMuonPrintingTool::interfaceID
static const InterfaceID & interfaceID()
Definition
IMuonPrintingTool.h:25
Rec::IMuonPrintingTool::print
virtual std::string print(const xAOD::MuonContainer &muons) const =0
print a muon container to a string
Rec
namespace for combined reconstruction tools and interfaces
Definition
FakeTrackBuilder.h:10
Rec::IID_IMuonPrintingTool
static const InterfaceID IID_IMuonPrintingTool("Rec::IMuonPrintingTool", 1, 0)
Interface ID for Muon.
xAOD::Muon
Muon_v1 Muon
Reference the current persistent version:
Definition
Event/xAOD/xAODMuon/xAODMuon/Muon.h:13
xAOD::MuonContainer
MuonContainer_v1 MuonContainer
Definition of the current "Muon container version".
Definition
Event/xAOD/xAODMuon/xAODMuon/MuonContainer.h:14
Generated on
for ATLAS Offline Software by
1.17.0