Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ZDCTRIGVALID_ZDCTRIGVALIDTOOL_H
6 #define ZDCTRIGVALID_ZDCTRIGVALIDTOOL_H
22 #include "nlohmann/json.hpp"
43 #ifdef XAOD_STANDALONE
44 ToolHandle<Trig::TrigDecisionTool> m_trigDecTool {
this,
"TrigDecisionTool",
""};
46 PublicToolHandle<Trig::TrigDecisionTool> m_trigDecTool {
this,
"TrigDecisionTool",
""};
51 Gaudi::Property<std::vector<std::string>> m_triggerList{
52 this,
"triggerList", {},
"Add triggers to this to be monitored"};
53 Gaudi::Property<std::string> m_lutFile{
this,
"filepath_LUT",
"TrigT1ZDC/zdcRun3T1LUT_v1_30_05_2023.json",
"path to LUT file"};
59 std::shared_ptr<ZDCTriggerSimModuleAmpls>
m_simTrig;
71 this,
"EventInfoKey",
"EventInfo",
72 "Location of the event info."};
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
::StatusCode StatusCode
StatusCode definition for legacy code.
A tool to make L1 decision using LUTs.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.