LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Information about a service required by the event display. More...
#include "ServiceTable.h"
Public Attributes | |
std::string | fName |
fhicl::ParameterSet | fCurrentParamSet |
std::string | fParamSet |
int | fCategory |
cet::exempt_ptr< Reconfigurable > | fService |
Information about a service required by the event display.
Definition at line 25 of file ServiceTable.h.
int evdb::ServiceTableEntry::fCategory |
Definition at line 29 of file ServiceTable.h.
Referenced by evdb::ServiceTable::RegisterService(), and evdb::EditMenu::SetServices().
fhicl::ParameterSet evdb::ServiceTableEntry::fCurrentParamSet |
Definition at line 27 of file ServiceTable.h.
Referenced by evdb::ServiceTable::RegisterService().
std::string evdb::ServiceTableEntry::fName |
Definition at line 26 of file ServiceTable.h.
Referenced by evdb::ServiceTable::RegisterService(), and evdb::EditMenu::SetServices().
std::string evdb::ServiceTableEntry::fParamSet |
Definition at line 28 of file ServiceTable.h.
Referenced by evdb::ServiceTable::RegisterService().
cet::exempt_ptr<Reconfigurable> evdb::ServiceTableEntry::fService |
Definition at line 30 of file ServiceTable.h.
Referenced by evdb::ServiceTable::RegisterService().