Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Protected Member Functions | List of all members
genvtx::sphere_model_vg Class Reference

A vertex generator based on a spherical geometry model. More...

#include <bayeux/genvtx/sphere_model_vg.h>

Inheritance diagram for genvtx::sphere_model_vg:
genvtx::i_from_model_vg genvtx::i_vertex_generator datatools::i_tree_dumpable

Public Member Functions

bool is_mode_valid () const
 
bool is_mode_bulk () const
 
bool is_mode_surface () const
 
bool is_surface_inner_side () const
 
bool is_surface_outer_side () const
 
bool is_surface_start_phi_side () const
 
bool is_surface_stop_phi_side () const
 
bool is_surface_start_theta_side () const
 
bool is_surface_stop_theta_side () const
 
void set_surface_inner_side (bool)
 
void set_surface_outer_side (bool)
 
void set_surface_start_phi_side (bool)
 
void set_surface_stop_phi_side (bool)
 
void set_surface_start_theta_side (bool)
 
void set_surface_stop_theta_side (bool)
 
void set_skin_skip (double skin_skip_)
 
void set_skin_thickness (double skin_thickness_)
 
int get_mode () const
 
void set_mode (int)
 
virtual void tree_dump (std::ostream &out_=std::clog, const std::string &title_="", const std::string &indent_="", bool inherit_=false) const
 Smart print. More...
 
 sphere_model_vg ()
 Constructor. More...
 
virtual ~sphere_model_vg ()
 Destructor. More...
 
virtual void initialize (const ::datatools::properties &, ::datatools::service_manager &, ::genvtx::vg_dict_type &)
 Initialization. More...
 
virtual void reset ()
 Reset. More...
 
virtual bool is_initialized () const
 Check initialization status. More...
 
- Public Member Functions inherited from genvtx::i_from_model_vg
 i_from_model_vg ()
 Constructor. More...
 
virtual ~i_from_model_vg ()
 Destructor. More...
 
bool has_origin_def () const
 Check if origin definition is defined. More...
 
void set_origin_def (const origin_definition &)
 Set the origin definition. More...
 
const origin_definitionget_origin_def () const
 Return the origin definition. More...
 
bool has_mapping_plugin_name () const
 Check if a mapping plugin name is defined. More...
 
const std::string & get_mapping_plugin_name () const
 Return the mapping plugin name. More...
 
void set_mapping_plugin_name (const std::string &mpn_)
 Set the mapping plugin name. More...
 
bool has_materials_plugin_name () const
 Check if a materials plugin name is defined. More...
 
const std::string & get_materials_plugin_name () const
 Return the materials plugin name is defined. More...
 
void set_materials_plugin_name (const std::string &mpn_)
 Set the materials plugin name is defined. More...
 
- Public Member Functions inherited from genvtx::i_vertex_generator
bool is_debug () const
 Check the debug flag. More...
 
void set_debug (bool debug_)
 Set the debug flag. More...
 
bool has_name () const
 Check if a name is defined. More...
 
const std::string & get_name () const
 Return the name. More...
 
void set_name (const std::string &)
 Set the name. More...
 
bool has_geo_label () const
 Check if the generator has a geometry service's label. More...
 
void set_geo_label (const std::string &geo_label_)
 Set the geometry service's label. More...
 
const std::string & get_geo_label () const
 Return the geometry service's label. More...
 
bool has_geom_setup_requirement () const
 Check if the generator has a geometry setup requirement. More...
 
void set_geom_setup_requirement (const std::string &geom_setup_requirement_)
 Set has a geometry setup requirement. More...
 
std::string get_geom_setup_requirement () const
 Return has a geometry setup requirement. More...
 
void check_geom_setup_requirement (const geomtools::manager *gmgr_) const
 Check the geometry setup requirement with respect to a geometry manager. More...
 
bool has_external_prng () const
 Check is an external PRNG is used. More...
 
void set_vertex_validation_support (bool)
 Set vertex validation support flag. More...
 
virtual bool is_vertex_validation_supported () const
 Check if vertex validation is supported. More...
 
bool has_vertex_validation () const
 Check vertex validation. More...
 
void set_external_prng (mygsl::rng &prng_)
 Set the reference to an external PRNG. More...
 
bool has_prng () const
 Check if a PRNG is available. More...
 
mygsl::rnggrab_prng ()
 Return a mutable reference to the available PRNG. More...
 
bool has_geom_manager () const
 Check if a geometry manager is attached to the vertex generator. More...
 
void set_geom_manager (const geomtools::manager &gmgr_)
 Set a geometry manager. More...
 
const geomtools::managerget_geom_manager () const
 Get the geometry manager attached to the vertex generator. More...
 
bool has_total_weight () const
 Check if some weight info is attached to the vertex generator. More...
 
const weight_infoget_total_weight () const
 Get the weight info attached to the vertex generator. More...
 
