コード例 #1
0
ファイル: exampleInclusive.py プロジェクト: aharel/supy
 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"),
              ]