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

#include <ICaloCoolIdTool.h>

Inheritance diagram for ICaloCoolIdTool:
Collaboration diagram for ICaloCoolIdTool:

Public Member Functions

virtual ~ICaloCoolIdTool ()
 Dtor. More...
 
virtual unsigned int getCoolChannelId (unsigned int cellHash, unsigned int &subHash) const =0
 Returns the cool channel id and subHash for a given calorimter cell. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 returns tool Id More...
 

Detailed Description

Definition at line 25 of file ICaloCoolIdTool.h.

Constructor & Destructor Documentation

◆ ~ICaloCoolIdTool()

virtual ICaloCoolIdTool::~ICaloCoolIdTool ( )
inlinevirtual

Dtor.

Definition at line 30 of file ICaloCoolIdTool.h.

30 {};

Member Function Documentation

◆ getCoolChannelId()

virtual unsigned int ICaloCoolIdTool::getCoolChannelId ( unsigned int  cellHash,
unsigned int &  subHash 
) const
pure virtual

Returns the cool channel id and subHash for a given calorimter cell.

Parameters
cellHashCalorimeter cell hash
subHashThe "channel" number of the cell in the CaloCondBlob

Implemented in CaloCoolIdTool.

◆ interfaceID()

static const InterfaceID& ICaloCoolIdTool::interfaceID ( )
inlinestatic

returns tool Id

Definition at line 39 of file ICaloCoolIdTool.h.

39 { return IID_ICaloCoolIdTool; }

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