4#ifndef MUONTRACKFINDINGTEST_TRACKVISUALIZATIONTOOL_H
5#define MUONTRACKFINDINGTEST_TRACKVISUALIZATIONTOOL_H
22 using base_class::base_class;
26 virtual StatusCode
initialize() override final;
36 const xAOD::MuonSegmentContainer& segments,
47 const xAOD::MuonSegmentContainer& segments,
49 PrimitivesVec_t && extPrimitives)
const override final;
61 const OptBoundPars_t& parsToExt,
74 const double xHigh,
const double yHigh):
75 legend{
std::make_unique<TLegend>(xLow, yLow, xHigh, yHigh)}{}
79 void addColor(
const int color,
const std::string&
label);
83 void addMarker(
const int marker,
const std::string&
label);
85 void fillPrimitives(
Canvas_t& canvas);
108 PrimitivesVec_t&& extPrimitives)
const;
146 Gaudi::Property<std::string>
m_subDir{
this,
"outSubDir",
""};
148 Gaudi::Property<std::string>
m_canvasPrefix{
this,
"CanvasPreFix",
"MsTrackValid"};
Scalar phi() const
phi method
Location
Enum defining whether the seed is made in the endcap / barrel.
Helper class to group muon sgements that may belong to a muon trajectory.
Definition of the IRootVisualizationService interface.
Property holding a SG store/key/clid from which a ReadHandle is made.
std::string label(const std::string &format, int i)
Eigen::Matrix< double, 2, 1 > Vector2D
This header ties the generic definitions in this package.
std::vector< MsTrackSeed > MsTrackSeedContainer
Lightweight algorithm to read xAOD MDT sim hits and (fast-digitised) drift circles from SG and fill a...
RootVisualizationService::ICanvasObject ICanvasObject
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
MuonSegmentContainer_v1 MuonSegmentContainer
Definition of the current "MuonSegment container version".
Token class to identify a particular visualization client.