LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::PxHit Class Reference

#include "PxUtils.h"

Inheritance diagram for util::PxHit:
util::PxPoint

Public Member Functions

 PxHit ()
 
 PxHit (unsigned int pp, double ww, double tt, double chrg, double sumadc, double pk)
 
void Clear ()
 

Public Attributes

double charge
 area charge More...
 
double sumADC
 sum of ADCs More...
 
double peak
 peak amplitude More...
 
double w
 
double t
 
unsigned int plane
 

Detailed Description

Definition at line 37 of file PxUtils.h.

Constructor & Destructor Documentation

util::PxHit::PxHit ( )
inline

Definition at line 44 of file PxUtils.h.

References util::PxPoint::Clear().

44 { Clear(); }
void Clear()
Definition: PxUtils.h:50
util::PxHit::PxHit ( unsigned int  pp,
double  ww,
double  tt,
double  chrg,
double  sumadc,
double  pk 
)
inline

Definition at line 46 of file PxUtils.h.

47  : PxPoint(pp, ww, tt), charge(chrg), sumADC(sumadc), peak(pk)
48  {}
Definition: type_traits.h:61
double charge
area charge
Definition: PxUtils.h:40
double sumADC
sum of ADCs
Definition: PxUtils.h:41
double peak
peak amplitude
Definition: PxUtils.h:42

Member Function Documentation

void util::PxHit::Clear ( )
inline

Definition at line 50 of file PxUtils.h.

References util::PxPoint::Clear().

51  {
53  charge = 0;
54  peak = 0;
55  }
void Clear()
Definition: PxUtils.h:27
double charge
area charge
Definition: PxUtils.h:40
double peak
peak amplitude
Definition: PxUtils.h:42

Member Data Documentation

double util::PxHit::charge

area charge

Definition at line 40 of file PxUtils.h.

Referenced by util::PxHitConverter::HitToPxHit(), and cluster::ClusterParamsAlg::RefineStartPoints().

double util::PxHit::peak

peak amplitude

Definition at line 42 of file PxUtils.h.

Referenced by util::PxHitConverter::HitToPxHit().

double util::PxHit::sumADC

sum of ADCs

Definition at line 41 of file PxUtils.h.

Referenced by util::PxHitConverter::HitToPxHit().


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