ATLAS Offline Software
Loading...
Searching...
No Matches
ROIB::CTPRoI Class Reference

ROIB::CTPRoI contains a RoI delivered by the CTP. More...

#include <CTPRoI.h>

Collaboration diagram for ROIB::CTPRoI:

Public Member Functions

 CTPRoI (uint32_t r)
 constructor: setting the RoI
 CTPRoI ()
 default constructor: init RoI to 0
 ~CTPRoI ()=default
 empty default destructor
uint32_t roIWord () const
 returning the RoI

Private Attributes

uint32_t m_roIWord
 The uint32_t data member of the RoI.

Detailed Description

ROIB::CTPRoI contains a RoI delivered by the CTP.

   The CTPRoI class is mainly used in the CTPResult class.
See also
ROIB::CTPResult
Author
Thomas Schoerner-Sadenius thoma.nosp@m.s.sc.nosp@m.hoern.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Version
$Id: CTPRoI.h,v 1.5 2008-12-08 21:43:16 efeld Exp $

Definition at line 28 of file CTPRoI.h.

Constructor & Destructor Documentation

◆ CTPRoI() [1/2]

ROIB::CTPRoI::CTPRoI ( uint32_t r)
inline

constructor: setting the RoI

Definition at line 32 of file CTPRoI.h.

33 : m_roIWord( r ) {}
uint32_t m_roIWord
The uint32_t data member of the RoI.
Definition CTPRoI.h:49
int r
Definition globals.cxx:22

◆ CTPRoI() [2/2]

ROIB::CTPRoI::CTPRoI ( )
inline

default constructor: init RoI to 0

Definition at line 36 of file CTPRoI.h.

37 : m_roIWord( 0 ) {}

◆ ~CTPRoI()

ROIB::CTPRoI::~CTPRoI ( )
default

empty default destructor

Member Function Documentation

◆ roIWord()

uint32_t ROIB::CTPRoI::roIWord ( ) const
inline

returning the RoI

Definition at line 45 of file CTPRoI.h.

45{ return m_roIWord; }

Member Data Documentation

◆ m_roIWord

uint32_t ROIB::CTPRoI::m_roIWord
private

The uint32_t data member of the RoI.

Definition at line 49 of file CTPRoI.h.


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