bool is_time_generator () const
 Check if the generator also generates a random time associated to the vertex. More...
 
virtual bool has_next_vertex () const
 Check if another vertex is available. More...
 
void shoot_vertex (mygsl::rng &random_, geomtools::vector_3d &vertex_)
 Wrapper method for vertex randomization. More...
 
void shoot_vertex (geomtools::vector_3d &vertex_)
 Wrapper method for vertex randomization. More...
 
geomtools::vector_3d shoot_vertex (mygsl::rng &random_)
 Wrapper method for vertex randomization. More...
 
void shoot_vertex_and_time (mygsl::rng &random_, geomtools::vector_3d &vertex_, double &time_)
 Wrapper method for vertex/time randomization. More...
 
void shoot_vertex_and_time (geomtools::vector_3d &vertex_, double &time_)
 Wrapper method for vertex/time randomization. More...
 
virtual void initialize_simple ()
 Simple initialization(no external resource) More...
 
virtual void initialize_standalone (const datatools::properties &setup_)
 Initialization from a container of properties. More...
 
virtual void initialize_with_service_only (const datatools::properties &setup_, datatools::service_manager &service_manager_)
 Initialization from a container of properties and a service manager. More...
 
virtual void initialize_with_dictionary_only (const datatools::properties &setup_, vg_dict_type &dictionary_)
 Initialization from a container of properties, a service manager and a dictionnary of vertex generators. More...
 
 i_vertex_generator ()
 Constructor. More...
 
virtual ~i_vertex_generator ()
 Destructor. More...
 
virtual void initialize (const datatools::properties &setup_, datatools::service_manager &service_manager_, vg_dict_type &dictionary_)=0
 Main initialization interface method. More...
 
datatools::logger::priority get_logging_priority () const
 Return the logging priority threshold. More...
 
void set_logging_priority (datatools::logger::priority)
 Set the logging priority threshold. More...
 
- Public Member Functions inherited from datatools::i_tree_dumpable
 i_tree_dumpable ()
 Constructor. More...
 
virtual ~i_tree_dumpable ()
 Destructor. More...
 
virtual void print_tree (std::ostream &out_=std::clog, const boost::property_tree::ptree &options_=empty_options()) const
 Main new interface method for printing. More...
 
void print_tree_json (std::ostream &out_=std::clog, const std::string &json_options_="") const
 Printing with jsonized options. More...
 
void print_tree_json (std::ostream &out_=std::clog, const char *json_options_=nullptr) const
 Printing with jsonized options. More...
 
void tree_dump_id (const int out_type_=OSTREAM_CLOG, const std::string &title_="", const std::string &indent_="", const bool inherit_=false) const
 
void tree_print_id (const int out_type_=OSTREAM_CLOG, const std::string &title_="") const
 
void smart_print_id (const int out_type_=OSTREAM_CLOG, const std::string &title_="", const std::string &indent_="") const
 

Protected Member Functions

virtual void _shoot_vertex (::mygsl::rng &random_, ::geomtools::vector_3d &vertex_)
 Randomize vertex. More...
 
void _shoot_vertex_spheres (mygsl::rng &random_, geomtools::vector_3d &vertex_)
 
- Protected Member Functions inherited from genvtx::i_from_model_vg
void _set_defaults ()
 
void _initialize (const ::datatools::properties &, ::datatools::service_manager &, ::genvtx::vg_dict_type &)
 
void _reset ()
 
const geomtools::id_selector_get_source_selector () const
 
void _initialize_source_selector ()
 
- Protected Member Functions inherited from genvtx::i_vertex_generator
void _set_time_generator (bool)
 Set the time generator flag. More...
 
void _initialize (const datatools::properties &setup_, datatools::service_manager &service_manager_)
 Internal initialization. More...
 
void _reset ()
 Internal reset. More...
 
weight_info_grab_total_weight ()
 Return a mutable total weight information. More...
 
void _set_total_weight (const weight_info &a_info)
 Set a total weight information. More...
 
void _initialize_basics (const datatools::properties &setup_, datatools::service_manager &service_manager_)
 
void _initialize_geo_manager (const datatools::properties &setup_, datatools::service_manager &service_manager_)
 
void _initialize_vertex_validation (const datatools::properties &setup_, datatools::service_manager &service_manager_)
 
vertex_validation_grab_vertex_validation ()
 Return a reference to the embedded mutable vertex validation. More...
 
virtual void _shoot_vertex (mygsl::rng &random_, geomtools::vector_3d &vertex_)
 Main vertex randomization interface method. More...
 
virtual void _shoot_vertex_and_time (mygsl::rng &random_, geomtools::vector_3d &vertex_, double &time_)
 Main vertex randomization interface method (default: throw exception) More...
 

Additional Inherited Members

- Public Types inherited from datatools::i_tree_dumpable
enum  ostream_type { OSTREAM_COUT = 1, OSTREAM_CERR = 2, OSTREAM_CLOG = 3 }
 Enumeration for standard output streams. More...
 
