Exemplo n.º 1
0
 def listOfSteps(self,pars) :
     from steps import Print,Other
     return [ Print.progressPrinter(),
              Other.histogrammer("genpthat",200,0,1000,title=";#hat{p_{T}} (GeV);events / bin"),
              ]