EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
eicrecon::CollectionCollector_factory< T, IsOptional > Class Template Reference

#include <CollectionCollector_factory.h>

Inheritance diagram for eicrecon::CollectionCollector_factory< T, IsOptional >:
Inheritance graph
[legend]
Collaboration diagram for eicrecon::CollectionCollector_factory< T, IsOptional >:
Collaboration graph
[legend]

Public Types

using AlgoT = eicrecon::CollectionCollector< typename T::collection_type >
 
- Public Types inherited from JOmniFactory< AlgoT, ConfigT >
using ConfigType = ConfigT
 

Public Member Functions

void Configure ()
 
void Process (int32_t, uint64_t)
 
- Public Member Functions inherited from JOmniFactory< AlgoT, ConfigT >
void RegisterInput (InputBase *input)
 
void RegisterOutput (OutputBase *output)
 
void RegisterParameter (ParameterBase *parameter)
 
void ConfigureAllParameters (std::map< std::string, std::string > fields)
 
void RegisterService (ServiceBase *service)
 
void RegisterResource (ResourceBase *resource)
 
std::size_t FindVariadicCollectionCount (std::size_t total_input_count, std::size_t variadic_input_count, std::size_t total_collection_count, bool is_input)
 
void PreInit (std::string tag, std::vector< std::string > default_input_collection_names, std::vector< std::string > default_output_collection_names)
 
void Init () override
 
void BeginRun (const std::shared_ptr< const JEvent > &event) override
 
virtual void ChangeRun (int32_t) override
 
void Process (const std::shared_ptr< const JEvent > &event) override
 
void SetApplication (JApplication *app)
 
JApplicationGetApplication ()
 
void SetPluginName (std::string plugin_name)
 
std::string GetPluginName ()
 
std::string GetPrefix ()
 
std::shared_ptr< spdlog::logger > & logger ()
 Retrieve reference to already-configured logger.
 
ConfigTconfig ()
 Retrieve reference to embedded config object.
 

Additional Inherited Members

- Public Attributes inherited from JOmniFactory< AlgoT, ConfigT >
std::vector< InputBase * > m_inputs
 
std::vector< OutputBase * > m_outputs
 
std::vector< ParameterBase * > m_parameters
 
std::vector< ServiceBase * > m_services
 
std::vector< ResourceBase * > m_resources
 

Member Typedef Documentation

◆ AlgoT

template<class T , bool IsOptional = false>
using eicrecon::CollectionCollector_factory< T, IsOptional >::AlgoT = eicrecon::CollectionCollector<typename T::collection_type>

Member Function Documentation

◆ Configure()

template<class T , bool IsOptional = false>
void eicrecon::CollectionCollector_factory< T, IsOptional >::Configure ( )
inline

◆ Process()

template<class T , bool IsOptional = false>
void eicrecon::CollectionCollector_factory< T, IsOptional >::Process ( int32_t  ,
uint64_t   
)
inlinevirtual

Reimplemented from JOmniFactory< AlgoT, ConfigT >.


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