HerdSoftware  0.1.1
StkGeometricDigitizerAlgo.h
Go to the documentation of this file.
1 /*
2  * StkGeometricDigitizerAlgo.h
3  *
4  * Created on: 4 Dec 2018
5  * Author: Nicola Mori
6  */
7 
8 #ifndef HERD_STKGEOMETRICDIGITIZERALGO_H_
9 #define HERD_STKGEOMETRICDIGITIZERALGO_H_
10 
11 // HerdSoftware headers
13 
14 using namespace EA;
15 
16 namespace Herd {
17 
18 // clang-format off
63 // clang-format on
65 public:
70  StkGeometricDigitizerAlgo(const std::string &name);
71 };
72 
73 } // namespace Herd
74 
75 #endif /* HERD_STKGEOMETRICDIGITIZERALGO_H_ */
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
Base algorithm for digitizers of the Monte Carlo hits of silicon detector based on a purely geometric...
Definition: SiliconDetectorGeometricDigitizerAlgo.h:36
Algorithm that digitizes the Monte Carlo STK hits based on a purely geometric criterion.
Definition: StkGeometricDigitizerAlgo.h:64