LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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::string > opDetGeoName
 

Detailed Description

Configuration parameters.

Definition at line 110 of file GeometryBuilderStandard.h.

Member Typedef Documentation

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"),
std::numeric_limits<Path_t::Depth_t>::max()
}

Definition at line 115 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 121 of file GeometryBuilderStandard.h.


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