TWiki
>
Main Web
>
TWikiUsers
>
KenjiHamano
>
KHMetCode
(revision 33) (raw view)
Edit
Attach
PDF
---+++ Trigger Developers Guide * [[https://atlassoftwaredocs.web.cern.ch/guides/trigger/][ARLAS Trigger Developers Guide]] * [[https://indico.cern.ch/event/975388/contributions/4107575/attachments/2145187/3615733/20201118_Rafal.pdf][TGM on 18 Nov 2020]] CI reference format change (Rafał Bielski) ---+++ Tips * [[https://indico.cern.ch/event/700436/contributions/2889213/attachments/1599014/2534283/diagnosisUnmergedHIST2018.pdf][DQ diagnostic tools]] * !CheckHists.py : check monitoring HIST files; [[https://gitlab.cern.ch/fernando/AnalysisMonticel/tree/master/Analyises/Trigger/2018/CheckHists][Git repo]]. * checkxAODTrigger : check xAOD size. See [[https://twiki.cern.ch/twiki/bin/view/Atlas/XAODContainerSizes][Trigger Content in BS & xAOD]] * Other scripts: <pre> check-binary-files checkTP.py check-data.py checkTag check-ssh.py checkTag.py checkCache checkTrigger checkCache.exe checkTrigger.py checkCoolLatestUpdate.py checkTriggerEDM.py checkCountsAfterRerun_highETthr.sh checkTriggerProcessingErrors.py checkCountsAfterRerun_tunedCuts.sh checkTriggerxAOD.py checkDbgSymbols.sh checkUPD1.py checkFile check_DFTests.sh checkFile.py check_ctp_deadtime.py checkFileTrigSize_RTT.py check_log.pl checkJobs check_msg_stat.py checkJobs.py check_rack_sharing.py checkLTP-slave-settings check_statuscode.py checkMetaSG check_tm checkMetaSG.py checklog.py checkModules.sh checklogTriggerTest.conf checkPRWConfigFile checkmodule checkPRWConfigFile.exe checkpolicy checkPlugins.py checksctp checkPvss2CoolRunning.sh checkxAOD checkSG checkxAOD.py checkSG.py </pre> ---+++ Run2 code 1. Define a new aigorithm: * [[https://gitlab.cern.ch/atlas/athena/blob/21.3/Trigger/TrigAlgorithms/TrigEFMissingET/python/TrigEFMissingETConfig.py][Trigger/TrigAlgorithms/TrigEFMissingET/python/TrigEFMissingETConfig.py]] 2. Define a new hypo: * [[https://gitlab.cern.ch/atlas/athena/blob/21.3/Trigger/TrigHypothesis/TrigMissingETHypo/python/TrigMissingETHypoConfig.py][Trigger/TrigHypothesis/TrigMissingETHypo/python/TrigMissingETHypoConfig.py]] 3. Connect the new algorithm and hypo to a chain name: * [[https://gitlab.cern.ch/atlas/athena/blob/21.3/Trigger/TriggerCommon/TriggerMenu/python/met/MissingETDef.py][Trigger/TriggerCommon/TriggerMenu/python/met/MissingETDef.py]] 4. Add the new chain name to menu: * [[https://gitlab.cern.ch/atlas/athena/blob/21.3/Trigger/TriggerCommon/TriggerMenu/python/menu/SignatureDicts.py][Trigger/TriggerCommon/TriggerMenu/python/menu/SignatureDicts.py]] 5. Add a new menu to menu files: * [[https://gitlab.cern.ch/atlas/athena/blob/21.3/Trigger/TriggerCommon/TriggerMenu/python/menu/MC_pp_v8.py][Trigger/TriggerCommon/TriggerMenu/python/menu/MC_pp_v8.py]] 6. Add a new xAOD container: * [[https://gitlab.cern.ch/atlas/athena/blob/21.3/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDM.py][Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDM.py]] 7. Need to check out Trigger/TriggerCommon/TriggerMenuXML to create menu xml files with the new chain. %BR% 8. After make, HLTConfig_*.xml files are created in build/x86.../XML/TriggerMenuXML/ folder. %BR% ---+++ Run3 Legacy codes %BR% <b>TriggerMenu package</b> * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TriggerCommon/TriggerMenu][TriggerMenu]] Menu file (definition of trigger chains): * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TriggerCommon/TriggerMenu/python/menu/Physics_pp_v7_primaries.py][Physics_pp_v7_primaries.py]] ---+++ Run3 !AthenaMT codes <b>FEX package:</b> * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TrigAlgorithms/TrigEFMissingET][Trigger/TrigAlgorithms/TrigEFMissingET]] Configuration file: * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/python/TrigEFMissingETMTConfig.py][python/TrigEFMissingETMTConfig.py]] Source codes: * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TrigAlgorithms/TrigEFMissingET/src][src/*.h]] * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TrigAlgorithms/TrigEFMissingET/src][src/*.cxx]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/src/components/TrigEFMissingET_entries.cxx][src/components/TrigEFMissingET_entries.cxx]] Test scripts: * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/test/test_met_fexes.sh][test/test_met_fexes.sh]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/test/test_met_fexes_cluster.sh][test_met_fexes_cluster.sh]] Configuration: * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/MET/AlgConfigs.py][AlgConfigs.py]] Algorithm configuration * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/src/TCPufitFex.h][TCPufitFex.h]] tcPufit default configuration * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/src/PUSplitPufitFex.h][PUSplitPufitFex.h]] pfoPufit default configuration * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/src/MHTPufitFex.h][MHTPufitFex.h]] mhtPufit default configuration Documentation: * [[https://gitlab.cern.ch/atlas/athena/-/tree/master/Trigger/TrigAlgorithms/TrigEFMissingET/doc][documentation]] * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/doc/met_configuration.md][MET Trigger configuration guide]] * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/doc/METMenuSequences.md][MET Menu Sequences]] * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/doc/pufit.md][The Pufit Technique]] %BR% <b>HYPO package:</b> * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TrigHypothesis/TrigMissingETHypo][Trigger/TrigHypothesis/TrigMissingETHypo]] Configuration file: * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigHypothesis/TrigMissingETHypo/python/TrigMissingETHypoConfig.py][python/TrigMissingETHypoConfig.py]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigHypothesis/TrigMissingETHypo/python/TrigMissingETHypoMonitoringTool.py][TrigMissingETHypoMonitoringTool.py]] online monitoring? Source codes: * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigHypothesis/TrigMissingETHypo/src/TrigMissingETHypoAlg.h][src/TrigMissingETHypoAlg.h]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigHypothesis/TrigMissingETHypo/src/TrigMissingETHypoAlg.cxx][src/TrigMissingETHypoAlg.cxx]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigHypothesis/TrigMissingETHypo/src/ITrigMissingETHypoTool.h][src/ITrigMissingETHypoTool.h]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigHypothesis/TrigMissingETHypo/src/TrigMissingETHypoTool.h][src/TrigMissingETHypoTool.h]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigHypothesis/TrigMissingETHypo/src/TrigMissingETHypoTool.cxx][src/TrigMissingETHypoTool.cxx]] %BR% <b>Online monitoring: </b> %BR% HYPO monitoring: * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigHypothesis/TrigMissingETHypo/python/TrigMissingETHypoMonitoringTool.py][TrigMissingETHypoMonitoringTool.py]] This is currently not used? FEX monitoring: * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/python/TrigEFMissingETMTConfig.py][TrigEFMissingETMTConfig.py]] * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/src/FexBase.h][FexBase.h]] * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/src/FexBase.cxx][FexBase.cxx]] * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/src/MonGroupBuilder.h][MonGroupBuilder.h]] * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TrigAlgorithms/TrigEFMissingET/src/MonGroupBuilder.cxx][MonGroupBuilder.cxx]] %BR% <b>TriggerMenu package</b> * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TriggerCommon/TriggerMenuMT][Trigger/TriggerCommon/TriggerMenuMT]] MET configuration files: * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/MET][python/HLTMenuConfig/MET/*.py]] !METChainConfiguration.py, !METMenuSequences.py, !METRecoSequences.py, !GenerateMETChainDefs.py Menu file (definition of trigger chains): * [[https://gitlab.cern.ch/atlas/athena/-/blob/master/Trigger/TriggerCommon/TriggerMenuMT/python/HLT/Menu/MC_pp_run3_v1.py][MC_pp_run3_v1.py]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TriggerCommon/TriggerMenuMT/python/HLT/Menu/Dev_pp_run3_v1.py][Dev_pp_run3_v1.py]] (used to be LS2_v1.py) * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TriggerCommon/TriggerMenuMT/python/HLT/Menu/Physics_pp_run3_v1.py][Physics_pp_run3_v1.py]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TriggerCommon/TriggerMenuMT/python/HLT/Menu/PhysicsP1_pp_run3_v1.py][PhysicsP1_pp_run3_v1.py]] <b>TriggerMenuXML package</b> * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TriggerCommon/TriggerMenuXML][Trigger/TriggerCommon/TriggerMenuXML]] XML files: * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TriggerCommon/TriggerMenuXML/data][data/*.xml]] <b>TrigMenuRulebook package</b> * [[https://gitlab.cern.ch/atlas-trigger-menu/TrigMenuRulebook][TrigMenuRulebook]] <b>EDMConfig package</b> * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TriggerCommon/TrigEDMConfig][Trigger/TriggerCommon/TrigEDMConfig]] Configuration files (definition of container names): * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDMRun3.py][python/TriggerEDMRun3.py]] * ([[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDM.py][current TriggerEDM.py in master]]) * ([[https://gitlab.cern.ch/atlas/athena/blob/21.3/Trigger/TriggerCommon/TrigEDMConfig/python/TriggerEDM.py][TriggerEDM.py in 21.3]]) <b>TrigConfigSvc package</b> * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigConfiguration/TrigConfigSvc][Trigger/TrigConfiguration/TrigConfigSvc]] Source code (add chains to Run3 testing block): * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigConfiguration/TrigConfigSvc/src/HLTConfigSvc.cxx][src/HLTConfigSvc.cxx]] %BR% <b>UpgradeTest package:</b> * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TrigValidation/TrigUpgradeTest][Trigger/TrigValidation/TrigUpgradeTest]] MET test jobOptions and data files: * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigValidation/TrigUpgradeTest/share][share/met.*.py]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigValidation/TrigUpgradeTest/share][share/met_*.ref]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigValidation/TrigUpgradeTest/share/slice_met.ref][share/slice_met.ref]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigValidation/TrigUpgradeTest/share/testHLT_MT.py][share/testHLT_MT.py]] ---+++ Run3 !AthenaMT offline Monitoring code Package: * [[https://gitlab.cern.ch/atlas/athena/tree/master/Trigger/TrigMonitoring/TrigMETMonitoring][Trigger/TrigMonitoring/TrigMETMonitoring]] Configuration file: * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigMonitoring/TrigMETMonitoring/python/TrigMETMonitorAlgorithm.py][python/TrigMETMonitorAlgorithm.py]] !JobOption file (currently not working): * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigMonitoring/TrigMETMonitoring/share/TrigMETMonitorAlgorithm_jobOptions.py][share/TrigMETMonitorAlgorithm_jobOptions.py]] Source codes: * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigMonitoring/TrigMETMonitoring/src/TrigMETMonitorAlgorithm.h][src/TrigMETMonitorAlgorithm.h]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigMonitoring/TrigMETMonitoring/src/TrigMETMonitorAlgorithm.cxx][src/TrigMETMonitorAlgorithm.cxx]] * [[https://gitlab.cern.ch/atlas/athena/blob/master/Trigger/TrigMonitoring/TrigMETMonitoring/src/components/TrigMETMonitoring_entries.cxx][src/components/TrigMETMonitoring_entries.cxx]] Han config files: * [[https://gitlab.cern.ch/atlas/athena/-/tree/master/DataQuality/DataQualityConfigurations/config/HLT/HLTmet][DataQuality/DataQualityConfigurations/config/HLT/HLTmet]] ---+++ Code Test * [[https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/ATNightTesting][ATN (Atlas Test Nightly)]] * [[https://atlas-rtt.cern.ch/prod/docs/userguide/][RTT (Run Time Test) user giude]] ---+++ Reconstruction (ESD->AOD) * [[https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/RecoReReconstruction][Recipe for re reconstruction]] ESD -> AOD ---+++ Algorithm * [[https://twiki.cern.ch/twiki/bin/viewauth/Atlas/HltAlgorithmDeveloperGuide][HLT Steering, guide for algorithm developers]] ---+++ Menu * [[https://twiki.cern.ch/twiki/bin/viewauth/Atlas/TriggerMenuPackageInstructions#Instructions_for_HLT_Menu_Develo][Instructions for HLT Menu Developers]] Check that the produced XML remains the same before/after the changes ---+++ Emulation * [[https://twiki.cern.ch/twiki/bin/viewauth/Atlas/METTriggerEmulation][MET Trigger Emulation]] ---+++ MET trigger software for performance study in Rel 22 * [[https://gitlab.cern.ch/jburr/masterperfstudies][MasterPerfStudies (Jon Burr]] * [[https://gitlab.cern.ch/alruggie/METTrigger][METTrigger (Alessandro Ruggiero)]] ---+++ MET trigger software for performance study (Run2) * [[https://gitlab.cern.ch/METTrigOffline][METTrigOffline]] * [[https://gitlab.cern.ch/jburr/METTriggerToolBox][METTriggerToolBox]] * [[https://github.com/sparedes/NtupleMaker][NtupleMaker (Santiago)]] * [[https://indico.cern.ch/event/742376/contributions/3065838/attachments/1682187/2702947/ASG_METTrigger.pdf][The MET Trigger Software Framework]] talk given by Jon Burr in [[https://indico.cern.ch/event/742376/][ASG meeting on 6 Jul 2018]] ---+++ Old MET code (Run1) * [[KHMETCodeOld][Old MET Code]]
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r36
<
r35
<
r34
<
r33
<
r32
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r33 - 2022-02-16
-
KenjiHamano
Log In
Main
Home
Index
Search
User Search
Changes
Notifications
RSS Feed
Documentation
Support
Webs
Main
Main Archive
Plugins
Sandbox for tests
Public webs
Public webs
ABATBEA
ACPP
ADCgroup
AEGIS
AfricaMap
AgileInfrastructure
ALICE
AliceEbyE
AliceSPD
AliceSSD
AliceTOF
AliFemto
ALPHA
Altair
ArdaGrid
ASACUSA
AthenaFCalTBAna
Atlas
AtlasLBNL
AXIALPET
CAE
CALICE
CDS
CENF
CERNSearch
CLIC
Cloud
CloudServices
CMS
Controls
CTA
CvmFS
DB
DefaultWeb
DESgroup
DPHEP
DM-LHC
DSSGroup
EGEE
EgeePtf
ELFms
EMI
ETICS
FIOgroup
FlukaTeam
Frontier
Gaudi
GeneratorServices
GuidesInfo
HardwareLabs
HCC
HEPIX
ILCBDSColl
ILCTPC
IMWG
Inspire
IPv6
IT
ItCommTeam
ITCoord
ITdeptTechForum
ITDRP
ITGT
ITSDC
LAr
LCG
LCGAAWorkbook
Leade
LHCAccess
LHCAtHome
LHCb
LHCgas
LHCONE
LHCOPN
LinuxSupport
Main
Medipix
Messaging
MPGD
NA49
NA61
NA62
NTOF
Openlab
PDBService
Persistency
PESgroup
Plugins
PSAccess
PSBUpgrade
R2Eproject
RCTF
RD42
RFCond12
RFLowLevel
ROXIE
Sandbox
SocialActivities
SPI
SRMDev
SSM
Student
SuperComputing
Support
SwfCatalogue
TMVA
TOTEM
TWiki
UNOSAT
Virtualization
VOBox
WITCH
XTCA
Welcome Guest
Login
or
Register
Cern Search
TWiki Search
Google Search
Main
All webs
Copyright &© 2008-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use
Discourse
or
Send feedback