4 while '@' in repr(seqList)
and level<maxLevel:
6 for specifiedCommand
in seqList:
7 if specifiedCommand.startswith(
'@'):
8 location=specifiedCommand[1:]
9 if not location
in mapping:
10 raise Exception(
"Impossible to map "+location+
" from "+repr(mapping))
11 mappedTo=mapping[location]
16 seqList.remove(specifiedCommand)
17 if key
in mappedTo
and mappedTo[key]
is not None:
18 seqList.extend(mappedTo[key].
split(
'+'))
21 raise Exception(
"Could not fully expand "+repr(seqList)+
" from "+repr(mapping))
26 'PHYS': {
'sequence':
'',
29 'L1' : {
'customize':
'nanoL1TrigObjCustomize'},
30 'L1FULL' : {
'customize':
'nanoL1TrigObjCustomizeFull'},
32 'MUPOG' : {
'customize' :
'PhysicsTools/NanoAOD/custom_muon_cff.PrepMuonCustomNanoAOD'},
34 'MUDPG' : {
'sequence':
'DPGAnalysis/MuonTools/muNtupleProducer_cff.muDPGNanoProducer',
35 'customize':
'DPGAnalysis/MuonTools/muNtupleProducer_cff.muDPGNanoCustomize'},
36 'MUDPGBKG' : {
'sequence':
'DPGAnalysis/MuonTools/muNtupleProducerBkg_cff.muDPGNanoProducerBkg',
37 'customize':
'DPGAnalysis/MuonTools/muNtupleProducerBkg_cff.muDPGNanoBkgCustomize'},
39 'EGM' : {
'sequence':
'@PHYS',
40 'customize' :
'@PHYS+PhysicsTools/NanoAOD/egamma_custom_cff.addExtraEGammaVarsCustomize'},
42 'Prompt' : {
'sequence':
'@PHYS',
43 'customize':
'@PHYS+@L1'},
45 'LepTimeLife' : {
'sequence':
'@PHYS',
46 'customize':
'@PHYS+PhysicsTools/NanoAOD/leptonTimeLifeInfo_common_cff.addTimeLifeInfo'},
def expandNanoMapping(seqList, mapping, key)
def split(sequence, size)