#include <HcalTPChannelParameter.h>
Public Member Functions | |
int | getauxi1 () const |
int | getauxi2 () const |
uint32_t | getFGBitInfo () const |
get FG bit information More... | |
uint32_t | getMask () const |
get mask for channel validity and self trigger information More... | |
HcalTPChannelParameter () | |
HcalTPChannelParameter (uint32_t fId, uint32_t mask, uint32_t bitInfo, int auxi1=0, int auxi2=0) | |
uint32_t | rawId () const |
get Detector ID More... | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
int | auxi1_ |
int | auxi2_ |
uint32_t | fgBitInfo_ |
uint32_t | id_ |
uint32_t | mask_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 7 of file HcalTPChannelParameter.h.
|
inline |
Definition at line 21 of file HcalTPChannelParameter.h.
|
inline |
Definition at line 24 of file HcalTPChannelParameter.h.
|
inline |
Definition at line 16 of file HcalTPChannelParameter.h.
References auxi1_.
Referenced by HcalDbASCIIIO::createObject< HcalSiPMCharacteristics >().
|
inline |
Definition at line 17 of file HcalTPChannelParameter.h.
References auxi2_.
Referenced by HcalDbASCIIIO::createObject< HcalSiPMCharacteristics >().
|
inline |
get FG bit information
Definition at line 13 of file HcalTPChannelParameter.h.
References fgBitInfo_.
Referenced by HcalDbASCIIIO::createObject< HcalSiPMCharacteristics >(), and HcaluLUTTPGCoder::update().
|
inline |
get mask for channel validity and self trigger information
Definition at line 11 of file HcalTPChannelParameter.h.
References mask_.
Referenced by HcalDbASCIIIO::createObject< HcalSiPMCharacteristics >(), and HcalTriggerPrimitiveAlgo::validChannel().
|
inline |
|
private |
|
friend |
Definition at line 36 of file HcalTPChannelParameter.h.
|
friend |
Definition at line 36 of file HcalTPChannelParameter.h.
|
private |
Definition at line 33 of file HcalTPChannelParameter.h.
Referenced by getauxi1().
|
private |
Definition at line 34 of file HcalTPChannelParameter.h.
Referenced by getauxi2().
|
private |
Definition at line 32 of file HcalTPChannelParameter.h.
Referenced by getFGBitInfo().
|
private |
Definition at line 30 of file HcalTPChannelParameter.h.
Referenced by rawId().
|
private |
Definition at line 31 of file HcalTPChannelParameter.h.
Referenced by getMask().