- Static Public Member Functions inherited from genvtx::i_from_model_vg
static void ocd_support (datatools::object_configuration_description &, const std::string &label_="")
 OCD support. More...
 
- Static Public Member Functions inherited from genvtx::i_vertex_generator
static void ocd_support (datatools::object_configuration_description &, const std::string &label_="")
 OCD support. More...
 
- Static Public Member Functions inherited from datatools::i_tree_dumpable
static const boost::property_tree::ptree & empty_options ()
 
static boost::property_tree::ptree make_base_print_options (const std::string &title_, const std::string &indent_="", const bool inherit_=false)
 
static std::ostream & last_skip_tag (std::ostream &out_)
 
static std::ostream & skip_tag (std::ostream &out_)
 
static std::ostream & last_tag (std::ostream &out_)
 
static std::ostream & tag (std::ostream &out_)
 
- Protected Attributes inherited from genvtx::i_vertex_generator
datatools::logger::priority _logging_priority
 Logging priority threshold. More...
 

Detailed Description

A vertex generator based on a spherical geometry model.

Constructor & Destructor Documentation

◆ sphere_model_vg()

genvtx::sphere_model_vg::sphere_model_vg ( )

Constructor.

◆ ~sphere_model_vg()

virtual genvtx::sphere_model_vg::~sphere_model_vg ( )
virtual

Destructor.

Member Function Documentation

◆ _shoot_vertex()

virtual void genvtx::sphere_model_vg::_shoot_vertex ( ::mygsl::rng random_,
::geomtools::vector_3d vertex_ 
)
protectedvirtual

Randomize vertex.

◆ _shoot_vertex_spheres()

void genvtx::sphere_model_vg::_shoot_vertex_spheres ( mygsl::rng random_,
geomtools::vector_3d vertex_ 
)
protected

◆ get_mode()

int genvtx::sphere_model_vg::get_mode ( ) const

◆ initialize()

virtual void genvtx::sphere_model_vg::initialize ( const ::datatools::properties ,
::datatools::service_manager ,
::genvtx::vg_dict_type  
)
virtual

Initialization.

◆ is_initialized()

virtual bool genvtx::sphere_model_vg::is_initialized ( ) const
virtual

Check initialization status.

Implements genvtx::i_vertex_generator.

◆ is_mode_bulk()

bool genvtx::sphere_model_vg::is_mode_bulk ( ) const

◆ is_mode_surface()

bool genvtx::sphere_model_vg::is_mode_surface ( ) const

◆ is_mode_valid()

bool genvtx::sphere_model_vg::is_mode_valid ( ) const

◆ is_surface_inner_side()

bool genvtx::sphere_model_vg::is_surface_inner_side ( ) const

◆ is_surface_outer_side()

bool genvtx::sphere_model_vg::is_surface_outer_side ( ) const

◆ is_surface_start_phi_side()

bool genvtx::sphere_model_vg::is_surface_start_phi_side ( ) const

◆ is_surface_start_theta_side()

bool genvtx::sphere_model_vg::is_surface_start_theta_side ( ) const

◆ is_surface_stop_phi_side()

bool genvtx::sphere_model_vg::is_surface_stop_phi_side ( ) const

◆ is_surface_stop_theta_side()

bool genvtx::sphere_model_vg::is_surface_stop_theta_side ( ) const

◆ reset()

virtual void genvtx::sphere_model_vg::reset ( )
virtual

Reset.

Implements genvtx::i_vertex_generator.

◆ set_mode()

void genvtx::sphere_model_vg::set_mode ( int  )

◆ set_skin_skip()

void genvtx::sphere_model_vg::set_skin_skip ( double  skin_skip_)

◆ set_skin_thickness()

void genvtx::sphere_model_vg::set_skin_thickness ( double  skin_thickness_)

◆ set_surface_inner_side()

void genvtx::sphere_model_vg::set_surface_inner_side ( bool  )

◆ set_surface_outer_side()

void genvtx::sphere_model_vg::set_surface_outer_side ( bool  )

◆ set_surface_start_phi_side()

void genvtx::sphere_model_vg::set_surface_start_phi_side ( bool  )

◆ set_surface_start_theta_side()

void genvtx::sphere_model_vg::set_surface_start_theta_side ( bool  )

◆ set_surface_stop_phi_side()

void genvtx::sphere_model_vg::set_surface_stop_phi_side ( bool  )

◆ set_surface_stop_theta_side()

void genvtx::sphere_model_vg::set_surface_stop_theta_side ( bool  )

◆ tree_dump()

virtual void genvtx::sphere_model_vg::tree_dump ( std::ostream &  out_ = std::clog,
const std::string &  title_ = "",
const std::string &  indent_ = "",
bool  inherit_ = false 
) const
virtual

Smart print.

Reimplemented from genvtx::i_from_model_vg.


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