#include <jFEXLargeRJetAlgo.h>
Definition at line 22 of file jFEXLargeRJetAlgo.h.
◆ StoreGateSvc_t
◆ jFEXLargeRJetAlgo()
| LVL1::jFEXLargeRJetAlgo::jFEXLargeRJetAlgo |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Constructors.
Definition at line 18 of file jFEXLargeRJetAlgo.cxx.
18 :
20 {
21 declareInterface<IjFEXLargeRJetAlgo>(this);
22 }
◆ ~jFEXLargeRJetAlgo()
| LVL1::jFEXLargeRJetAlgo::~jFEXLargeRJetAlgo |
( |
| ) |
|
|
virtual |
◆ declareGaudiProperty()
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
158 {
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
◆ declareProperty()
Definition at line 145 of file AthCommonDataStore.h.
145 {
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
◆ detStore()
◆ evtStore()
◆ extraDeps_update_handler()
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
◆ getLargeClusterET()
| unsigned int LVL1::jFEXLargeRJetAlgo::getLargeClusterET |
( |
unsigned int | smallClusterET, |
|
|
unsigned int | largeRingET ) const |
|
overridevirtual |
◆ getLRjetSat()
| bool LVL1::jFEXLargeRJetAlgo::getLRjetSat |
( |
| ) |
|
|
overridevirtual |
◆ getRingET()
| unsigned int LVL1::jFEXLargeRJetAlgo::getRingET |
( |
| ) |
|
|
overridevirtual |
Implements LVL1::IjFEXLargeRJetAlgo.
Definition at line 53 of file jFEXLargeRJetAlgo.cxx.
53 {
54 int RingET =0;
55 for(
int n =0;
n <15;
n++) {
56 for(
int m =0;
m <15;
m++) {
59 }
60 }
61 return RingET;
62}
float et(const xAOD::jFexSRJetRoI *j)
int getTTowerET(unsigned int TTID)
◆ getTTowerET()
| int LVL1::jFEXLargeRJetAlgo::getTTowerET |
( |
unsigned int | TTID | ) |
|
|
private |
Definition at line 81 of file jFEXLargeRJetAlgo.cxx.
81 {
82 if(TTID == 0) {
83 return 0;
84 }
85
88 }
89
90
91 return 0;
92
93}
std::unordered_map< int, std::vector< int > > m_map_Etvalues
◆ getTTowerSat()
| bool LVL1::jFEXLargeRJetAlgo::getTTowerSat |
( |
unsigned int | TTID | ) |
|
|
private |
Definition at line 96 of file jFEXLargeRJetAlgo.cxx.
96 {
97 if(TTID == 0) {
98 return false;
99 }
100
103}
SG::ReadHandle< jTowerContainer > m_jTowerContainer
◆ initialize()
| StatusCode LVL1::jFEXLargeRJetAlgo::initialize |
( |
| ) |
|
|
overridevirtual |
standard Athena-Algorithm method
Definition at line 28 of file jFEXLargeRJetAlgo.cxx.
29{
31
32 return StatusCode::SUCCESS;
33
34}
#define ATH_CHECK
Evaluate an expression and check for errors.
SG::ReadHandleKey< LVL1::jTowerContainer > m_jTowerContainerKey
◆ inputHandles()
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.
◆ interfaceID()
| const InterfaceID & LVL1::IjFEXLargeRJetAlgo::interfaceID |
( |
| ) |
|
|
inlinestaticinherited |
Definition at line 34 of file IjFEXLargeRJetAlgo.h.
35 {
37 }
static const InterfaceID IID_IjFEXLargeRJetAlgo("LVL1::IjFEXLargeRJetAlgo", 1, 0)
◆ msg()
◆ msgLvl()
| bool AthCommonMsg< AlgTool >::msgLvl |
( |
const MSG::Level | lvl | ) |
const |
|
inlineinherited |
◆ outputHandles()
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.
◆ renounce()
Definition at line 380 of file AthCommonDataStore.h.
381 {
384 }
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)
◆ renounceArray()
◆ safetyTest()
| StatusCode LVL1::jFEXLargeRJetAlgo::safetyTest |
( |
| ) |
|
|
overridevirtual |
◆ setFPGAEnergy()
| void LVL1::jFEXLargeRJetAlgo::setFPGAEnergy |
( |
const std::unordered_map< int, std::vector< int > > & | et_map | ) |
|
|
overridevirtual |
◆ setupCluster()
| void LVL1::jFEXLargeRJetAlgo::setupCluster |
( |
int | inputTable[15][15] | ) |
|
|
overridevirtual |
◆ sysInitialize()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
Definition at line 308 of file AthCommonDataStore.h.
308 {
309
310
313 for (
auto k :
keys) {
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka
◆ m_detStore
◆ m_evtStore
◆ m_jFEXSmallRJetAlgoTool
| ToolHandle<IjFEXSmallRJetAlgo> LVL1::jFEXLargeRJetAlgo::m_jFEXSmallRJetAlgoTool {this, "jFEXSmallRJetAlgoTool", "LVL1::jFEXSmallRJetAlgo", "Tool that runs the jFEX Small R Jet algorithm"} |
|
private |
Definition at line 47 of file jFEXLargeRJetAlgo.h.
47{this, "jFEXSmallRJetAlgoTool", "LVL1::jFEXSmallRJetAlgo", "Tool that runs the jFEX Small R Jet algorithm"};
◆ m_jTowerContainer
◆ m_jTowerContainerKey
Definition at line 45 of file jFEXLargeRJetAlgo.h.
45{this, "MyjTowers", "jTowerContainer", "Input container for jTowers"};
◆ m_largeRJetEtRing_IDs
| int LVL1::jFEXLargeRJetAlgo::m_largeRJetEtRing_IDs[15][15] |
|
private |
◆ m_map_Etvalues
| std::unordered_map<int,std::vector<int> > LVL1::jFEXLargeRJetAlgo::m_map_Etvalues |
|
private |
◆ m_saturation
| bool LVL1::jFEXLargeRJetAlgo::m_saturation =false |
|
private |
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files: