CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | Public Attributes | List of all members
cass::SACLAConverter::detParams Struct Reference

detector consists of tiles More...

#include <sacla_converter.h>

+ Collaboration diagram for cass::SACLAConverter::detParams:

Public Member Functions

 detParams ()
 intitalize to default values More...
 

Public Attributes

std::vector< detTileParamstiles
 vector containing the tiles of this detector More...
 
bool normalize
 flag to tell whether the individual tiles of this detector should be normalized to the first tile More...
 
int CASSID
 the id of the detector within the CASSEvent More...
 
bool notLoaded
 flag to tell whether the non-changeing data of this tile has been loaded More...
 
size_t nCols
 the total nbr of colums of the det More...
 
size_t nRows
 the total nbr of rows of the det More...
 
size_t nPixels
 the total nbr of pixels of the det More...
 

Detailed Description

detector consists of tiles

Definition at line 270 of file sacla_converter.h.

Constructor & Destructor Documentation

cass::SACLAConverter::detParams::detParams ( )
inline

intitalize to default values

Definition at line 273 of file sacla_converter.h.

Member Data Documentation

int cass::SACLAConverter::detParams::CASSID

the id of the detector within the CASSEvent

Definition at line 291 of file sacla_converter.h.

size_t cass::SACLAConverter::detParams::nCols

the total nbr of colums of the det

Definition at line 297 of file sacla_converter.h.

bool cass::SACLAConverter::detParams::normalize

flag to tell whether the individual tiles of this detector should be normalized to the first tile

Definition at line 288 of file sacla_converter.h.

bool cass::SACLAConverter::detParams::notLoaded

flag to tell whether the non-changeing data of this tile has been loaded

Definition at line 294 of file sacla_converter.h.

size_t cass::SACLAConverter::detParams::nPixels

the total nbr of pixels of the det

Definition at line 303 of file sacla_converter.h.

size_t cass::SACLAConverter::detParams::nRows

the total nbr of rows of the det

Definition at line 300 of file sacla_converter.h.

std::vector<detTileParams> cass::SACLAConverter::detParams::tiles

vector containing the tiles of this detector

Definition at line 283 of file sacla_converter.h.


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