CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
DTLVStatusData Class Reference

#include <DTLVStatus.h>

Public Member Functions

 DTLVStatusData ()
 
 ~DTLVStatusData ()
 

Public Attributes

 COND_SERIALIZABLE
 
int flagCFE
 
int flagCMC
 
int flagDFE
 
int flagDMC
 

Detailed Description

Definition at line 54 of file DTLVStatus.h.

Constructor & Destructor Documentation

DTLVStatusData::DTLVStatusData ( )

Definition at line 54 of file DTLVStatus.cc.

54  :
55  flagCFE( 0 ),
56  flagDFE( 0 ),
57  flagCMC( 0 ),
58  flagDMC( 0 ) {
59 }
DTLVStatusData::~DTLVStatusData ( )

Definition at line 73 of file DTLVStatus.cc.

73  {
74 }

Member Data Documentation

DTLVStatusData::COND_SERIALIZABLE

Definition at line 67 of file DTLVStatus.h.

int DTLVStatusData::flagCFE

Definition at line 61 of file DTLVStatus.h.

Referenced by DTLVStatus::get(), and DTLVStatus::set().

int DTLVStatusData::flagCMC

Definition at line 63 of file DTLVStatus.h.

Referenced by DTLVStatus::get(), and DTLVStatus::set().

int DTLVStatusData::flagDFE

Definition at line 62 of file DTLVStatus.h.

Referenced by DTLVStatus::get(), and DTLVStatus::set().

int DTLVStatusData::flagDMC

Definition at line 64 of file DTLVStatus.h.

Referenced by DTLVStatus::get(), and DTLVStatus::set().