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