LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
larg4::TPCID_t Struct Reference

Simple structure holding a TPC and cryostat number. More...

#include "LArVoxelReadout.h"

Public Member Functions

bool operator< (const TPCID_t &than) const
 

Public Attributes

unsigned short int Cryostat
 
unsigned short int TPC
 

Detailed Description

Simple structure holding a TPC and cryostat number.

Definition at line 71 of file LArVoxelReadout.h.

Member Function Documentation

bool larg4::TPCID_t::operator< ( const TPCID_t than) const
inline

Definition at line 73 of file LArVoxelReadout.h.

References Cryostat, and TPC.

74  {
75  return (Cryostat < than.Cryostat)
76  || ((Cryostat == than.Cryostat) && (TPC < than.TPC));
77  } // operator< ()
unsigned short int Cryostat
unsigned short int TPC

Member Data Documentation

unsigned short int larg4::TPCID_t::Cryostat

Definition at line 72 of file LArVoxelReadout.h.

Referenced by operator<().

unsigned short int larg4::TPCID_t::TPC

Definition at line 72 of file LArVoxelReadout.h.

Referenced by operator<().


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