/search.css" rel="stylesheet" type="text/css"/> /search.js">
Classes | |
class | RootRandom |
class | ClhepRandom |
class | RandomEater |
class | EatRandom |
Functions | |
def | configure |
def | run |
def DybAlg::TestRandom::configure | ( | argv = None | ) |
Definition at line 129 of file TestRandom.py.
00130 : 00131 00132 from DybAlg.DybAlgConf import DybShuffle 00133 rs = DybShuffle("random_seeder") 00134 try: 00135 burn = argv[0] 00136 except IndexError: 00137 print 'Using default burn count',rs.BurnCount 00138 else: 00139 rs.BurnCount = int(burn) 00140 print 'Setting burn to',rs.BurnCount 00141 00142 #from GaudiSvc.GaudiSvcConf import RndmGenSvc 00143 #rndSvc = RndmGenSvc() 00144 #rndSvc.Engine = 'HepRndm::Engine<HepRootRandom>' 00145 00146 #rs.OutputLevel = 2 00147 00148 return
def DybAlg::TestRandom::run | ( | app | ) |
Definition at line 149 of file TestRandom.py.