Skip to content
Snippets Groups Projects
Commit 092ce4b1 authored by axgallen's avatar axgallen
Browse files

Added GRL Sequence to Full CP Alg Test

parent 2d8c2909
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,17 @@ def makeSequenceOld (dataType, algSeq, forCompare, isPhyslite, noPhysliteBroken,
vars += [ 'EventInfo.runNumber -> runNumber',
'EventInfo.eventNumber -> eventNumber', ]
# GRL Sequence test:
from AsgAnalysisAlgorithms.EventSelectionAnalysisSequence import makeEventSelectionAnalysisSequence
GRLSequence = makeEventSelectionAnalysisSequence(
dataType,
runPrimaryVertexSelection=False,
runEventCleaning=True,
userGRLFiles = ['GoodRunsLists/data23_13p6TeV/20230828/data23_13p6TeV.periodAllYear_DetStatus-v110-pro31-06_MERGED_PHYS_StandardGRL_All_Good_25ns.xml']
)
GRLSequence.configure( inputName = {}, outputName = {} )
algSeq += GRLSequence
# Skip events with no primary vertex:
from AsgAnalysisAlgorithms.EventSelectionAnalysisSequence import makeEventSelectionAnalysisSequence
......
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