ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
MET
METReconstruction
python
METTruth_Cfg.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
3
from
METReconstruction.METRecoCfg
import
BuildConfig, METConfig,getMETRecoAlg
4
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
5
6
7
def
METTruth_Cfg
(configFlags):
8
9
components = ComponentAccumulator()
10
11
cfg_truth = METConfig(
'Truth'
,configFlags,
12
[BuildConfig(
'NonInt'
),
13
BuildConfig(
'Int'
),
14
BuildConfig(
'IntOut'
),
15
BuildConfig(
'IntMuons'
)],
16
doRegions=
True
17
)
18
components.merge(cfg_truth.accumulator)
19
20
recoAlg=getMETRecoAlg(algName=
'METRecoAlg_Truth'
,configs={
"Truth"
:cfg_truth})
21
components.addEventAlgo(recoAlg)
22
return
components
METTruth_Cfg
Definition
METTruth_Cfg.py:1
Generated on
for ATLAS Offline Software by
1.14.0