ATLAS Offline Software
Loading...
Searching...
No Matches
python
JetCSSKMerging
Functions
python.JetCSSKMerging Namespace Reference
Functions
CSSKMergingCfg
(flags)
Function Documentation
◆
CSSKMergingCfg()
python.JetCSSKMerging.CSSKMergingCfg
(
flags
)
Definition at line
6
of file
JetCSSKMerging.py
.
6
def
CSSKMergingCfg(flags):
7
from
JetRecConfig.JetRecConfig
import
getInputAlgs
8
from
JetRecConfig.StandardJetConstits
import
stdConstitDic
9
algs = getInputAlgs(stdConstitDic.GPFlowCSSK, flags)
10
acc = ComponentAccumulator()
11
# instantiate algorithm configuration object setting its properties
12
del algs[2]
# remove a pflowselalgs starting from original pflow not existing in input FTAG1
13
for
a
in
algs:
14
acc.addEventAlgo(a)
15
return
acc
Generated on
for ATLAS Offline Software by
1.14.0