LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
StandaloneGeometrySetup.h File Reference

Utilities for one-line geometry initialization. More...

Go to the source code of this file.

Namespaces

 lar
 LArSoft-specific namespace.
 
 lar::standalone
 Utilities for use in an environment without art.
 

Functions

std::unique_ptr< geo::GeometryCorelar::standalone::SetupGeometryWithChannelMapping (fhicl::ParameterSet const &pset, std::shared_ptr< geo::ChannelMapAlg > channelMap)
 Initializes a LArSoft geometry object. More...
 
template<typename ChannelMapClass , typename... Args>
std::unique_ptr< geo::GeometryCorelar::standalone::SetupGeometry (fhicl::ParameterSet const &pset, Args &&...args)
 Initializes a LArSoft geometry object. More...
 

Detailed Description

Utilities for one-line geometry initialization.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
June 22, 2017

The main entry point for initializing the geometry is SetupGeometry().

Definition in file StandaloneGeometrySetup.h.