List of all members | Public Member Functions | Public Attributes
sevt::SignalSegment Class Reference

Holds information characterizing portions of traces with signals. More...

#include "sevt/SignalSegment.h"

Public Member Functions

 SignalSegment (const int start, const int stop, const int binsTh, const double charge, const double max=0)
 

Public Attributes

int fBinsOverThresh = 0
 
double fCharge = 0
 
double fMaxValue = 0
 
int fStart = 0
 
int fStop = 0
 

Detailed Description

Holds information characterizing portions of traces with signals.

Author
David Schmidt
Date
21 May 2019

Definition at line 17 of file SignalSegment.h.

Constructor & Destructor Documentation

sevt::SignalSegment::SignalSegment ( const int  start,
const int  stop,
const int  binsTh,
const double  charge,
const double  max = 0 
)
inline

Definition at line 19 of file SignalSegment.h.

Member Data Documentation

int sevt::SignalSegment::fBinsOverThresh = 0

Definition at line 28 of file SignalSegment.h.

double sevt::SignalSegment::fCharge = 0

Definition at line 30 of file SignalSegment.h.

double sevt::SignalSegment::fMaxValue = 0

Definition at line 29 of file SignalSegment.h.

int sevt::SignalSegment::fStart = 0

Definition at line 26 of file SignalSegment.h.

int sevt::SignalSegment::fStop = 0

Definition at line 27 of file SignalSegment.h.


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

, generated on Tue Sep 26 2023.