![]() |
The Gaudi Framework
v26r0
|
Functions | |
def | storeExplorer |
def | update |
def | printDelta |
Variables | |
string | input_file = 'castor://castorlhcb.cern.ch//castor/cern.ch/grid/lhcb/LHCb/Collision11/SEMILEPTONIC.DST/00012569/0000/00012569_00000004_1.semileptonic.dst?svcClass=lhcbdisk' |
tuple | appConf = ApplicationMgr(OutputLevel = INFO) |
tuple | root = Gaudi__RootCnvSvc('RootCnvSvc') |
tuple | appMgr = GaudiPython.AppMgr() |
tuple | sel = appMgr.evtsel() |
tuple | evt = appMgr.evtsvc() |
tuple | start = update() |
int | N = 0 |
tuple | rc = appMgr.run(1) |
tuple | end = update() |
Simple test application to read LHCb dst files For reading other root files: change the data access if '/Event/Rec/Header' is not present. Requires: 'SetupProject LHCb' Script inherited from T.Ruf M.Frank CERN/LHCb
def IOTest.storeExplorer | ( | load = 1 , |
|
freq = 0.0001 , |
|||
name = 'StoreExplorerAlg' |
|||
) |
Definition at line 22 of file IOTest.py.
tuple IOTest.appConf = ApplicationMgr(OutputLevel = INFO) |
tuple IOTest.appMgr = GaudiPython.AppMgr() |
list IOTest.input_file = 'castor://castorlhcb.cern.ch//castor/cern.ch/grid/lhcb/LHCb/Collision11/SEMILEPTONIC.DST/00012569/0000/00012569_00000004_1.semileptonic.dst?svcClass=lhcbdisk' |