diff --git a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/python/InDetDxAODJobProperties.py b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/python/InDetDxAODJobProperties.py index 75ad92e83fa0affcaaf369192b94046e6c3cc607..52b4f019eb63edb8063576ebc102f6340a2c0a3f 100644 --- a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/python/InDetDxAODJobProperties.py +++ b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/python/InDetDxAODJobProperties.py @@ -74,14 +74,6 @@ class DumpUnassociatedHits(JobProperty): pass jobproperties.InDetDxAODJobPropertyContainer.add_JobProperty(DumpUnassociatedHits) -class DumpLArCollisionTime(JobProperty): - """dump LAr collision time """ - statusOn = True - allowedTypes = ["bool"] - StoredValue = True - pass -jobproperties.InDetDxAODJobPropertyContainer.add_JobProperty(DumpLArCollisionTime) - class DumpTruthInfo(JobProperty): """dump truth in fo """ statusOn = True diff --git a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/InDetDxAOD.py b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/InDetDxAOD.py index 45d35002e408299c35098d0002bfe93d0627e125..de693a2ef776462a393a45245a7e0d286191736e 100644 --- a/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/InDetDxAOD.py +++ b/InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD/share/InDetDxAOD.py @@ -30,9 +30,6 @@ dumpBytestreamErrors=InDetDxAODFlags.DumpByteStreamErrors() #True # Unassociated hits decorations dumpUnassociatedHits= InDetDxAODFlags.DumpUnassociatedHits() #True -# Add LArCollisionTime augmentation tool -dumpLArCollisionTime=InDetDxAODFlags.DumpLArCollisionTime() #True - # Force to do not dump truth info if set to False # (otherwise determined by autoconf below) dumpTruthInfo=InDetDxAODFlags.DumpTruthInfo() # True @@ -484,25 +481,6 @@ if dumpUnassociatedHits: print unassociatedHitsDecorator print unassociatedHitsDecorator.properties() -# Add LArCollisionTime augmentation tool -if dumpLArCollisionTime: - from LArCellRec.LArCollisionTimeGetter import LArCollisionTimeGetter - from RecExConfig.ObjKeyStore import cfgKeyStore - # We can only do this if we have the cell container. - if cfgKeyStore.isInInput ('CaloCellContainer', 'AllCalo'): - LArCollisionTimeGetter (IDDerivationSequence) - - from DerivationFrameworkInDet.DerivationFrameworkInDetConf import DerivationFramework__LArCollisionTimeDecorator - lArCollisionTimeDecorator = DerivationFramework__LArCollisionTimeDecorator (name ='lArCollisionTimeDecorator', - ContainerName = "EventInfo", - DecorationPrefix = prefixName+"LArCollTime_", - OutputLevel =INFO) - ToolSvc += lArCollisionTimeDecorator - augmentationTools+=[lArCollisionTimeDecorator] - if (printIdTrkDxAODConf): - print lArCollisionTimeDecorator - print lArCollisionTimeDecorator.properties() - # Add decoration with truth parameters if running on simulation if isIdTrkDxAODSimulation: from DerivationFrameworkInDet.DerivationFrameworkInDetConf import DerivationFramework__TrackParametersForTruthParticles