CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
Public Member Functions | Protected Attributes
iEventNorm Class Reference

Inherit from vEvent. Used for normalization events for sensitivity computation. More...

#include <iEventNorm.hh>

Inheritance diagram for iEventNorm:
Inheritance graph
[legend]
Collaboration diagram for iEventNorm:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 iEventNorm ()
 iEventNorm constructor. Initialize the member variables to their default values.
 ~iEventNorm ()
 iEventNorm destructor
int AllocateSpecificData ()
 Inherited and pure virtual from vEvent.
void Describe ()
 This function can be used to get a description of the event printed out.
void SetNormalizationFactor (FLTNBDATA a_value)
 Cast the FLTNBDATA value passed as parameter in FLTNB, and set it to the normalization term.
void SetAttenuationCorrectionFactor (FLTNBDATA a_value)
 Cast the FLTNBDATA value passed as parameter in FLTNB, and set it to the attenuation correction factor.
FLTNB GetMultiplicativeCorrections ()
FLTNB GetNormalizationFactor ()
FLTNB GetAttenuationCorrectionFactor ()
FLTNB GetEventValue (int a_bin)
 Not used, so throw an error an Exit.
FLTNB GetAdditiveCorrections (int a_bin)
 Not used, so throw an error an Exit.
void SetEventValue (int a_bin, FLTNBDATA a_value)
 Not used, so throw an error an Exit.

Protected Attributes

FLTNB m_normalizationFactor
FLTNB m_attenuationCorrectionFactor

Detailed Description

Inherit from vEvent. Used for normalization events for sensitivity computation.

This class is designed to represent a normalization event. It is used for sensitivity computation.
A normalization datafile will be interpreted as a collection of iEventNorm events where each event
contains a list of considered LORs with associated normalization factors.

Definition at line 27 of file iEventNorm.hh.


Constructor & Destructor Documentation

iEventNorm constructor. Initialize the member variables to their default values.

Definition at line 29 of file iEventNorm.cc.

iEventNorm destructor

Definition at line 41 of file iEventNorm.cc.


Member Function Documentation

int iEventNorm::AllocateSpecificData ( ) [inline, virtual]

Inherited and pure virtual from vEvent.

Just do nothing here

Returns:
0 is success, positive value otherwise

Implements vEvent.

Definition at line 52 of file iEventNorm.hh.

void iEventNorm::Describe ( ) [virtual]

This function can be used to get a description of the event printed out.

Implements vEvent.

Definition at line 48 of file iEventNorm.cc.

FLTNB iEventNorm::GetAdditiveCorrections ( int  a_bin) [virtual]

Not used, so throw an error an Exit.

Parameters:
abin (0 if noTOF)
Returns:
-1., but crash before

Implements vEvent.

Definition at line 79 of file iEventNorm.cc.

Here is the call graph for this function:

Returns:
The attenuation correction factor

Definition at line 93 of file iEventNorm.hh.

FLTNB iEventNorm::GetEventValue ( int  a_bin) [virtual]

Not used, so throw an error an Exit.

Parameters:
abin (0 if noTOF)
Returns:
-1., but crash before

Implements vEvent.

Definition at line 65 of file iEventNorm.cc.

Here is the call graph for this function:

Returns:
The normalization factor times the attenuation correction factor

Implements vEvent.

Definition at line 81 of file iEventNorm.hh.

Returns:
The normalization factor

Definition at line 87 of file iEventNorm.hh.

Cast the FLTNBDATA value passed as parameter in FLTNB, and set it to the attenuation correction factor.

Parameters:
anattenuation correction factor

Definition at line 75 of file iEventNorm.hh.

Here is the caller graph for this function:

void iEventNorm::SetEventValue ( int  a_bin,
FLTNBDATA  a_value 
) [virtual]

Not used, so throw an error an Exit.

Parameters:
abin (ignored)
a_value

Implements vEvent.

Definition at line 93 of file iEventNorm.cc.

Here is the call graph for this function:

void iEventNorm::SetNormalizationFactor ( FLTNBDATA  a_value) [inline]

Cast the FLTNBDATA value passed as parameter in FLTNB, and set it to the normalization term.

Parameters:
anormalization term

Definition at line 68 of file iEventNorm.hh.


Member Data Documentation

Attenuation correction factor. Default value = 1.0

Definition at line 132 of file iEventNorm.hh.

Normalization correction term. Default value = 1.0

Definition at line 131 of file iEventNorm.hh.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Defines