예제 #1
0
 def __init__(self, **kwargs):
     super(InDetPhysValDecoratorAlg.InDetPhysValDecoratorAlgDBM,self)\
                   .__init__(**_args( kwargs,
                                      name = self.__class__.__name__))
     # custom configuration below:
     from InDetRecExample.InDetKeys import InDetKeys
     self.TrackParticleContainerName = InDetKeys.DBMTrackParticles()
예제 #2
0
def getDBMTrackDecorators(**kwargs):
    from InDetRecExample.InDetKeys import InDetKeys
    return getTrackDecorators(
        TrackParticleContainerName=InDetKeys.DBMTrackParticles())