GeneralBrokenLines
V03-01-03
using EIGEN
src
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
36
namespace
gbl
{
37
38
GblDetectorLayer
CreateLayerSit
(
const
std::string aName,
unsigned
int
layer,
39
double
xPos,
double
yPos,
double
zPos,
double
thickness,
double
uAngle,
40
double
uRes);
// 1D measurement
41
GblDetectorLayer
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_ */
GblUtilities.h
Definitions for GBL utilities.
gbl
Namespace for the general broken lines package.
Definition:
BorderedBandMatrix.cpp:34
gbl::CreateLayerSit
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:324
Generated on Wed Sep 4 2024 08:57:58 for GeneralBrokenLines by
1.9.3