Skip to content
Snippets Groups Projects
Commit ded663ee authored by Markus Elsing's avatar Markus Elsing Committed by Graeme Stewart
Browse files

Tagging as EventTagAlgs-00-05-02 (EventTagAlgs-00-05-02)

parent 4a4d03c3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ if not rec.doTrigger():
# GlobalEventTagBuilder must run always
include( "EventTagAlgs/GlobalEventTagBuilder_jobOptions.py" )
include( "EventTagUtils/RegistrationStreamLumiTrig_jobOptions.py")
include( "EventTagUtils/RegistrationStreamTrig_jobOptions.py")
import traceback
if EventTagFlags.doElectron():
try:
......@@ -76,5 +76,5 @@ from EventTagAlgs.EventTagGlobal import EventTagGlobal
tagmetadatalist = [ "TagAthenaAttributeList#"+EventTagGlobal.AttributeList ]
tagmetadatalist += ["CollectionMetadataContainer#GlobalTriggerTagBuilder.GlobalTriggerTagTool"]
tagmetadatalist += ["CollectionMetadataContainer#GlobalEventTagBuilder.GlobalEventTagTool"]
tagmetadatalist += ["CollectionMetadataContainer#RegistrationStreamLumiTrig"]
tagmetadatalist += ["CollectionMetadataContainer#RegistrationStreamTrig"]
#tagmetadatalist += ["CollectionMetadataContainer#DPDTagTool"]
......@@ -10,7 +10,7 @@ GlobalTriggerTagBuilder = GlobalTriggerTagBuilder(
name = "GlobalTriggerTagBuilder",
GlobalTriggerTagTool = GlobalTriggerTagTool,
AttributeList = EventTagGlobal.AttributeList,
MaxNumber = [24, 32, 32],
MaxNumber = [48, 32, 32],
CheckAttribute = False)
topSequence += GlobalTriggerTagBuilder
......@@ -14,14 +14,14 @@ ToolSvc += metMaker
metMakerAlg = CfgMgr.met__METMakerAlg( "METMakerAlg",
Maker = metMaker,
InputJets = "AntiKt4LCTopoJets_TAGcalib", # calibrated jet collection for TAG file format
InputJets = "AntiKt4TopoJets_TAGcalib", # calibrated jet collection for TAG file format
InputElectrons = "Electrons",
InputPhotons = "Photons",
InputTaus = "TauJets",
InputMuons = "Muons",
METName = "MET_Reference_AntiKt4LCTopo_TAGcalib",
METMapName = "METAssoc_AntiKt4LCTopo",
METCoreName= "MET_Core_AntiKt4LCTopo"
METName = "MET_Reference_AntiKt4Topo_TAGcalib",
METMapName = "METAssoc_AntiKt4EMTopo",
METCoreName= "MET_Core_AntiKt4EMTopo"
#OutputLevel=Lvl.VERBOSE
)
......
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