All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
read_lhcb_event_file Namespace Reference

Classes

class  DumpAlg
 

Variables

tuple g = gaudimodule.AppMgr()
 
tuple sel = g.evtsel()
 
tuple evt = g.evtsvc()
 
tuple his = g.histsvc()
 
tuple h1 = his.book('h1','# of MCParticles', 40, 0, 5000)
 

Variable Documentation

tuple read_lhcb_event_file.evt = g.evtsvc()

Definition at line 14 of file read_lhcb_event_file.py.

tuple read_lhcb_event_file.g = gaudimodule.AppMgr()

Definition at line 5 of file read_lhcb_event_file.py.

tuple read_lhcb_event_file.h1 = his.book('h1','# of MCParticles', 40, 0, 5000)

Definition at line 17 of file read_lhcb_event_file.py.

tuple read_lhcb_event_file.his = g.histsvc()

Definition at line 15 of file read_lhcb_event_file.py.

tuple read_lhcb_event_file.sel = g.evtsel()

Definition at line 10 of file read_lhcb_event_file.py.