예제 #1
0
파일: Tau.py 프로젝트: 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])
예제 #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])