CMS 3D CMS Logo

HcalQIECoder.cc File Reference

#include <iostream>
#include "CondFormats/HcalObjects/interface/HcalQIEShape.h"
#include "CondFormats/HcalObjects/interface/HcalQIECoder.h"

Go to the source code of this file.

Functions

unsigned capId (unsigned fIndex)
unsigned index (unsigned fRange, unsigned fCapId)
unsigned range (unsigned fIndex)


Function Documentation

unsigned @2640::capId ( unsigned  fIndex  )  [static]

Definition at line 19 of file HcalQIECoder.cc.

00019 {return fIndex / 4;}

unsigned @2640::index ( unsigned  fRange,
unsigned  fCapId 
) [static]

Definition at line 17 of file HcalQIECoder.cc.

00017 {return fCapId * 4 + fRange;}

unsigned @2640::range ( unsigned  fIndex  )  [static]

Definition at line 18 of file HcalQIECoder.cc.

00018 {return fIndex % 4;}


Generated on Tue Jun 9 17:51:42 2009 for CMSSW by  doxygen 1.5.4