CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 191 of file HcalUnpacker.cc.

Constructor & Destructor Documentation

HOUnrolledTP::HOUnrolledTP ( )
inline

Definition at line 195 of file HcalUnpacker.cc.

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

195  {
196  valid = false;
197  checked = false;
198  ieta = 0;
199  iphi = 0;
200  samples = 0;
201  soi = 0;
202  databits = 0;
203  }
unsigned int databits

Member Function Documentation

void HOUnrolledTP::setbit ( int  i)
inline

Definition at line 204 of file HcalUnpacker.cc.

References databits, and mps_fire::i.

Referenced by HcalUnpacker::unpackVME().

204 { databits |= (1 << i); }
unsigned int databits

Member Data Documentation

bool HOUnrolledTP::checked

Definition at line 192 of file HcalUnpacker.cc.

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

unsigned int HOUnrolledTP::databits

Definition at line 194 of file HcalUnpacker.cc.

Referenced by HOUnrolledTP(), and setbit().

int HOUnrolledTP::ieta

Definition at line 193 of file HcalUnpacker.cc.

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

int HOUnrolledTP::iphi

Definition at line 193 of file HcalUnpacker.cc.

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

int HOUnrolledTP::samples

Definition at line 193 of file HcalUnpacker.cc.

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

int HOUnrolledTP::soi

Definition at line 193 of file HcalUnpacker.cc.

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

bool HOUnrolledTP::valid

Definition at line 192 of file HcalUnpacker.cc.

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