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

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

Definition at line 118 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 123 of file RawDataDrawer.h.

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

Returns whether the stored value is valid.

Definition at line 126 of file RawDataDrawer.h.

126 { 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: