ATLAS Offline Software
|
This class provide access to LArRawChannels in each sub detector Input: LAr Detector Identifier Allowed are lar_em lar_hec lar_fcal. More...
#include <LArRawDetSelector.h>
Public Member Functions | |
LArRawDetSelector (const LArRawChannelContainer *c=NULL) | |
virtual | ~LArRawDetSelector () |
void | setDet (const Identifier &id) |
void | setDet (const HWIdentifier &chid) |
virtual bool | select (const LArRawChannel *rawchan) |
Private Attributes | |
const LArOnlineID * | m_onlineID |
const CaloCell_ID * | m_caloCellID |
bool | m_em |
bool | m_hec |
bool | m_fcal |
This class provide access to LArRawChannels in each sub detector Input: LAr Detector Identifier Allowed are lar_em lar_hec lar_fcal.
Definition at line 22 of file LArRawDetSelector.h.
LArRawDetSelector::LArRawDetSelector | ( | const LArRawChannelContainer * | c = NULL | ) |
Definition at line 16 of file LArRawDetSelector.cxx.
|
inlinevirtual |
Definition at line 27 of file LArRawDetSelector.h.
|
virtual |
Definition at line 50 of file LArRawDetSelector.cxx.
void LArRawDetSelector::setDet | ( | const HWIdentifier & | chid | ) |
Definition at line 40 of file LArRawDetSelector.cxx.
void LArRawDetSelector::setDet | ( | const Identifier & | id | ) |
Definition at line 32 of file LArRawDetSelector.cxx.
|
private |
Definition at line 36 of file LArRawDetSelector.h.
|
private |
Definition at line 37 of file LArRawDetSelector.h.
|
private |
Definition at line 39 of file LArRawDetSelector.h.
|
private |
Definition at line 38 of file LArRawDetSelector.h.
|
private |
Definition at line 35 of file LArRawDetSelector.h.