Juggler
Juggling algorithms and event processing using gaudi framework
|
Go to the documentation of this file.
4 #ifndef JUGBASE_PODIOINPUT_H
5 #define JUGBASE_PODIOINPUT_H
7 #include "GaudiAlg/GaudiAlgorithm.h"
28 PodioInput(
const std::string& name, ISvcLocator* svcLoc);
38 Gaudi::Property<std::vector<std::string>> m_collectionNames{
this,
"collections", {},
"Places of collections to read"};
40 std::vector<int> m_collectionIDs;
Definition: PodioDataSvc.h:26