Belle II Software  release-05-01-25
TOPPulseHeightPar.h
1 /***************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2017 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Marko Staric *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #pragma once
11 
12 namespace Belle2 {
23  struct TOPPulseHeightPar {
24  float x0 = 0;
25  float p1 = 0;
26  float p2 = 0;
27  };
29 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TOPPulseHeightPar::p1
float p1
distribution parameter p1
Definition: TOPPulseHeightPar.h:33
Belle2::TOPPulseHeightPar::p2
float p2
distribution parameter p2
Definition: TOPPulseHeightPar.h:34
Belle2::TOPPulseHeightPar::x0
float x0
distribution parameter x0 [ADC counts]
Definition: TOPPulseHeightPar.h:32