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

#include <IMuidCaloEnergyMeas.h>

Inheritance diagram for Rec::IMuidCaloEnergyMeas:
Collaboration diagram for Rec::IMuidCaloEnergyMeas:

Public Member Functions

virtual ~IMuidCaloEnergyMeas ()=default
 Virtual destructor. More...
 
virtual std::unique_ptr< CaloMeasenergyMeasurement (const EventContext &ctx, double etaEM, double phiEM, double etaHad, double phiHad) const =0
 IMuidCaloEnergyMeas interface: to get the muon energy loss measurement from the calorimeter, knowing the track intersection at the em and had cals. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool and IAlgTool interface methods. More...
 

Detailed Description

Base class for MuidCaloEnergyMeas AlgTool

Author
Alan..nosp@m.Popp.nosp@m.leton.nosp@m.@cer.nosp@m.n.ch

Definition at line 30 of file IMuidCaloEnergyMeas.h.

Constructor & Destructor Documentation

◆ ~IMuidCaloEnergyMeas()

virtual Rec::IMuidCaloEnergyMeas::~IMuidCaloEnergyMeas ( )
virtualdefault

Virtual destructor.

Member Function Documentation

◆ energyMeasurement()

virtual std::unique_ptr<CaloMeas> Rec::IMuidCaloEnergyMeas::energyMeasurement ( const EventContext &  ctx,
double  etaEM,
double  phiEM,
double  etaHad,
double  phiHad 
) const
pure virtual

IMuidCaloEnergyMeas interface: to get the muon energy loss measurement from the calorimeter, knowing the track intersection at the em and had cals.

Implemented in Rec::MuidCaloEnergyMeas.

◆ interfaceID()

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

AlgTool and IAlgTool interface methods.

Interface ID for IMuidCaloEnergyMeas

Definition at line 36 of file IMuidCaloEnergyMeas.h.

36  {
37  static const InterfaceID IID_IMuidCaloEnergyMeas("IMuidCaloEnergyMeas", 1, 0);
38  return IID_IMuidCaloEnergyMeas;
39  }

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