Public Member Functions | Public Attributes | List of all members
WireSelector::WireSummary Class Reference

#include <WireSelector.h>

Public Member Functions

Index size () const
 
void clear ()
 

Public Attributes

float xmin =0.0
 
float ymin =0.0
 
float zmin =0.0
 
float xmax =0.0
 
float ymax =0.0
 
float zmax =0.0
 
std::vector< float > xWire
 
std::vector< float > xCathode
 
std::vector< float > zWire
 

Detailed Description

Definition at line 72 of file WireSelector.h.

Member Function Documentation

void WireSelector::WireSummary::clear ( )
inline

Definition at line 84 of file WireSelector.h.

84  {
85  xmin =0.0;
86  ymin =0.0;
87  zmin =0.0;
88  xmax =0.0;
89  ymax =0.0;
90  zmax =0.0;
91  xWire.clear();
92  xCathode.clear();
93  zWire.clear();
94  }
std::vector< float > xWire
Definition: WireSelector.h:80
std::vector< float > zWire
Definition: WireSelector.h:82
std::vector< float > xCathode
Definition: WireSelector.h:81
Index WireSelector::WireSummary::size ( ) const
inline

Definition at line 83 of file WireSelector.h.

83 { return xWire.size(); }
std::vector< float > xWire
Definition: WireSelector.h:80

Member Data Documentation

std::vector<float> WireSelector::WireSummary::xCathode

Definition at line 81 of file WireSelector.h.

float WireSelector::WireSummary::xmax =0.0

Definition at line 77 of file WireSelector.h.

float WireSelector::WireSummary::xmin =0.0

Definition at line 74 of file WireSelector.h.

std::vector<float> WireSelector::WireSummary::xWire

Definition at line 80 of file WireSelector.h.

float WireSelector::WireSummary::ymax =0.0

Definition at line 78 of file WireSelector.h.

float WireSelector::WireSummary::ymin =0.0

Definition at line 75 of file WireSelector.h.

float WireSelector::WireSummary::zmax =0.0

Definition at line 79 of file WireSelector.h.

float WireSelector::WireSummary::zmin =0.0

Definition at line 76 of file WireSelector.h.

std::vector<float> WireSelector::WireSummary::zWire

Definition at line 82 of file WireSelector.h.


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