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 More... | |
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 More... | |
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. More... | |
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. More... | |
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. More... | |
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 . More... | |
const ServiceHandle< StoreGateSvc > & | evtStore () const |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More... | |
const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More... | |
virtual StatusCode | sysInitialize () override |
Perform system initialization for an algorithm. More... | |
virtual StatusCode | sysStart () override |
Handle START transition. More... | |
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
Return this algorithm's input handles. More... | |
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
Return this algorithm's output handles. More... | |
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
Declare a new Gaudi property. More... | |
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
Declare a new Gaudi property. More... | |
void | updateVHKA (Gaudi::Details::PropertyBase &) |
MsgStream & | msg () const |
MsgStream & | msg (const MSG::Level lvl) 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 More... | |
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. More... | |
Protected Attributes | |
SG::ReadHandleKey< TileRawChannelContainer > | m_rawChannelContainerKey |
TileRawChannelContainer in event store. More... | |
float | m_noiseThreshold |
int | m_noiseType |
const TileHWID * | m_tileHWID |
Pointer to TileHWID. More... | |
SG::ReadCondHandleKey< TileEMScale > | m_emScaleKey |
Name of TileEMScale in condition store. More... | |
SG::ReadCondHandleKey< TileBadChannels > | m_badChannelsKey |
Name of TileBadChannels in condition store. More... | |
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 > &hndl, const SG::VarHandleKeyType &) |
specialization for handling Gaudi::Property<SG::VarHandleKey> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
specialization for handling Gaudi::Property<SG::VarHandleBase> More... | |
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More... | |
Private Attributes | |
StoreGateSvc_t | m_evtStore |
Pointer to StoreGate (event store by default) More... | |
StoreGateSvc_t | m_detStore |
Pointer to StoreGate (detector store by default) More... | |
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::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
|
inlineprivateinherited |
specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>
Definition at line 199 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 259 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
|
inlineinherited |
Declare a new Gaudi property.
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 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.
|
inlineinherited |
The standard StoreGateSvc
(event store) Returns (kind of) a pointer to the StoreGateSvc
.
Definition at line 90 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 27 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
inline |
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 |
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 |
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 DerivationFramework::CfAthAlgTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and asg::AsgMetadataTool.
|
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.
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.