ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
EMBHVElectrode::Clockwork Class Reference
Collaboration diagram for EMBHVElectrode::Clockwork:

Public Member Functions

 Clockwork (const EMBHVModule *modulePtr, unsigned int electrode)
 

Public Attributes

const EMBHVModulemodule
 
unsigned int iElectrode
 

Detailed Description

Definition at line 12 of file EMBHVElectrode.cxx.

Constructor & Destructor Documentation

◆ Clockwork()

EMBHVElectrode::Clockwork::Clockwork ( const EMBHVModule modulePtr,
unsigned int  electrode 
)
inline

Definition at line 14 of file EMBHVElectrode.cxx.

15  : module(modulePtr)
16  , iElectrode(electrode)
17  {}

Member Data Documentation

◆ iElectrode

unsigned int EMBHVElectrode::Clockwork::iElectrode

Definition at line 19 of file EMBHVElectrode.cxx.

◆ module

const EMBHVModule* EMBHVElectrode::Clockwork::module

Definition at line 18 of file EMBHVElectrode.cxx.


The documentation for this class was generated from the following file:
EMBHVElectrode::Clockwork::module
const EMBHVModule * module
Definition: EMBHVElectrode.cxx:18
EMBHVElectrode::Clockwork::iElectrode
unsigned int iElectrode
Definition: EMBHVElectrode.cxx:19