CMS 3D CMS Logo

Public Member Functions

HcalQIEData Class Reference

#include <HcalQIEData.h>

Inheritance diagram for HcalQIEData:
HcalCondObjectContainer< HcalQIECoder >

List of all members.

Public Member Functions

bool addCoder (const HcalQIECoder &fCoder, bool h2mode_=false)
const HcalQIECodergetCoder (DetId fId) const
 get QIE parameters
const HcalQIEShapegetShape () const
 get basic shape
 HcalQIEData ()
std::string myname () const
void sort ()
bool sorted () const

Detailed Description

Author:
Fedor Ratnikov (UMd), with changes by Radek Ofierzynski (preserve backwards compatibility of methods for this release) POOL object to store QIE parameters $Author: ratnikov
Date:
2009/03/24 16:05:32
Revision:
1.10
Author:
Fedor Ratnikov (UMd) POOL object to store QIE basic shape $Author: ratnikov
Date:
2005/12/15 23:38:04
Revision:
1.3
Author:
Fedor Ratnikov (UMd) POOL object to store calibration mode QIE coder parameters for one channel $Id
Fedor Ratnikov (UMd) POOL object to store QIE coder parameters for one channel $Author: ratnikov
Date:
2010/12/06 20:04:16
Revision:
1.3
Author:
Fedor Ratnikov (UMd) POOL object to store pedestal values 4xCapId $Author: ratnikov
Date:
2005/12/16 20:56:15
Revision:
1.5

Definition at line 27 of file HcalQIEData.h.


Constructor & Destructor Documentation

HcalQIEData::HcalQIEData ( ) [inline]

Definition at line 32 of file HcalQIEData.h.


Member Function Documentation

bool HcalQIEData::addCoder ( const HcalQIECoder fCoder,
bool  h2mode_ = false 
) [inline]

Definition at line 42 of file HcalQIEData.h.

References HcalCondObjectContainer< HcalQIECoder >::addValues().

Referenced by fillDefaults(), and HcalDbOnline::getObject().

{ return addValues(fCoder, h2mode_); }
const HcalQIECoder* HcalQIEData::getCoder ( DetId  fId) const [inline]

get QIE parameters

Definition at line 38 of file HcalQIEData.h.

References HcalCondObjectContainer< HcalQIECoder >::getValues().

Referenced by HcalCondXML::dumpObject(), and HcalDbService::getHcalCoder().

{ return getValues(fId); }
const HcalQIEShape& HcalQIEData::getShape ( ) const [inline]

get basic shape

Definition at line 36 of file HcalQIEData.h.

Referenced by HcalDbService::getHcalShape().

{ return shape_;}
std::string HcalQIEData::myname ( ) const [inline, virtual]

Reimplemented from HcalCondObjectContainer< HcalQIECoder >.

Definition at line 46 of file HcalQIEData.h.

{return (std::string)"HcalQIEData";}
void HcalQIEData::sort ( ) [inline]

Definition at line 44 of file HcalQIEData.h.

Referenced by fillDefaults(), and HcalDbOnline::getObject().

{}
bool HcalQIEData::sorted ( ) const [inline]

Definition at line 40 of file HcalQIEData.h.

{ return true; }