![]() |
ATLAS Offline Software
|
#include <TileL2Builder.h>
Public Member Functions | |
| TileL2Builder (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~TileL2Builder () override |
| virtual StatusCode | initialize () override |
| virtual StatusCode | finalize () override |
| virtual StatusCode | process (int fragmin, int fragmax, TileL2Container *l2Container) const |
| virtual StatusCode | process (int fragmin, int fragmax, TileL2Container *l2Container, const EventContext &ctx) const |
| int | indexToId (int i) const |
| Return collection ID for a given index. | |
| int | idToIndex (int id) const |
| void | MaskBad (int partition, float *E, int *gain, bool *bad) const |
| function which does bad channel masking: if one channel of a cell is bad, energy from second channel is taken if both channels are bad, zero energy is assigned to both channels | |
| void | MTagLB (int partition, int drawer, float *EMeV, std::vector< float > &EtaMuons, std::vector< float > &EMuons0, std::vector< float > &EMuons1, std::vector< float > &EMuons2, std::vector< unsigned int > &qf, std::vector< unsigned int > &extraWord) const |
| Muon tagging function for LB superdrawers as processed at the ROD DSPs. | |
| void | MTagLB (int partition, int drawer, float *EMeV, int *gain, bool *bad, std::vector< float > &EtaMuons, std::vector< float > &EMuons0, std::vector< float > &EMuons1, std::vector< float > &EMuons2, std::vector< unsigned int > &qf, std::vector< unsigned int > &extraWord) const |
| void | MTagEB (int partition, int drawer, float *EMeV, std::vector< float > &EtaMuons, std::vector< float > &EMuons0, std::vector< float > &EMuons1, std::vector< float > &EMuons2, std::vector< unsigned int > &qf, std::vector< unsigned int > &extraWord) const |
| Muon tagging function for EB superdrawers as processed at the ROD DSPs. | |
| void | MTagEB (int partition, int drawer, float *EMeV, int *gain, bool *bad, std::vector< float > &EtaMuons, std::vector< float > &EMuons0, std::vector< float > &EMuons1, std::vector< float > &EMuons2, std::vector< unsigned int > &qf, std::vector< unsigned int > &extraWord) const |
| void | SumE (int partition, int drawer, float *E, std::vector< float > &sumE) const |
| SumE function for one superdrawer as processed at the ROD DSPs. | |
| void | SumE (int partition, int drawer, int unit, float *E, int *gain, std::vector< float > &sumE) const |
| void | SumE (int partition, int drawer, int unit, float *E, int *gain, bool *bad, std::vector< float > &sumE) const |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
Protected Member Functions | |
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution | |
| std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > | renounce (T &h) |
| void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
| Add StoreName to extra input/output deps as needed. | |
Protected Attributes | |
| SG::ReadHandleKey< TileRawChannelContainer > | m_rawChannelContainerKey |
| TileRawChannelContainer in event store. | |
| float | m_noiseThreshold |
| int | m_noiseType |
| const TileHWID * | m_tileHWID |
| Pointer to TileHWID. | |
| SG::ReadCondHandleKey< TileEMScale > | m_emScaleKey |
| Name of TileEMScale in condition store. | |
| SG::ReadCondHandleKey< TileBadChannels > | m_badChannelsKey |
| Name of TileBadChannels in condition store. | |
| TileFragHash | m_hashFunc |
| float | m_sinTh [4][48] {} |
| float | m_sinThRound [4][48] {} |
| float | m_cosTh [4][48] {} |
| float | m_cosThRound [4][48] {} |
| bool | m_connected [4][48] {} |
| int | m_channelPairs [4][48] {} |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) | |
| StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) | |
| std::vector< SG::VarHandleKeyArray * > | m_vhka |
| bool | m_varHandleArraysDeclared |
Definition at line 44 of file TileL2Builder.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| TileL2Builder::TileL2Builder | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 52 of file TileL2Builder.cxx.
|
overridevirtual |
Definition at line 66 of file TileL2Builder.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
protectedinherited |
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
|
overridevirtual |
Definition at line 284 of file TileL2Builder.cxx.
|
inline |
Definition at line 66 of file TileL2Builder.h.
|
inline |
Return collection ID for a given index.
Definition at line 62 of file TileL2Builder.h.
|
overridevirtual |
Definition at line 69 of file TileL2Builder.cxx.
|
overridevirtualinherited |
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
static |
Definition at line 48 of file TileL2Builder.cxx.
| void TileL2Builder::MaskBad | ( | int | partition, |
| float * | E, | ||
| int * | gain, | ||
| bool * | bad ) const |
function which does bad channel masking: if one channel of a cell is bad, energy from second channel is taken if both channels are bad, zero energy is assigned to both channels
| partition | partition (1=LBA, 2=LBC, 3=EBA, 4=EBC) |
| E | energy for all channels - on return it will contain corrected values |
| gain | gain for all channels - on return it will contain corrected values |
| bad | bad flag for all channels |
Definition at line 754 of file TileL2Builder.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
inline |
Definition at line 139 of file TileL2Builder.h.
| void TileL2Builder::MTagEB | ( | int | partition, |
| int | drawer, | ||
| float * | EMeV, | ||
| std::vector< float > & | EtaMuons, | ||
| std::vector< float > & | EMuons0, | ||
| std::vector< float > & | EMuons1, | ||
| std::vector< float > & | EMuons2, | ||
| std::vector< unsigned int > & | qf, | ||
| std::vector< unsigned int > & | extraWord ) const |
Muon tagging function for EB superdrawers as processed at the ROD DSPs.
| EMeV | Calibrated energy (in MeV) for all channels |
| EtaMuons | Muons eta coordinate |
| EMuons0 | Energy (in MeV) deposited by the muons in A cells |
| EMuons1 | Energy (in MeV) deposited by the muons in B cells |
| EMuons2 | Energy (in MeV) deposited by the muons in D cells |
| qf | Quality factor |
| extraWord | Encoded 32-bit words with muon info |
Definition at line 475 of file TileL2Builder.cxx.
|
inline |
Definition at line 104 of file TileL2Builder.h.
| void TileL2Builder::MTagLB | ( | int | partition, |
| int | drawer, | ||
| float * | EMeV, | ||
| std::vector< float > & | EtaMuons, | ||
| std::vector< float > & | EMuons0, | ||
| std::vector< float > & | EMuons1, | ||
| std::vector< float > & | EMuons2, | ||
| std::vector< unsigned int > & | qf, | ||
| std::vector< unsigned int > & | extraWord ) const |
Muon tagging function for LB superdrawers as processed at the ROD DSPs.
| EMeV | Calibrated energy (in MeV) for all channels |
| EtaMuons | Muons eta coordinate |
| EMuons0 | Energy (in MeV) deposited by the muons in A cells |
| EMuons1 | Energy (in MeV) deposited by the muons in BC cells |
| EMuons2 | Energy (in MeV) deposited by the muons in D cells |
| qf | Quality factor |
| extraWord | Encoded 32-bit words with muon info |
Definition at line 291 of file TileL2Builder.cxx.
|
overridevirtualinherited |
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
virtual |
Definition at line 166 of file TileL2Builder.cxx.
|
virtual |
Definition at line 171 of file TileL2Builder.cxx.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
| void TileL2Builder::SumE | ( | int | partition, |
| int | drawer, | ||
| float * | E, | ||
| std::vector< float > & | sumE ) const |
SumE function for one superdrawer as processed at the ROD DSPs.
| partition | partition (1=LBA, 2=LBC, 3=EBA, 4=EBC) |
| drawer | drawer number (0-63) |
| unit | energy units (0=ADC counts, 3=MeV) for proper rounding a-la DSP |
| E | energy for all channels in some units |
| gain | gain for all channels |
| bad | bad flag for all channels |
| sumE | sumEt, sumEz and sumE for the drawer in one vector |
Definition at line 721 of file TileL2Builder.cxx.
|
inline |
Definition at line 166 of file TileL2Builder.h.
| void TileL2Builder::SumE | ( | int | partition, |
| int | drawer, | ||
| int | unit, | ||
| float * | E, | ||
| int * | gain, | ||
| std::vector< float > & | sumE ) const |
Definition at line 673 of file TileL2Builder.cxx.
|
overridevirtualinherited |
Perform system initialization for an algorithm.
We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.
Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
protected |
Name of TileBadChannels in condition store.
Definition at line 201 of file TileL2Builder.h.
|
protected |
Definition at line 212 of file TileL2Builder.h.
|
protected |
Definition at line 211 of file TileL2Builder.h.
|
protected |
Definition at line 209 of file TileL2Builder.h.
|
protected |
Definition at line 210 of file TileL2Builder.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
protected |
Name of TileEMScale in condition store.
Definition at line 195 of file TileL2Builder.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
protected |
Definition at line 205 of file TileL2Builder.h.
|
protected |
Definition at line 186 of file TileL2Builder.h.
|
protected |
Definition at line 187 of file TileL2Builder.h.
|
protected |
TileRawChannelContainer in event store.
Definition at line 181 of file TileL2Builder.h.
|
protected |
Definition at line 207 of file TileL2Builder.h.
|
protected |
Definition at line 208 of file TileL2Builder.h.
|
protected |
Pointer to TileHWID.
Definition at line 190 of file TileL2Builder.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.