WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::Gen::WireSchemaFile Class Reference

#include <WireSchemaFile.h>

Inheritance diagram for WireCell::Gen::WireSchemaFile:
Collaboration diagram for WireCell::Gen::WireSchemaFile:

Public Member Functions

 WireSchemaFile (const char *frfilename="")
 
virtual ~WireSchemaFile ()
 
virtual const WireSchema::Storewire_schema_store () const
 Return the field response data. More...
 
virtual void configure (const WireCell::Configuration &cfg)
 Accept a configuration. More...
 
virtual WireCell::Configuration default_configuration () const
 Optional, override to return a hard-coded default configuration. More...
 
- Public Member Functions inherited from WireCell::IWireSchema
virtual ~IWireSchema ()
 
- Public Member Functions inherited from WireCell::IComponent< IWireSchema >
virtual ~IComponent ()
 
- Public Member Functions inherited from WireCell::Interface
virtual ~Interface ()
 
- Public Member Functions inherited from WireCell::IConfigurable
virtual ~IConfigurable ()
 
- Public Member Functions inherited from WireCell::IComponent< IConfigurable >
virtual ~IComponent ()
 

Additional Inherited Members

- Public Types inherited from WireCell::IComponent< IWireSchema >
typedef std::shared_ptr< IWireSchemapointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 
- Public Types inherited from WireCell::Interface
typedef std::shared_ptr< Interfacepointer
 
- Public Types inherited from WireCell::IComponent< IConfigurable >
typedef std::shared_ptr< IConfigurablepointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 

Detailed Description

Definition at line 16 of file WireSchemaFile.h.

Constructor & Destructor Documentation

◆ WireSchemaFile()

Gen::WireSchemaFile::WireSchemaFile ( const char *  frfilename = "")

Definition at line 13 of file WireSchemaFile.cxx.

◆ ~WireSchemaFile()

Gen::WireSchemaFile::~WireSchemaFile ( )
virtual

Definition at line 18 of file WireSchemaFile.cxx.

Member Function Documentation

◆ configure()

void Gen::WireSchemaFile::configure ( const WireCell::Configuration config)
virtual

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 23 of file WireSchemaFile.cxx.

Here is the call graph for this function:

◆ default_configuration()

WireCell::Configuration Gen::WireSchemaFile::default_configuration ( ) const
virtual

Optional, override to return a hard-coded default configuration.

Reimplemented from WireCell::IConfigurable.

Definition at line 32 of file WireSchemaFile.cxx.

◆ wire_schema_store()

const WireSchema::Store & Gen::WireSchemaFile::wire_schema_store ( ) const
virtual

Return the field response data.

Implements WireCell::IWireSchema.

Definition at line 40 of file WireSchemaFile.cxx.


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