|
ATLAS Offline Software
|
level 1 ZDC trigger simulation
More...
#include <TrigT1Run3ZDC.h>
|
| TrigT1Run3ZDC (const std::string &name, ISvcLocator *pSvcLocator) |
|
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 > &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 |
|
level 1 ZDC trigger simulation
Definition at line 45 of file TrigT1Run3ZDC.h.
◆ StoreGateSvc_t
◆ TrigT1Run3ZDC()
LVL1::TrigT1Run3ZDC::TrigT1Run3ZDC |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
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 55 of file AthReentrantAlgorithm.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 115 of file TrigT1Run3ZDC.cxx.
118 unsigned int trigAvgAHG = 0;
119 unsigned int trigAvgCHG = 0;
120 unsigned int trigAvgALG = 0;
121 unsigned int trigAvgCLG = 0;
124 std::array<std::array<std::array<unsigned int, 24>, 4>, 2> FADCSamplesHG;
125 std::array<std::array<std::array<unsigned int, 24>, 4>, 2> FADCSamplesLG;
130 std::vector<unsigned int> FADCFlattenedHG;
131 std::vector<unsigned int> FADCFlattenedLG;
142 uint32_t lucrod_id = zld->GetLucrodID();
145 for (
size_t i = 0;
i < zld->GetChanDataSize();
i++) {
156 lucrod_id)[
"type"][lucrod_channel];
166 lucrod_id)[
"side"][lucrod_channel];
168 lucrod_id)[
"module"][lucrod_channel];
170 lucrod_id)[
"gain"][lucrod_channel];
181 }
else if(
gain == 1) {
192 trigAvgAHG = zld->GetTrigAvgA();
193 trigAvgCHG = zld->GetTrigAvgC();
195 trigAvgALG = zld->GetTrigAvgA();
196 trigAvgCLG = zld->GetTrigAvgC();
203 for (
int side : {1, 0}) {
204 for (
int module : {0, 1, 2, 3}) {
206 FADCFlattenedLG.push_back(
sample);
211 for (
int side : {1, 0}) {
212 for (
int module : {0, 1, 2, 3}) {
214 FADCFlattenedHG.push_back(
sample);
228 std::bitset<3> binhg(wordOutHG);
231 std::bitset<3> binlg(wordOutLG);
243 unsigned int word0 = 0;
244 word0 += (binhg[0] << 25);
245 word0 += (binhg[1] << 26);
246 word0 += (binhg[2] << 27);
249 unsigned int word1 = 0;
250 word1 += (binlg[0] << 28);
251 word1 += (binlg[1] << 29);
252 word1 += (binlg[2] << 30);
262 "Stored ZDC CTP object with words "
264 << std::hex << word0 <<
" from hgLUTOutput: " << std::dec << wordOutHG
265 <<
" AvgAmpA: " << trigAvgAHG <<
" C: " << trigAvgCHG << std::endl
266 << std::hex <<
word1 <<
" from lgLUTOutput: " << std::dec << wordOutLG
267 <<
" AvgAmpA: " << trigAvgALG <<
" C: " << trigAvgCLG);
269 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()
const DataObjIDColl & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ initialize()
StatusCode LVL1::TrigT1Run3ZDC::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 28 of file TrigT1Run3ZDC.cxx.
35 std::ifstream
fin(
file.c_str());
38 return StatusCode::FAILURE;
44 std::array<unsigned int, 4096> sideALUTHG =
45 data[
"LucrodHighGain"][
"LUTs"][
"sideA"];
47 std::array<unsigned int, 4096> sideCLUTHG =
48 data[
"LucrodHighGain"][
"LUTs"][
"sideC"];
50 std::array<unsigned int, 256> combLUTHG =
51 data[
"LucrodHighGain"][
"LUTs"][
"comb"];
53 std::array<unsigned int, 4096> sideALUTLG =
54 data[
"LucrodLowGain"][
"LUTs"][
"sideA"];
56 std::array<unsigned int, 4096> sideCLUTLG =
57 data[
"LucrodLowGain"][
"LUTs"][
"sideC"];
59 std::array<unsigned int, 256> combLUTLG =
60 data[
"LucrodLowGain"][
"LUTs"][
"comb"];
63 const ZdcID* zdcId =
nullptr;
66 <<
"execute: Could not retrieve ZdcID object from the detector store"
68 return StatusCode::FAILURE;
74 std::array<std::array<unsigned int, 4>, 2> deriv2ndHGThresh;
75 std::array<std::array<unsigned int, 4>, 2> deriv2ndLGThresh;
77 for (
unsigned int side : {0, 1}) {
78 for (
unsigned int module : {0, 1, 2, 3}) {
86 deriv2ndLGThresh[0][0] = 4095;
87 deriv2ndLGThresh[1][0] = 4095;
89 std::cout <<
"Trigger simulation will use sample indices: " <<
m_minSampleAna
108 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()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ 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()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
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 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
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 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 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
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.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 ...
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
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())
AthReentrantAlgorithm()
Default constructor:
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.
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.
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
virtual StatusCode sysInitialize() override
Override sysInitialize.
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.
Gaudi::Property< std::string > m_lutFile
std::shared_ptr< ZDCTriggerSim::FADCInputs > m_lgFADC_ptr
Gaudi::Property< unsigned int > m_minSampleAna
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
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()