ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
Wafer Class Reference

#include <WaferTree.h>

Collaboration diagram for Wafer:

Public Member Functions

 Wafer (int unsigned hashId)
 
unsigned int hashId ()
 
void setHashId (unsigned int hashId)
 

Private Attributes

unsigned int m_hashId
 

Detailed Description

Definition at line 27 of file WaferTree.h.

Constructor & Destructor Documentation

◆ Wafer()

Wafer::Wafer ( int unsigned  hashId)
inline

Definition at line 29 of file WaferTree.h.

29 : m_hashId(hashId) {}

Member Function Documentation

◆ hashId()

unsigned int Wafer::hashId ( )
inline

Definition at line 30 of file WaferTree.h.

30 {return m_hashId;}

◆ setHashId()

void Wafer::setHashId ( unsigned int  hashId)
inline

Definition at line 31 of file WaferTree.h.

31 {m_hashId = hashId;}

Member Data Documentation

◆ m_hashId

unsigned int Wafer::m_hashId
private

Definition at line 33 of file WaferTree.h.


The documentation for this class was generated from the following file:
Wafer::m_hashId
unsigned int m_hashId
Definition: WaferTree.h:33
Wafer::hashId
unsigned int hashId()
Definition: WaferTree.h:30