Variables | |
tuple | detxml = os.getenv("XMLDETDESCROOT") |
list | volume = sys.argv[1] |
string | volume = "/dd/Geometry/DayaBay/lvDayaBay" |
list | shots = sys.argv[2] |
int | shots = 1000 |
tuple | conf = ApplicationMgr() |
tuple | xmlcnv = XmlCnvSvc() |
tuple | xmlparse = XmlParserSvc() |
tuple | detper = DetectorPersistencySvc() |
tuple | detdat = DetectorDataSvc() |
tuple | co = CheckOver() |
tuple | app = AppMgr() |
tuple check_overlaps::detxml = os.getenv("XMLDETDESCROOT") [static] |
Definition at line 5 of file check_overlaps.py.
list check_overlaps::volume = sys.argv[1] [static] |
Definition at line 13 of file check_overlaps.py.
string check_overlaps::volume = "/dd/Geometry/DayaBay/lvDayaBay" [static] |
Definition at line 15 of file check_overlaps.py.
list check_overlaps::shots = sys.argv[2] [static] |
Definition at line 18 of file check_overlaps.py.
int check_overlaps::shots = 1000 [static] |
Definition at line 20 of file check_overlaps.py.
tuple check_overlaps::conf = ApplicationMgr() [static] |
Definition at line 23 of file check_overlaps.py.
tuple check_overlaps::xmlcnv = XmlCnvSvc() [static] |
Definition at line 27 of file check_overlaps.py.
tuple check_overlaps::xmlparse = XmlParserSvc() [static] |
Definition at line 29 of file check_overlaps.py.
tuple check_overlaps::detper = DetectorPersistencySvc() [static] |
Definition at line 32 of file check_overlaps.py.
tuple check_overlaps::detdat = DetectorDataSvc() [static] |
Definition at line 35 of file check_overlaps.py.
tuple check_overlaps::co = CheckOver() [static] |
Definition at line 42 of file check_overlaps.py.
tuple check_overlaps::app = AppMgr() [static] |
Definition at line 48 of file check_overlaps.py.