All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
icarus::trigger::FixBeamGateInfo::BeamChangeRecipe::GateSelector_t Struct Reference

Public Member Functions

bool empty () const
 
bool isValid () const
 

Public Attributes

std::vector< sim::BeamType_tbeamTypes
 Match these beam types. More...
 

Detailed Description

Definition at line 104 of file FixBeamGateInfo_module.cc.

Member Function Documentation

bool icarus::trigger::FixBeamGateInfo::BeamChangeRecipe::GateSelector_t::empty ( ) const
inline

Definition at line 108 of file FixBeamGateInfo_module.cc.

108 { return beamTypes.empty(); }
std::vector< sim::BeamType_t > beamTypes
Match these beam types.
bool icarus::trigger::FixBeamGateInfo::BeamChangeRecipe::GateSelector_t::isValid ( ) const
inline

Definition at line 109 of file FixBeamGateInfo_module.cc.

109 { return true; }

Member Data Documentation

std::vector<sim::BeamType_t> icarus::trigger::FixBeamGateInfo::BeamChangeRecipe::GateSelector_t::beamTypes

Match these beam types.

Definition at line 106 of file FixBeamGateInfo_module.cc.


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