test
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
HOUnrolledTP Struct Reference

Public Member Functions

 HOUnrolledTP ()
 
void setbit (int i)
 

Public Attributes

bool checked
 
unsigned int databits
 
int ieta
 
int iphi
 
int samples
 
int soi
 
bool valid
 

Detailed Description

Definition at line 157 of file HcalUnpacker.cc.

Constructor & Destructor Documentation

HOUnrolledTP::HOUnrolledTP ( )
inline

Definition at line 161 of file HcalUnpacker.cc.

References checked, databits, ieta, iphi, samples, soi, and valid.

161  {
162  valid=false;
163  checked=false;
164  ieta=0;
165  iphi=0;
166  samples=0;
167  soi=0;
168  databits=0;
169  }
unsigned int databits

Member Function Documentation

void HOUnrolledTP::setbit ( int  i)
inline

Definition at line 170 of file HcalUnpacker.cc.

References databits, and i.

Referenced by HcalUnpacker::unpackVME().

170 { databits|=(1<<i); }
int i
Definition: DBlmapReader.cc:9
unsigned int databits

Member Data Documentation

bool HOUnrolledTP::checked

Definition at line 158 of file HcalUnpacker.cc.

Referenced by HOUnrolledTP(), and HcalUnpacker::unpackVME().

unsigned int HOUnrolledTP::databits

Definition at line 160 of file HcalUnpacker.cc.

Referenced by HOUnrolledTP(), and setbit().

int HOUnrolledTP::ieta

Definition at line 159 of file HcalUnpacker.cc.

Referenced by HOUnrolledTP(), and HcalUnpacker::unpackVME().

int HOUnrolledTP::iphi

Definition at line 159 of file HcalUnpacker.cc.

Referenced by HOUnrolledTP(), and HcalUnpacker::unpackVME().

int HOUnrolledTP::samples

Definition at line 159 of file HcalUnpacker.cc.

Referenced by HOUnrolledTP(), and HcalUnpacker::unpackVME().

int HOUnrolledTP::soi

Definition at line 159 of file HcalUnpacker.cc.

Referenced by HOUnrolledTP(), and HcalUnpacker::unpackVME().

bool HOUnrolledTP::valid

Definition at line 158 of file HcalUnpacker.cc.

Referenced by HOUnrolledTP(), and HcalUnpacker::unpackVME().