Exemplo n.º 1
0
Arquivo: Tau.py Projeto: xorver/cmssw
 def __str__(self):
     lep = super(Tau, self).__str__()
     spec = '\t\tTau: decay = {decMode:<15}'.format(
         decMode=tauDecayModes.intToName(self.decayMode()))
     return '\n'.join([lep, spec])
Exemplo n.º 2
0
 def __str__(self):
     lep = super(Tau, self).__str__()
     spec = '\t\tTau: decay = {decMode:<15}'.format(
         decMode = tauDecayModes.intToName(self.decayMode())
     )
     return '\n'.join([lep, spec])