 |
ATLAS Offline Software
|
level 1 ZDC trigger simulation
More...
#include <TrigT1Run3ZDC.h>
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute (const EventContext &ctx) const override |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) 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 | 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, V, H > &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 |
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
level 1 ZDC trigger simulation
Definition at line 45 of file TrigT1Run3ZDC.h.
◆ StoreGateSvc_t
◆ cardinality()
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
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.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
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.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
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.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
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.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode LVL1::TrigT1Run3ZDC::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
Definition at line 108 of file TrigT1Run3ZDC.cxx.
111 unsigned int trigAvgAHG = 0;
112 unsigned int trigAvgCHG = 0;
113 unsigned int trigAvgALG = 0;
114 unsigned int trigAvgCLG = 0;
117 std::array<std::array<std::array<unsigned int, 24>, 4>, 2> FADCSamplesHG;
118 std::array<std::array<std::array<unsigned int, 24>, 4>, 2> FADCSamplesLG;
123 std::vector<unsigned int> FADCFlattenedHG;
124 std::vector<unsigned int> FADCFlattenedLG;
134 uint32_t lucrod_id = zld->GetLucrodID();
137 for (
size_t i = 0;
i < zld->GetChanDataSize();
i++) {
148 lucrod_id)[
"type"][lucrod_channel];
158 lucrod_id)[
"side"][lucrod_channel];
160 lucrod_id)[
"module"][lucrod_channel];
162 lucrod_id)[
"gain"][lucrod_channel];
173 }
else if (
gain == 1) {
184 trigAvgAHG = zld->GetTrigAvgA();
185 trigAvgCHG = zld->GetTrigAvgC();
187 trigAvgALG = zld->GetTrigAvgA();
188 trigAvgCLG = zld->GetTrigAvgC();
195 for (
int side : {1, 0}) {
196 for (
int module : {0, 1, 2, 3}) {
198 FADCFlattenedLG.push_back(
sample);
203 for (
int side : {1, 0}) {
204 for (
int module : {0, 1, 2, 3}) {
206 FADCFlattenedHG.push_back(
sample);
220 std::bitset<3> binhg(wordOutHG);
223 std::bitset<3> binlg(wordOutLG);
235 unsigned int word0 = 0;
236 word0 += (binhg[0] << 25);
237 word0 += (binhg[1] << 26);
238 word0 += (binhg[2] << 27);
241 unsigned int word1 = 0;
242 word1 += (binlg[0] << 28);
243 word1 += (binlg[1] << 29);
244 word1 += (binlg[2] << 30);
254 "Stored ZDC CTP object with words "
256 << std::hex << word0 <<
" from hgLUTOutput: " << std::dec << wordOutHG
257 <<
" AvgAmpA: " << trigAvgAHG <<
" C: " << trigAvgCHG << std::endl
258 << std::hex <<
word1 <<
" from lgLUTOutput: " << std::dec << wordOutLG
259 <<
" AvgAmpA: " << trigAvgALG <<
" C: " << trigAvgCLG);
261 return StatusCode::SUCCESS;
◆ 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
◆ extraOutputDeps()
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.
◆ filterPassed()
◆ initialize()
StatusCode LVL1::TrigT1Run3ZDC::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 21 of file TrigT1Run3ZDC.cxx.
28 std::ifstream
fin(
file.c_str());
31 return StatusCode::FAILURE;
37 std::array<unsigned int, 4096> sideALUTHG =
38 data[
"LucrodHighGain"][
"LUTs"][
"sideA"];
40 std::array<unsigned int, 4096> sideCLUTHG =
41 data[
"LucrodHighGain"][
"LUTs"][
"sideC"];
43 std::array<unsigned int, 256> combLUTHG =
44 data[
"LucrodHighGain"][
"LUTs"][
"comb"];
46 std::array<unsigned int, 4096> sideALUTLG =
47 data[
"LucrodLowGain"][
"LUTs"][
"sideA"];
49 std::array<unsigned int, 4096> sideCLUTLG =
50 data[
"LucrodLowGain"][
"LUTs"][
"sideC"];
52 std::array<unsigned int, 256> combLUTLG =
53 data[
"LucrodLowGain"][
"LUTs"][
"comb"];
56 const ZdcID *zdcId =
nullptr;
59 <<
"execute: Could not retrieve ZdcID object from the detector store"
61 return StatusCode::FAILURE;
67 std::array<std::array<unsigned int, 4>, 2> deriv2ndHGThresh;
68 std::array<std::array<unsigned int, 4>, 2> deriv2ndLGThresh;
70 for (
unsigned int side : {0, 1}) {
71 for (
unsigned int module : {0, 1, 2, 3}) {
79 deriv2ndLGThresh[0][0] = 4095;
80 deriv2ndLGThresh[1][0] = 4095;
82 std::cout <<
"Trigger simulation will use sample indices: " <<
m_minSampleAna
101 return StatusCode::SUCCESS;
◆ 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.
◆ isClonable()
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ 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()
◆ renounceArray()
◆ setFilterPassed()
◆ sysExecute()
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 85 of file AthCommonReentrantAlgorithm.cxx.
◆ sysInitialize()
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.
110 if (
sc.isFailure()) {
118 if ( cs.retrieve().isFailure() ) {
120 return StatusCode::SUCCESS;
122 if (cs->regHandle(
this,*
h).isFailure()) {
123 sc = StatusCode::FAILURE;
124 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ 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()
◆ m_baselineDelta
Gaudi::Property<unsigned int> LVL1::TrigT1Run3ZDC::m_baselineDelta |
|
private |
Initial value:{
this, "BaselineDelta", 3,
"Parameter to take out average offset from raw Flash ADC values"}
Definition at line 87 of file TrigT1Run3ZDC.h.
◆ m_detStore
◆ m_evtStore
◆ m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 114 of file AthCommonReentrantAlgorithm.h.
◆ m_hgFADC_ptr
A data member to hold the ZDCTrigger Object that stores flash ADC input values: shared ptr to ensure cleanup.
Definition at line 100 of file TrigT1Run3ZDC.h.
◆ m_lgFADC_ptr
◆ m_lutFile
Gaudi::Property<std::string> LVL1::TrigT1Run3ZDC::m_lutFile |
|
private |
Initial value:{
this, "filepath_LUT", "TrigT1ZDC/zdcRun3T1LUT_v1_30_05_2023.json",
"path to LUT file"}
Definition at line 74 of file TrigT1Run3ZDC.h.
◆ m_maxSampleAna
Gaudi::Property<unsigned int> LVL1::TrigT1Run3ZDC::m_maxSampleAna |
|
private |
Initial value:{
this, "MaxSampleAna",154, "Last Sample in ZDC LUCROD Analysis window"}
Definition at line 79 of file TrigT1Run3ZDC.h.
◆ m_minSampleAna
Gaudi::Property<unsigned int> LVL1::TrigT1Run3ZDC::m_minSampleAna |
|
private |
Initial value:{
this, "MinSampleAna", 7, "First Sample in ZDC LUCROD Analysis window"}
Definition at line 77 of file TrigT1Run3ZDC.h.
◆ m_negHG2ndDerivThresh
Gaudi::Property<unsigned int> LVL1::TrigT1Run3ZDC::m_negHG2ndDerivThresh |
|
private |
Initial value:{
this, "NegHG2ndDerivThresh", 45,
"Negative 2nd Derivative Threshold for High Gain LUCROD Channel"}
Definition at line 81 of file TrigT1Run3ZDC.h.
◆ m_negLG2ndDerivThresh
Gaudi::Property<unsigned int> LVL1::TrigT1Run3ZDC::m_negLG2ndDerivThresh |
|
private |
Initial value:{
this, "NegLG2ndDerivThresh", 15,
"Negative 2nd Derivative Threshold for Low Gain LUCROD Channel"}
Definition at line 84 of file TrigT1Run3ZDC.h.
◆ m_triggerSimHGPtr
Two data member to hold the ZDCTrigger Object that computes the LUT logic: shared ptr to ensure cleanup.
Definition at line 94 of file TrigT1Run3ZDC.h.
◆ m_triggerSimLGPtr
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_zdcCTPLocation
Initial value:{this, "ZdcCTPLocation",
"Write handle key for ZdcCTP"}
Definition at line 69 of file TrigT1Run3ZDC.h.
◆ m_zdcId
◆ m_zdcModuleCalibEnergyKey
Initial value:{
this, "ZdcModuleCalibEnergyKey", "ZdcModules.CalibEnergy",
"ReadHandleKey for Zdc CalibEnergy AuxData"}
Definition at line 57 of file TrigT1Run3ZDC.h.
◆ m_zldContainerName
Initial value:{
"Read Handle key for ZdcLucrodDataContainer"}
Definition at line 64 of file TrigT1Run3ZDC.h.
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
Gaudi::Property< unsigned int > m_negLG2ndDerivThresh
char data[hepevt_bytes_allocation_ATLAS]
std::shared_ptr< ZDCTriggerSim::FADCInputs > m_hgFADC_ptr
A data member to hold the ZDCTrigger Object that stores flash ADC input values: shared ptr to ensure ...
static const std::string ZdcLucrodDataContainer
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)
static const std::string ZdcCTPLocation
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
std::shared_ptr< ZDCTriggerSimFADC > m_triggerSimLGPtr
SG::ReadDecorHandleKey< xAOD::ZdcModuleContainer > m_zdcModuleCalibEnergyKey
const nlohmann::json & getLucrod(int i) const
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
SG::ReadHandleKey< ZdcLucrodDataContainer > m_zldContainerName
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
virtual const DataObjIDColl & extraOutputDeps() const override
Return the list of extra output dependencies.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
std::vector< uint16_t > waveform
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
virtual StatusCode sysExecute(const EventContext &ctx) override
Execute an algorithm.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Gaudi::Property< unsigned int > m_maxSampleAna
Gaudi::Property< unsigned int > m_negHG2ndDerivThresh
Gaudi::Property< unsigned int > m_baselineDelta
std::string PathResolverFindCalibFile(const std::string &logical_file_name)
SG::WriteHandleKey< ZdcCTP > m_zdcCTPLocation
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
#define ATH_MSG_WARNING(x)
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
virtual StatusCode sysInitialize() override
Override sysInitialize.
Gaudi::Property< std::string > m_lutFile
std::shared_ptr< ZDCTriggerSim::FADCInputs > m_lgFADC_ptr
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Gaudi::Property< unsigned int > m_minSampleAna
std::shared_ptr< ZDCTriggerSimFADC > m_triggerSimHGPtr
Two data member to hold the ZDCTrigger Object that computes the LUT logic: shared ptr to ensure clean...
static const ZdcLucrodMapRun3 * getInstance()