#include <myTestArea/SiStripPulseShape/src/SiStripPulseShape.h>
Public Types | |
enum | mode { peak, deconvolution } |
Public Member Functions | |
mode | getMode () const |
double | getNormalizedValue (const double &t) const |
void | setMode (const mode theMode) |
SiStripPulseShape () | |
virtual | ~SiStripPulseShape () |
Private Attributes | |
mode | mode_ |
Description: analog pulse shape at the ouput of the APV. Implementation: This class allows to access the pulse shape at the APV. This is usefull to take into account timing effects in the tracker.
Definition at line 43 of file SiStripPulseShape.h.
Enumerator | |
---|---|
peak | |
deconvolution |
Definition at line 45 of file SiStripPulseShape.h.
|
inline |
Definition at line 46 of file SiStripPulseShape.h.
|
inlinevirtual |
Definition at line 47 of file SiStripPulseShape.h.
|
inline |
|
inline |
Definition at line 50 of file SiStripPulseShape.h.
References deconvolution, fdeconv(), fpeak(), mode_, peak, submitPVValidationJobs::t, and hcalRecHitTable_cff::time.
|
inline |
|
private |
Definition at line 64 of file SiStripPulseShape.h.
Referenced by getMode(), getNormalizedValue(), and setMode().