ATLAS Offline Software
Loading...
Searching...
No Matches
python
HLT
CommonSequences
RejectSequences
Functions
python.HLT.CommonSequences.RejectSequences Namespace Reference
Functions
RejectSequence
(flags, name, sequence)
Function Documentation
◆
RejectSequence()
python.HLT.CommonSequences.RejectSequences.RejectSequence
(
flags
,
name
,
sequence
)
Definition at line
7
of file
RejectSequences.py
.
7
def
RejectSequence(flags, name, sequence):
8
TargetHypoAlg = CompFactory.TrigStreamerHypoAlg(name)
9
10
sequence.addHypoAlgo(TargetHypoAlg)
11
12
# Reject every event
13
def
getRejectingHypoTool(flags, chainDict):
14
return
CompFactory.TrigStreamerHypoTool(chainDict[
'chainName'
],Pass=
False
)
15
16
return
MenuSequence(flags,sequence,HypoToolGen=getRejectingHypoTool)
17
Generated on
for ATLAS Offline Software by
1.14.0