Belle II Software  release-05-01-25
SVDStripCalAmp.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2017 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Laura Zani, Eugenio Paoloni *
7  * *
8  * This software is provided "as is" without any warranty. *
9  * WARNING, ALBEIT INTENSE COHERENT LIGHT IS NOT USED AT ALL HERE: *
10  * PLEASE, PLEASE, PLEASE WEAR ALWAYS PROTECTIVE GLASSES *
11  * WHEN LOOKING AT THIS FILE *
12  **************************************************************************/
13 
14 #pragma once
15 
16 namespace Belle2 {
23  struct SVDStripCalAmp {
24 
27  float gain;
28 
32  float peakTime;
33 
37  float pulseWidth;
38 
41  };
42 
44 }
Belle2::SVDStripCalAmp::pulseWidth
float pulseWidth
pulseWidth (in ns) is the width of the shaper output TO BE CLARIFIED: how this width is defined?
Definition: SVDStripCalAmp.h:48
Belle2::SVDStripCalAmp::ClassDef
ClassDef(SVDStripCalAmp, 1)
needed by root
Belle2::SVDStripCalAmp
contains the parameter of the APV pulse
Definition: SVDStripCalAmp.h:34
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::SVDStripCalAmp::peakTime
float peakTime
peakTimes (in ns) is the time at wich the shaper output reach the maximum.
Definition: SVDStripCalAmp.h:43
Belle2::SVDStripCalAmp::gain
float gain
gain is expressed in ADC counts / # electrons injected in the channel
Definition: SVDStripCalAmp.h:38