|
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() | |
| copier = MCCopier("copier", inputCollection="mcparticles", outputCollection="mcparticles2",OutputLevel=DEBUG) | |
| out = PodioOutput("out", filename="test.root") | |
| outputCommands | |
| TopAlg | |
| EvtSel | |
| EvtMax | |
| ExtSvc | |
| OutputLevel | |
| col_copier.checker = ReadTestConsumer() |
| col_copier.copier = MCCopier("copier", inputCollection="mcparticles", outputCollection="mcparticles2",OutputLevel=DEBUG) |
| col_copier.EvtMax |
| col_copier.EvtSel |
| col_copier.ExtSvc |
| col_copier.out = PodioOutput("out", filename="test.root") |
| col_copier.outputCommands |
| col_copier.OutputLevel |
| col_copier.podioevent = EICDataSvc("EventDataSvc", inputs=["derp.root"], OutputLevel=DEBUG) |
| col_copier.podioinput = PodioInput("PodioReader", collections=["mcparticles"], OutputLevel=DEBUG) |
| col_copier.TopAlg |