![]() |
ATLAS Offline Software
|
#include <LArShapeSC.h>
Public Types | |
| typedef LArVectorProxy | ShapeRef_t |
| This class defines the interface for accessing Shape (Nsample variable, Dt = 25 ns fixed) @stereotype Interface. | |
| enum | { ERRORCODE = LArElecCalib::ERRORCODE } |
Public Member Functions | |
| LArShapeSC (const CondAttrListCollection *attrList) | |
| virtual | ~LArShapeSC () |
| bool | good () const |
| virtual ShapeRef_t | Shape (const HWIdentifier &CellID, int gain, int tbin=0, int mode=0) const |
| virtual ShapeRef_t | ShapeDer (const HWIdentifier &CellID, int gain, int tbin=0, int mode=0) const |
| virtual float | timeOffset (const HWIdentifier &CellID, int gain) const |
| virtual unsigned | nTimeBins (const HWIdentifier &CellID, int gain) const |
| virtual float | timeBinWidth (const HWIdentifier &CellID, int gain) const |
| void | readBlob (const CondAttrListCollection *attrList, MsgStream &msg) |
| ILArShape::ShapeRef_t | ShapeByHash (const IdentifierHash &hs, int gain) const |
| ILArShape::ShapeRef_t | ShapeDerByHash (const IdentifierHash &hs, int gain) const |
| StatusCode | initializeBase () |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Protected Attributes | |
| std::vector< const float * > | m_pShape |
| std::vector< const float * > | m_pShapeDer |
| std::vector< const float * > | m_pTimeOffset |
| unsigned | m_nChannels |
| unsigned | m_nSamples |
| bool | m_isInitialized |
| const LArOnline_SuperCellID * | m_scOnlineID |
Private Member Functions | |
| LArShapeSC () | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels) | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging) | |
Definition at line 17 of file LArShapeSC.h.
|
inherited |
This class defines the interface for accessing Shape (Nsample variable, Dt = 25 ns fixed) @stereotype Interface.
History:
Definition at line 26 of file ILArShape.h.
|
inherited |
|
private |
Definition at line 9 of file LArShapeSC.cxx.
| LArShapeSC::LArShapeSC | ( | const CondAttrListCollection * | attrList | ) |
Definition at line 16 of file LArShapeSC.cxx.
|
virtual |
Definition at line 13 of file LArShapeSC.cxx.
|
inline |
Definition at line 28 of file LArShapeSC.h.
|
inherited |
Definition at line 22 of file LArCondSuperCellBase.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 163 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 178 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
virtual |
Definition at line 43 of file LArShapeSC.cxx.
|
inherited |
Definition at line 17 of file LArShapeBlob.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
virtual |
Implements ILArShape.
Definition at line 27 of file LArShapeSC.cxx.
|
inlineinherited |
Definition at line 30 of file LArShapeBlob.h.
|
virtual |
Implements ILArShape.
Definition at line 32 of file LArShapeSC.cxx.
|
inlineinherited |
Definition at line 38 of file LArShapeBlob.h.
|
virtual |
Definition at line 48 of file LArShapeSC.cxx.
|
virtual |
Definition at line 37 of file LArShapeSC.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
mutableprivateinherited |
|
protectedinherited |
Definition at line 22 of file LArCondSuperCellBase.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
protectedinherited |
Definition at line 52 of file LArShapeBlob.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
protectedinherited |
Definition at line 53 of file LArShapeBlob.h.
|
protectedinherited |
Definition at line 48 of file LArShapeBlob.h.
|
protectedinherited |
Definition at line 49 of file LArShapeBlob.h.
|
protectedinherited |
Definition at line 50 of file LArShapeBlob.h.
|
protectedinherited |
Definition at line 23 of file LArCondSuperCellBase.h.