ATLAS Offline Software
Loading...
Searching...
No Matches
Tracking
TrkVertexFitter
TrkVertexWeightCalculators
scripts
TrkVertexWeightCalculatorsExample.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
4
"""
5
This script is equivalent to python -m TrkVertexWeightCalculators.TrkVertexWeightCalculatorsConfig
6
but it is an installed executable script. This simplify the grid submission
7
since there is no easy way to run CA with pathena / prun.
8
9
pathena --trf "TrkVertexWeighCalculatorsExample.py --filesInput=%IN Output.HISTFileName=%OUT.root --evtMax=-1" --inDS mc21_13p6TeV:mc21_13p6TeV.601521.PhPy8EG_PDF4LHC21_ggH_MINLO_gammagamma.merge.AOD.e8472_e8455_s3873_s3874_r13829_r13831 --outDS user.turra.mc21_13p6TeV.601521.PhPy8EG_PDF4LHC21_ggH_MINLO_gammagamma.dumpvertex.NTUP.e8472_s3873_r13829_v9
10
"""
11
12
import
sys
13
14
from
TrkVertexWeightCalculators.TrkVertexWeightCalculatorsConfig
import
TrkVertexWeightCalculatorBDTDebugRunCfg
15
16
acc = TrkVertexWeightCalculatorBDTDebugRunCfg()
17
status = acc.run()
18
19
sys.exit(
not
status.isSuccess())
20
Generated on
for ATLAS Offline Software by
1.14.0