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