Public Types | Public Attributes | List of all members
geo::GeometryBuilderStandard::Config Struct Reference

Configuration parameters. More...

#include <GeometryBuilderStandard.h>

Public Types

using Name = fhicl::Name
 
using Comment = fhicl::Comment
 

Public Attributes

fhicl::Atom< Path_t::Depth_tmaxDepth
 
fhicl::Atom< std::stringopDetGeoName
 

Detailed Description

Configuration parameters.

Definition at line 111 of file GeometryBuilderStandard.h.

Member Typedef Documentation

Definition at line 114 of file GeometryBuilderStandard.h.

Definition at line 113 of file GeometryBuilderStandard.h.

Member Data Documentation

fhicl::Atom<Path_t::Depth_t> geo::GeometryBuilderStandard::Config::maxDepth
Initial value:
{
Name("maxDepth"),
Comment("maximum number of level of the geometry structure to descend"),
}

Definition at line 116 of file GeometryBuilderStandard.h.

fhicl::Atom<std::string> geo::GeometryBuilderStandard::Config::opDetGeoName
Initial value:
{
Name("opDetGeoName"),
Comment("the start of the name of optical detector GDML nodes"),
"volOpDetSensitive"
}

Definition at line 122 of file GeometryBuilderStandard.h.


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