All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Classes
art Namespace Reference

Namespaces

 detail
 

Classes

struct  ServiceHandle< MyService, art::ServiceScope::LEGACY >
 
struct  ServiceHandle< MyService const, art::ServiceScope::LEGACY >
 
struct  ServiceHandle< MyOtherService, art::ServiceScope::LEGACY >
 
struct  ServiceHandle< MyOtherService const, art::ServiceScope::LEGACY >
 
struct  ServiceHandle< YetAnotherService, art::ServiceScope::LEGACY >
 
struct  ServiceHandle< YetAnotherService const, art::ServiceScope::LEGACY >
 

Detailed Description

An art event visitor component takes a reference to an art::Event object. Components with this interface will typically implement a sink or a source WCT interface.

Note, this is a Wire Cell Toolkit Interface class which depends on external types so is not kept in wire-cell-iface. See that package for in-toolkit WCT interfaces.

https://github.com/WireCell/wire-cell-iface/tree/master/inc/WireCellIface

A wcls::MainTool is a main entry point to the WCT from LS

See the WCLS_tool as the likely only implementation.

Fixme: maybe need to pick a less generic name for this tool?