LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 36 of file MCBTAlg.h.

Constructor & Destructor Documentation

btutil::WireRange_t::WireRange_t ( )
inline

Definition at line 39 of file MCBTAlg.h.

References max.

39  {
42  }
unsigned int ch
Definition: MCBTAlg.h:37
Int_t max
Definition: plot.C:27
btutil::WireRange_t::WireRange_t ( unsigned int  c,
double  s,
double  e 
)
inline

Definition at line 43 of file MCBTAlg.h.

References e, and s.

44  { ch = c; start = s; end = e; }
Float_t s
Definition: plot.C:23
unsigned int ch
Definition: MCBTAlg.h:37
Float_t e
Definition: plot.C:34

Member Data Documentation

unsigned int btutil::WireRange_t::ch

Definition at line 37 of file MCBTAlg.h.

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

double btutil::WireRange_t::end

Definition at line 38 of file MCBTAlg.h.

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

double btutil::WireRange_t::start

Definition at line 38 of file MCBTAlg.h.

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


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