Juggler
Juggling algorithms and event processing using gaudi framework
|
Variables | |
podioevent = EICDataSvc("EventDataSvc", inputs=["derp.root"], OutputLevel=DEBUG) | |
geo_service = GeoSvc(detectors=["topside/vertex_barrel.xml") | |
podioinput = PodioInput("PodioReader", collections=["mcparticles","FAEC_ShHits"], OutputLevel=DEBUG) | |
checker = ReadTestConsumer() | |
out = PodioOutput("out", filename="test.root") | |
outputCommands | |
TopAlg | |
EvtSel | |
EvtMax | |
ExtSvc | |
OutputLevel | |
reader_with_geosvc.checker = ReadTestConsumer() |
reader_with_geosvc.EvtMax |
reader_with_geosvc.EvtSel |
reader_with_geosvc.ExtSvc |
reader_with_geosvc.geo_service = GeoSvc(detectors=["topside/vertex_barrel.xml") |
reader_with_geosvc.out = PodioOutput("out", filename="test.root") |
reader_with_geosvc.outputCommands |
reader_with_geosvc.OutputLevel |
reader_with_geosvc.podioevent = EICDataSvc("EventDataSvc", inputs=["derp.root"], OutputLevel=DEBUG) |
reader_with_geosvc.podioinput = PodioInput("PodioReader", collections=["mcparticles","FAEC_ShHits"], OutputLevel=DEBUG) |
reader_with_geosvc.TopAlg |