LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
evd::RawDataDrawer::PadResolution_t Struct Reference

Stores the information about the drawing area. More...

Public Member Functions

bool isFilled () const
 Returns whether the stored value is valid. More...
 
 operator bool () const
 Returns whether the stored value is valid. More...
 

Public Attributes

unsigned int width = 0
 
unsigned int height = 0
 

Detailed Description

Stores the information about the drawing area.

Definition at line 109 of file RawDataDrawer.h.

Member Function Documentation

bool evd::RawDataDrawer::PadResolution_t::isFilled ( ) const
inline

Returns whether the stored value is valid.

Definition at line 114 of file RawDataDrawer.h.

114 { return (width != 0) && (height != 0); }
evd::RawDataDrawer::PadResolution_t::operator bool ( ) const
inline

Returns whether the stored value is valid.

Definition at line 117 of file RawDataDrawer.h.

117 { return isFilled(); }
bool isFilled() const
Returns whether the stored value is valid.

Member Data Documentation

unsigned int evd::RawDataDrawer::PadResolution_t::height = 0
unsigned int evd::RawDataDrawer::PadResolution_t::width = 0

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