Juggler
Juggling algorithms and event processing using gaudi framework
Jug::Base::InputCopier< T_IN, T_OUT > Class Template Reference
Inheritance diagram for Jug::Base::InputCopier< T_IN, T_OUT >:

Public Member Functions

 InputCopier (const std::string &name, ISvcLocator *svcLoc)
 
StatusCode initialize () override
 
StatusCode execute () override
 

Public Attributes

DataHandle< T_IN > m_inputHitCollection {"MCParticles", Gaudi::DataHandle::Reader, this}
 
DataHandle< T_OUT > m_outputHitCollection {"genparticles", Gaudi::DataHandle::Writer, this}
 

Detailed Description

template<typename T_IN, typename T_OUT>
class Jug::Base::InputCopier< T_IN, T_OUT >

Need to fix a bug.

Details found here: https://github.com/AIDASoft/podio/issues/103

Constructor & Destructor Documentation

◆ InputCopier()

template<typename T_IN , typename T_OUT >
Jug::Base::InputCopier< T_IN, T_OUT >::InputCopier ( const std::string &  name,
ISvcLocator *  svcLoc 
)
inline

Member Function Documentation

◆ execute()

template<typename T_IN , typename T_OUT >
StatusCode Jug::Base::InputCopier< T_IN, T_OUT >::execute ( )
inlineoverride

◆ initialize()

template<typename T_IN , typename T_OUT >
StatusCode Jug::Base::InputCopier< T_IN, T_OUT >::initialize ( )
inlineoverride

Member Data Documentation

◆ m_inputHitCollection

template<typename T_IN , typename T_OUT >
DataHandle<T_IN> Jug::Base::InputCopier< T_IN, T_OUT >::m_inputHitCollection {"MCParticles", Gaudi::DataHandle::Reader, this}

◆ m_outputHitCollection

template<typename T_IN , typename T_OUT >
DataHandle<T_OUT> Jug::Base::InputCopier< T_IN, T_OUT >::m_outputHitCollection {"genparticles", Gaudi::DataHandle::Writer, this}

The documentation for this class was generated from the following file: