ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
ILArHVFraction Class Referenceabstract

#include <ILArHVFraction.h>

Inheritance diagram for ILArHVFraction:
Collaboration diagram for ILArHVFraction:

Public Member Functions

virtual ~ILArHVFraction ()
 Destructor: More...
 
virtual std::pair< double, unsigned > getLArHVFrac (const CaloClusterCellLink *cclc, const EventContext &ctx) const =0
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

Definition at line 24 of file ILArHVFraction.h.

Constructor & Destructor Documentation

◆ ~ILArHVFraction()

virtual ILArHVFraction::~ILArHVFraction ( )
inlinevirtual

Destructor:

Definition at line 31 of file ILArHVFraction.h.

31 {};

Member Function Documentation

◆ getLArHVFrac()

virtual std::pair<double,unsigned> ILArHVFraction::getLArHVFrac ( const CaloClusterCellLink cclc,
const EventContext &  ctx 
) const
pure virtual

Implemented in LArHVFraction.

◆ interfaceID()

const InterfaceID & ILArHVFraction::interfaceID ( )
inlinestatic

Definition at line 38 of file ILArHVFraction.h.

39 {
40  return IID_ILArHVFraction;
41 }

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