LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
btutil::WireRange_t Struct Reference

#include "MCBTAlg.h"

Public Member Functions

 WireRange_t ()
 
 WireRange_t (unsigned int c, double s, double e)
 

Public Attributes

unsigned int ch
 
double start
 
double end
 

Detailed Description

Definition at line 33 of file MCBTAlg.h.

Constructor & Destructor Documentation

btutil::WireRange_t::WireRange_t ( )
inline

Definition at line 36 of file MCBTAlg.h.

37  {
38  ch = std::numeric_limits<unsigned int>::max();
39  start = end = std::numeric_limits<double>::max();
40  }
unsigned int ch
Definition: MCBTAlg.h:34
btutil::WireRange_t::WireRange_t ( unsigned int  c,
double  s,
double  e 
)
inline

Definition at line 41 of file MCBTAlg.h.

References e.

42  {
43  ch = c;
44  start = s;
45  end = e;
46  }
unsigned int ch
Definition: MCBTAlg.h:34
Float_t e
Definition: plot.C:35

Member Data Documentation

unsigned int btutil::WireRange_t::ch

Definition at line 34 of file MCBTAlg.h.

Referenced by btutil::MCMatchAlg::BuildMap(), and btutil::MCBTAlg::MCQ().

double btutil::WireRange_t::end

Definition at line 35 of file MCBTAlg.h.

Referenced by btutil::MCMatchAlg::BuildMap(), and btutil::MCBTAlg::MCQ().

double btutil::WireRange_t::start

Definition at line 35 of file MCBTAlg.h.

Referenced by btutil::MCMatchAlg::BuildMap(), and btutil::MCBTAlg::MCQ().


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