4#ifndef MUONTRACKFINDINGTEST_TRACKVISUALIZATIONTOOL_H
5#define MUONTRACKFINDINGTEST_TRACKVISUALIZATIONTOOL_H
24 using base_class::base_class;
28 virtual StatusCode
initialize() override final;
38 const xAOD::MuonSegmentContainer& segments,
49 const xAOD::MuonSegmentContainer& segments,
51 PrimitivesVec_t && extPrimitives)
const override final;
66 const OptBoundPars_t& parsToExt,
79 const double xHigh,
const double yHigh):
80 legend{
std::make_unique<TLegend>(xLow, yLow, xHigh, yHigh)}{}
84 void addColor(
const int color,
const std::string&
label);
88 void addMarker(
const int marker,
const std::string&
label,
const int color = kBlack);
90 void fillPrimitives(
Canvas_t& canvas);
113 PrimitivesVec_t&& extPrimitives)
const;
157 Gaudi::Property<std::string>
m_subDir{
this,
"outSubDir",
""};
159 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...
int seedColorIdx(std::size_t iSeed)
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.