ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Rec::IMuonMeanMDTdADCFiller Class Referenceabstract

interface providing mean Number of ADC counts for MDT tubes on the track More...

#include <IMuonMeanMDTdADCFiller.h>

Inheritance diagram for Rec::IMuonMeanMDTdADCFiller:
Collaboration diagram for Rec::IMuonMeanMDTdADCFiller:

Public Member Functions

virtual double meanMDTdADCFiller (const xAOD::Muon &muon) const =0
 return mean Number of ADC counts for MDT tubes on the track, starting from the full muon object More...
 
virtual double meanMDTdADCFiller (const Trk::Track &track) const =0
 return mean Number of ADC counts for MDT tubes on the track, starting from the track object More...
 
virtual ~IMuonMeanMDTdADCFiller ()=default
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

interface providing mean Number of ADC counts for MDT tubes on the track

Author
Oleg..nosp@m.Bule.nosp@m.kov@c.nosp@m.ern..nosp@m.ch

Definition at line 20 of file IMuonMeanMDTdADCFiller.h.

Constructor & Destructor Documentation

◆ ~IMuonMeanMDTdADCFiller()

virtual Rec::IMuonMeanMDTdADCFiller::~IMuonMeanMDTdADCFiller ( )
virtualdefault

Member Function Documentation

◆ interfaceID()

static const InterfaceID& Rec::IMuonMeanMDTdADCFiller::interfaceID ( )
inlinestatic

Definition at line 30 of file IMuonMeanMDTdADCFiller.h.

30  {
31  static const InterfaceID IID_IMuonMeanMDTdADCFiller("Rec::IMuonMeanMDTdADCFiller", 1, 0);
32  return IID_IMuonMeanMDTdADCFiller;
33  }

◆ meanMDTdADCFiller() [1/2]

virtual double Rec::IMuonMeanMDTdADCFiller::meanMDTdADCFiller ( const Trk::Track track) const
pure virtual

return mean Number of ADC counts for MDT tubes on the track, starting from the track object

Implemented in Rec::MuonMeanMDTdADCFillerTool.

◆ meanMDTdADCFiller() [2/2]

virtual double Rec::IMuonMeanMDTdADCFiller::meanMDTdADCFiller ( const xAOD::Muon muon) const
pure virtual

return mean Number of ADC counts for MDT tubes on the track, starting from the full muon object

Implemented in Rec::MuonMeanMDTdADCFillerTool.


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