LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 150 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 155 of file DriftPartitions.cxx.

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

Member Function Documentation

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

Definition at line 159 of file DriftPartitions.cxx.

References pos.

159 { return tpcg.pos; }

Member Data Documentation

double TPCgroup_t::pos

Definition at line 151 of file DriftPartitions.cxx.

Referenced by Position().

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

Definition at line 152 of file DriftPartitions.cxx.


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