Skip to content
Snippets Groups Projects
Commit 8985f873 authored by sergeizharko's avatar sergeizharko Committed by David Emschermann
Browse files

L1Parameters.h: new file ; L1BaseStationInfo.h: getters and setters added;...

L1Parameters.h: new file ; L1BaseStationInfo.h: getters and setters added; L1Station.h: minor modifications; L1Field.h: magic constant '21' changed to the constexpr parameter L1Parameters::kN_FS_COEFFS
parent de038911
No related branches found
No related tags found
1 merge request!717New interface for L1Algo initialization
...@@ -26,9 +26,6 @@ ...@@ -26,9 +26,6 @@
#include <iomanip> #include <iomanip>
#include <string> #include <string>
//#include <cmath> //#include <cmath>
/// A base class which provides interface to L1Algo station geometry
class L1BaseStationInfo { class L1BaseStationInfo {
private: private:
enum enum
...@@ -47,7 +44,7 @@ private: ...@@ -47,7 +44,7 @@ private:
kEstripsFrontSigma, kEstripsFrontSigma,
kEstripsBackPhi, kEstripsBackPhi,
kEstripsBackSigma, kEstripsBackSigma,
// The last item is equal to the number of bits in fInitFlags /// v The last item is equal to the number of bits in fInitFlags
kEND kEND
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment