ATLAS Offline Software
|
interface for tool that creates a dump output of different detail to strings or files More...
#include <IMuonPrintingTool.h>
Public Member Functions | |
virtual std::string | print (const xAOD::Muon &muon) const =0 |
print muon object to a string More... | |
virtual std::string | print (const xAOD::MuonContainer &muons) const =0 |
print a muon container to a string More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
interface for tool that creates a dump output of different detail to strings or files
Definition at line 23 of file IMuonPrintingTool.h.
|
inlinestatic |
Definition at line 25 of file IMuonPrintingTool.h.
|
pure virtual |
print muon object to a string
Implemented in Rec::MuonPrintingTool.
|
pure virtual |
print a muon container to a string
Implemented in Rec::MuonPrintingTool.