ATLAS Offline Software
Loading...
Searching...
No Matches
ICaloCoolIdTool Class Referenceabstract

#include <ICaloCoolIdTool.h>

Inheritance diagram for ICaloCoolIdTool:
Collaboration diagram for ICaloCoolIdTool:

Public Member Functions

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

Static Public Member Functions

static const InterfaceID & interfaceID ()
 returns tool Id

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()

const InterfaceID & ICaloCoolIdTool::interfaceID ( )
inlinestatic

returns tool Id

Definition at line 39 of file ICaloCoolIdTool.h.

39{ return IID_ICaloCoolIdTool; }
static const InterfaceID IID_ICaloCoolIdTool("ICaloCoolIdTool", 1, 0)

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