Jpp  pmt_effective_area_update_2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Friends | List of all members
CRM_Item Class Reference

ARS CRM. More...

#include <Ars.hh>

Inheritance diagram for CRM_Item:
Status_Item ARS_Item

Public Member Functions

 CRM_Item ()
 Default constructor. More...
 
 ClassDef (CRM_Item, 2)
 ROOT class definition. More...
 
 ClassDef (Status_Item, 2)
 ROOT class definition. More...
 
 ClassDef (ARS_Item, 2)
 

Public Attributes

unsigned char crm
 ARS Count Rate Monitor value. More...
 
unsigned char status
 ARS status. More...
 
unsigned int timestamp
 ARS timestamp (24 bits) More...
 

Friends

std::ostream & operator<< (std::ostream &out, const CRM_Item &object)
 Print ASCII. More...
 

Detailed Description

ARS CRM.

Definition at line 97 of file Ars.hh.

Constructor & Destructor Documentation

CRM_Item::CRM_Item ( )
inline

Default constructor.

Definition at line 107 of file Ars.hh.

107  :
108  Status_Item(),
109  crm(0)
110  {}
unsigned char crm
ARS Count Rate Monitor value.
Definition: Ars.hh:102
Status_Item()
Default constructor.
Definition: Ars.hh:49

Member Function Documentation

CRM_Item::ClassDef ( CRM_Item  ,
 
)

ROOT class definition.

Status_Item::ClassDef ( Status_Item  ,
 
)
inherited

ROOT class definition.

ARS_Item::ClassDef ( ARS_Item  ,
 
)
inherited

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const CRM_Item object 
)
friend

Print ASCII.

Parameters
outoutput stream
objectCRM item
Returns
output stream

Definition at line 119 of file Ars.hh.

120  {
121  using namespace std;
122 
123  out << static_cast<const Status_Item&>(object);
124  out << setw(2) << hex << object.crm << dec;
125 
126  return out;
127  }

Member Data Documentation

unsigned char CRM_Item::crm

ARS Count Rate Monitor value.

Definition at line 102 of file Ars.hh.

unsigned char Status_Item::status
inherited

ARS status.

Definition at line 41 of file Ars.hh.

unsigned int Status_Item::timestamp
inherited

ARS timestamp (24 bits)

Definition at line 44 of file Ars.hh.


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