Belle II Software development
VXDEnvelopePar.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#pragma once
9
10#include <vxd/dbobjects/VXDRotationSolidPar.h>
11
12namespace Belle2 {
22 public:
24 VXDEnvelopePar(const std::string& name, const std::string& material, const std::string& color,
25 double minPhi, double maxPhi, bool exists):
26 VXDRotationSolidPar(name, material, color, minPhi, maxPhi, exists)
27 {}
31 {}
32
33 private:
35 };
36
38} // end of namespace Belle2
39
The Class for VXD Envelope parameters.
VXDEnvelopePar()
Constructor.
ClassDef(VXDEnvelopePar, 5)
ClassDef, must be the last term before the closing {}.
VXDEnvelopePar(const std::string &name, const std::string &material, const std::string &color, double minPhi, double maxPhi, bool exists)
Constructor.
The Class for VXD Envelope parameters.
Abstract base class for different kinds of events.