Belle II Software
release-05-01-25
VXDEnvelopePar.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2010 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Benjamin Schwenker *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
#pragma once
11
12
#include <vxd/dbobjects/VXDRotationSolidPar.h>
13
14
namespace
Belle2
{
23
class
VXDEnvelopePar:
public
VXDRotationSolidPar {
24
public
:
26
VXDEnvelopePar
(
const
std::string& name,
const
std::string& material,
const
std::string& color,
27
double
minPhi,
double
maxPhi,
bool
exists):
28
VXDRotationSolidPar
(name, material, color, minPhi, maxPhi, exists)
29
{}
31
VXDEnvelopePar
():
32
VXDRotationSolidPar
()
33
{}
34
35
private
:
36
ClassDef
(
VXDEnvelopePar
, 5);
37
};
38
40
}
// end of namespace Belle2
41
Belle2::VXDEnvelopePar::ClassDef
ClassDef(VXDEnvelopePar, 5)
ClassDef, must be the last term before the closing {}.
Belle2::VXDRotationSolidPar
The Class for VXD Envelope parameters.
Definition:
VXDRotationSolidPar.h:36
Belle2::VXDEnvelopePar::VXDEnvelopePar
VXDEnvelopePar()
Constructor.
Definition:
VXDEnvelopePar.h:39
Belle2::VXDRotationSolidPar::VXDRotationSolidPar
VXDRotationSolidPar()
Constructor.
Definition:
VXDRotationSolidPar.h:45
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::VXDEnvelopePar
The Class for VXD Envelope parameters.
Definition:
VXDEnvelopePar.h:31
vxd
dbobjects
include
VXDEnvelopePar.h
Generated on Fri Nov 5 2021 04:06:19 for Belle II Software by
1.8.17