Skip to content
Snippets Groups Projects
Commit 16e41819 authored by Marija Vranjes Milosavljevic's avatar Marija Vranjes Milosavljevic
Browse files

Merge branch 'fwinkl_20240516T174447' into '24.0'

TrigT1CaloMonitoring: add shebang and drop redundant --CA from command lines

See merge request !71448
parents a8c5eb07 f6b323ec
No related branches found
No related tags found
2 merge requests!715342024-05-20: merge of 24.0 into main,!71448TrigT1CaloMonitoring: add shebang and drop redundant --CA from command lines
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( TrigT1CaloMonitoring )
......@@ -18,7 +18,7 @@ atlas_install_python_modules( python/*.py share/L1CaloPhase1Monitoring.py POST_B
atlas_install_joboptions( share/*.py )
atlas_add_test( L1CaloPhase1_Data
SCRIPT athena --CA TrigT1CaloMonitoring/L1CaloPhase1Monitoring.py --filesInput /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data22_13p6TeV.00440499.physics_Main.daq.RAW._lb0461._SFO-13._0004.data --evtMax 10
SCRIPT athena TrigT1CaloMonitoring/L1CaloPhase1Monitoring.py --filesInput /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data22_13p6TeV.00440499.physics_Main.daq.RAW._lb0461._SFO-13._0004.data --evtMax 10
PROPERTIES TIMEOUT 300
PRIVATE_WORKING_DIRECTORY
POST_EXEC_SCRIPT noerror.sh )
\ No newline at end of file
POST_EXEC_SCRIPT noerror.sh )
#!/usr/bin/env athena
#
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
#
def L1CaloLegacyEDMMonitoringConfig(inputFlags):
'''Function to configure LVL1 L1CaloLegacyEDM algorithm in the monitoring system.'''
......
#!/usr/bin/env athena
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
## Script for Running the L1Calo Athena Simulation and/or Monitoring for Phase1
## can be run offline on raw or POOL files (for rerunning simulation)
## run through athena
## offline: athena --CA TrigT1CaloPhase1Monitoring/L1CaloPhase1Monitoring.py --filesInput path/to/raw.data --evtMax 10
## online: athena --CA TrigT1CaloPhase1Monitoring/L1CaloPhase1Monitoring.py
## offline: athena TrigT1CaloPhase1Monitoring/L1CaloPhase1Monitoring.py --filesInput path/to/raw.data --evtMax 10
## online: athena TrigT1CaloPhase1Monitoring/L1CaloPhase1Monitoring.py
## Author: Will Buttinger
from AthenaConfiguration.ComponentFactory import CompFactory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment