ATLAS Offline Software
Loading...
Searching...
No Matches
L0MDT::IPtEstimationTool Class Referenceabstract

Interface for pT estimation tools in the L0Muon MDT chain. More...

#include <IPtEstimationTool.h>

Inheritance diagram for L0MDT::IPtEstimationTool:
Collaboration diagram for L0MDT::IPtEstimationTool:

Public Member Functions

 DeclareInterfaceID (IPtEstimationTool, 1, 0)
virtual ~IPtEstimationTool ()=default
virtual std::optional< PtEstimateestimatePt (const Segment *biSeg, const Segment *bmSeg, const Segment *boSeg) const =0
 Estimate the transverse momentum from up to three MDT segment references.

Detailed Description

Interface for pT estimation tools in the L0Muon MDT chain.

Concrete implementations may use different strategies (geometric proxy, magnetic field lookup, calibration tables, etc.).

Definition at line 32 of file IPtEstimationTool.h.

Constructor & Destructor Documentation

◆ ~IPtEstimationTool()

virtual L0MDT::IPtEstimationTool::~IPtEstimationTool ( )
virtualdefault

Member Function Documentation

◆ DeclareInterfaceID()

L0MDT::IPtEstimationTool::DeclareInterfaceID ( IPtEstimationTool ,
1 ,
0  )

◆ estimatePt()

virtual std::optional< PtEstimate > L0MDT::IPtEstimationTool::estimatePt ( const Segment * biSeg,
const Segment * bmSeg,
const Segment * boSeg ) const
pure virtual

Estimate the transverse momentum from up to three MDT segment references.

Parameters
biSegPointer to the BI segment, or nullptr if not available
bmSegPointer to the BM segment, or nullptr if not available
boSegPointer to the BO segment, or nullptr if not available
Returns
A PtEstimate if at least two stations are available, std::nullopt otherwise

Implemented in L0MDT::PtEstimationTool.


The documentation for this class was generated from the following file: