All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
opdet::factory::FWInterfaceTraits< Event, Module > Struct Template Reference

Template type for the third parameter of FWInterfacedIF objects. More...

#include <OpRecoFactoryStuff.h>

Public Types

using Event_t = Event
 
using Module_t = Module
 

Detailed Description

template<typename Event = art::Event, typename Module = details::NoModule_t>
struct opdet::factory::FWInterfaceTraits< Event, Module >

Template type for the third parameter of FWInterfacedIF objects.

Template Parameters
Eventtype of event-level data source
Moduletype of framework actor calling the algorithm (e.g. art::EDProducer or even art::ConsumesCollector)

Definition at line 89 of file OpRecoFactoryStuff.h.

Member Typedef Documentation

template<typename Event = art::Event, typename Module = details::NoModule_t>
using opdet::factory::FWInterfaceTraits< Event, Module >::Event_t = Event

Definition at line 90 of file OpRecoFactoryStuff.h.

template<typename Event = art::Event, typename Module = details::NoModule_t>
using opdet::factory::FWInterfaceTraits< Event, Module >::Module_t = Module

Definition at line 91 of file OpRecoFactoryStuff.h.


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