|
Juggler
Juggling algorithms and event processing using gaudi framework
|
Variables | |
| geo_service = GeoSvc("GeoSvc") | |
| podioevent = EICDataSvc("EventDataSvc", inputs=["rich_test.root"], OutputLevel=DEBUG) | |
| list | qe_data = [(1.0, 0.25), (7.5, 0.25),] |
| podioinput = PodioInput("PodioReader", collections=["MCParticles", "ForwardRICHHits"], OutputLevel=DEBUG) | |
| pmtdigi | |
| out = PodioOutput("out", filename="digi_rich_test.root") | |
| outputCommands | |
| TopAlg | |
| EvtSel | |
| EvtMax | |
| ExtSvc | |
| OutputLevel | |
| example_pmtdigi.EvtMax |
| example_pmtdigi.EvtSel |
| example_pmtdigi.ExtSvc |
| example_pmtdigi.geo_service = GeoSvc("GeoSvc") |
| example_pmtdigi.out = PodioOutput("out", filename="digi_rich_test.root") |
| example_pmtdigi.outputCommands |
| example_pmtdigi.OutputLevel |
| example_pmtdigi.pmtdigi |
| example_pmtdigi.podioevent = EICDataSvc("EventDataSvc", inputs=["rich_test.root"], OutputLevel=DEBUG) |
| example_pmtdigi.podioinput = PodioInput("PodioReader", collections=["MCParticles", "ForwardRICHHits"], OutputLevel=DEBUG) |
| list example_pmtdigi.qe_data = [(1.0, 0.25), (7.5, 0.25),] |
| example_pmtdigi.TopAlg |