Belle II Software  release-08-01-10
SVDStripCalAmp.h
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 
9 #pragma once
10 
11 namespace Belle2 {
18  struct SVDStripCalAmp final {
19 
22  float gain;
23 
27  float peakTime;
28 
32  float pulseWidth;
33 
36  };
37 
39 }
Abstract base class for different kinds of events.
contains the parameter of the APV pulse
float pulseWidth
pulseWidth (in ns) is the width of the shaper output TO BE CLARIFIED: how this width is defined?
float peakTime
peakTimes (in ns) is the time at wich the shaper output reach the maximum.
float gain
gain is expressed in ADC counts / # electrons injected in the channel
ClassDef(SVDStripCalAmp, 1)
needed by root