GeneralBrokenLines V03-01-01
using EIGEN
exampleDc.h
Go to the documentation of this file.
1/*
2 * exampleDc.h
3 *
4 * Created on: 6 Nov 2018
5 * Author: kleinwrt
6 */
7
30#ifndef SRC_EXAMPLEDC_H_
31#define SRC_EXAMPLEDC_H_
32
33#include "GblUtilities.h"
34
36namespace gbl {
37
38GblDetectorLayer CreateLayerDc(const std::string aName, unsigned int layer,
39 double xPos, double yPos, double zPos, double thickness, double xzAngle,
40 double stereoAngle, double uRes);
41
42}
43
44#endif /* SRC_EXAMPLEDC_H_ */
Definitions for GBL utilities.
Namespace for the general broken lines package.
GblDetectorLayer CreateLayerDc(const std::string aName, unsigned int layer, double xPos, double yPos, double zPos, double thickness, double xzAngle, double stereoAngle, double uRes)
Create a drift chamber layer with 1D measurement.
Definition: exampleDc.cpp:305