GeneralBrokenLines V03-01-01
using EIGEN
exampleUtilCdc.h
Go to the documentation of this file.
1/*
2 * exampleUtilCdc.h
3 *
4 * Created on: 23 Mar 2023
5 * Author: kleinwrt
6 */
7
30#ifndef SRC_EXAMPLEUTILCDC_H_
31#define SRC_EXAMPLEUTILCDC_H_
32
33#include "GblUtilities.h"
34
36namespace gbl {
37
38GblDetectorLayer CreateWireCdc(const std::string aName, unsigned int layer,
39 double xPos, double yPos, double zPos, double phi, double tanLambda,
40 double stereoAngle, double uRes);
41GblDetectorLayer CreateImpactPar(const std::string aName, unsigned int layer,
42 double xPos, double yPos, double zPos, double phi, double tanLambda,
43 double xRes, double yRes, double zRes);
44
45}
46
47#endif /* SRC_EXAMPLEUTILCDC_H_ */
Definitions for GBL utilities.
Namespace for the general broken lines package.
GblDetectorLayer CreateWireCdc(const std::string aName, unsigned int layer, double xPos, double yPos, double zPos, double phi, double tanLambda, double stereoAngle, double uRes)
Create a drift chamber wire with 1D measurement.
GblDetectorLayer CreateImpactPar(const std::string aName, unsigned int layer, double xPos, double yPos, double zPos, double phi, double tanLambda, double xRes, double yRes, double zRes)
Create detector plane for impact parameters as 2D measurement.