The Gaudi Framework
v30r3 (a5ef0a68)
|
Functions | |
def | storeExplorer (load=1, freq=0.0001, name='StoreExplorerAlg') |
def | update () |
def | printDelta (s0, s1) |
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' |
appConf = ApplicationMgr(OutputLevel=INFO) | |
HistogramPersistency | |
RootCLID | |
EnableFaultHandler | |
root = Gaudi__RootCnvSvc('RootCnvSvc') | |
CacheBranches | |
VetoBranches | |
Input | |
PrintFreq | |
OutputLevel | |
appMgr = GaudiPython.AppMgr() | |
sel = appMgr.evtsel() | |
evt = appMgr.evtsvc() | |
start = update() | |
int | N = 0 |
rc = appMgr.run(1) | |
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 26 of file IOTest.py.
IOTest.appConf = ApplicationMgr(OutputLevel=INFO) |
IOTest.appMgr = GaudiPython.AppMgr() |
string 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' |