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