LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
TPCgroup_t Struct Reference

Public Types

using Comparer_t = geo::details::Comparer< TPCgroup_t, double, TPCgroup_t::Position >
 

Public Member Functions

 TPCgroup_t (double pos, std::vector< geo::TPCGeo const * > &&TPCs)
 

Static Public Member Functions

static double Position (TPCgroup_t const &tpcg)
 

Public Attributes

double pos
 
std::vector< geo::TPCGeo const * > TPCs
 

Detailed Description

Definition at line 162 of file DriftPartitions.cxx.

Member Typedef Documentation

Constructor & Destructor Documentation

TPCgroup_t::TPCgroup_t ( double  pos,
std::vector< geo::TPCGeo const * > &&  TPCs 
)
inline

Definition at line 167 of file DriftPartitions.cxx.

168  : pos(pos), TPCs(std::move(TPCs)) {}
std::vector< geo::TPCGeo const * > TPCs

Member Function Documentation

static double TPCgroup_t::Position ( TPCgroup_t const &  tpcg)
inlinestatic

Definition at line 171 of file DriftPartitions.cxx.

References pos.

171 { return tpcg.pos; }

Member Data Documentation

double TPCgroup_t::pos

Definition at line 163 of file DriftPartitions.cxx.

Referenced by Position().

std::vector<geo::TPCGeo const*> TPCgroup_t::TPCs

Definition at line 164 of file DriftPartitions.cxx.


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