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 151 of file HcalUnpacker.cc.

Constructor & Destructor Documentation

HOUnrolledTP::HOUnrolledTP ( )
inline

Definition at line 155 of file HcalUnpacker.cc.

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

155  {
156  valid=false;
157  checked=false;
158  ieta=0;
159  iphi=0;
160  samples=0;
161  soi=0;
162  databits=0;
163  }
unsigned int databits

Member Function Documentation

void HOUnrolledTP::setbit ( int  i)
inline

Definition at line 164 of file HcalUnpacker.cc.

References databits, and i.

Referenced by HcalUnpacker::unpackVME().

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

Member Data Documentation

bool HOUnrolledTP::checked

Definition at line 152 of file HcalUnpacker.cc.

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

unsigned int HOUnrolledTP::databits

Definition at line 154 of file HcalUnpacker.cc.

Referenced by HOUnrolledTP(), and setbit().

int HOUnrolledTP::ieta

Definition at line 153 of file HcalUnpacker.cc.

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

int HOUnrolledTP::iphi

Definition at line 153 of file HcalUnpacker.cc.

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

int HOUnrolledTP::samples

Definition at line 153 of file HcalUnpacker.cc.

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

int HOUnrolledTP::soi

Definition at line 153 of file HcalUnpacker.cc.

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

bool HOUnrolledTP::valid

Definition at line 152 of file HcalUnpacker.cc.

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