#include <WireSchemaFile.h>
Public Member Functions | |
WireSchemaFile (const char *frfilename="") | |
virtual | ~WireSchemaFile () |
virtual const WireSchema::Store & | wire_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 () |
Private Attributes | |
std::string | m_fname |
WireSchema::Store | m_store |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IWireSchema > | |
typedef std::shared_ptr< IWireSchema > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Public Types inherited from WireCell::IComponent< IConfigurable > | |
typedef std::shared_ptr< IConfigurable > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Definition at line 16 of file WireSchemaFile.h.
Gen::WireSchemaFile::WireSchemaFile | ( | const char * | frfilename = "" | ) |
Definition at line 13 of file WireSchemaFile.cxx.
|
virtual |
Definition at line 18 of file WireSchemaFile.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 23 of file WireSchemaFile.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 32 of file WireSchemaFile.cxx.
|
virtual |
Return the field response data.
Implements WireCell::IWireSchema.
Definition at line 40 of file WireSchemaFile.cxx.
|
private |
Definition at line 27 of file WireSchemaFile.h.
|
private |
Definition at line 28 of file WireSchemaFile.h.