|
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 () override |
|
virtual bool | isClonable () const override final |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
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 |
|
) |
| |
◆ 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);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ 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.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ 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.
338 return PBASE::declareProperty(
name, property,
doc);
◆ 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 |
( |
| ) |
|
|
overridevirtual |
Definition at line 115 of file TrigT1Run3ZDC.cxx.
117 const EventContext &ctx = Gaudi::Hive::currentContext();
120 unsigned int trigAvgAHG = 0;
121 unsigned int trigAvgCHG = 0;
122 unsigned int trigAvgALG = 0;
123 unsigned int trigAvgCLG = 0;
126 std::array<std::array<std::array<unsigned int, 24>, 4>, 2> FADCSamplesHG;
127 std::array<std::array<std::array<unsigned int, 24>, 4>, 2> FADCSamplesLG;
132 std::vector<unsigned int> FADCFlattenedHG;
133 std::vector<unsigned int> FADCFlattenedLG;
143 uint32_t lucrod_id = zld->GetLucrodID();
146 for (
size_t i = 0;
i < zld->GetChanDataSize();
i++) {
157 lucrod_id)[
"type"][lucrod_channel];
167 lucrod_id)[
"side"][lucrod_channel];
169 lucrod_id)[
"module"][lucrod_channel];
171 lucrod_id)[
"gain"][lucrod_channel];
182 }
else if (
gain == 1) {
193 trigAvgAHG = zld->GetTrigAvgA();
194 trigAvgCHG = zld->GetTrigAvgC();
196 trigAvgALG = zld->GetTrigAvgA();
197 trigAvgCLG = zld->GetTrigAvgC();
204 for (
int side : {1, 0}) {
205 for (
int module : {0, 1, 2, 3}) {
207 FADCFlattenedLG.push_back(
sample);
212 for (
int side : {1, 0}) {
213 for (
int module : {0, 1, 2, 3}) {
215 FADCFlattenedHG.push_back(
sample);
229 std::bitset<3> binhg(wordOutHG);
232 std::bitset<3> binlg(wordOutLG);
244 unsigned int word0 = 0;
245 word0 += (binhg[0] << 25);
246 word0 += (binhg[1] << 26);
247 word0 += (binhg[2] << 27);
250 unsigned int word1 = 0;
251 word1 += (binlg[0] << 28);
252 word1 += (binlg[1] << 29);
253 word1 += (binlg[2] << 30);
263 "Stored ZDC CTP object with words "
265 << std::hex << word0 <<
" from hgLUTOutput: " << std::dec << wordOutHG
266 <<
" AvgAmpA: " << trigAvgAHG <<
" C: " << trigAvgCHG << std::endl
267 << std::hex <<
word1 <<
" from lgLUTOutput: " << std::dec << wordOutLG
268 <<
" AvgAmpA: " << trigAvgALG <<
" C: " << trigAvgCLG);
270 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 & AthAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
57 return Algorithm::extraOutputDeps();
◆ 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()
virtual bool LVL1::TrigT1Run3ZDC::isClonable |
( |
| ) |
const |
|
inlinefinaloverridevirtual |
◆ 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()
◆ sysInitialize()
StatusCode AthAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
◆ 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 88 of file TrigT1Run3ZDC.h.
◆ m_detStore
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ 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 101 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 75 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 80 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 78 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 82 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 85 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 95 of file TrigT1Run3ZDC.h.
◆ m_triggerSimLGPtr
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_zdcCTPLocation
Initial value:{this, "ZdcCTPLocation",
"Write handle key for ZdcCTP"}
Definition at line 70 of file TrigT1Run3ZDC.h.
◆ m_zdcId
◆ m_zdcModuleCalibEnergyKey
Initial value:{
this, "ZdcModuleCalibEnergyKey", "ZdcModules.CalibEnergy",
"ReadHandleKey for Zdc CalibEnergy AuxData"}
Definition at line 58 of file TrigT1Run3ZDC.h.
◆ m_zldContainerName
Initial value:{
"Read Handle key for ZdcLucrodDataContainer"}
Definition at line 65 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
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())
virtual StatusCode sysInitialize() override
Override sysInitialize.
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.
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)
DataObjIDColl m_extendedExtraObjects
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.
AthAlgorithm()
Default constructor:
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()