Skip to content
Snippets Groups Projects
Commit 9376b40e authored by Marian Stahl's avatar Marian Stahl
Browse files

[UTGeometry] Add getters for Allen decoding; initialize m_stripflip to false

parent a7260f69
No related branches found
No related tags found
1 merge request!2924Getters for UT decoding in Allen
Pipeline #2277806 passed
......@@ -485,6 +485,15 @@ public:
/** stave type */
std::string staveType() const { return m_parent->type(); }
/** getter for p0 */
Gaudi::XYZPoint get_p0() const { return m_p0; }
/** getter for dp0di */
Gaudi::XYZVector get_dp0di() const { return m_dp0di; }
/** getter for dy */
double get_dy() const { return m_dy; }
/** ouput operator for class DeUTSector
* @see DeUTSector
* @see MsgStream
......@@ -565,7 +574,7 @@ private:
std::vector<double> m_cmModeValues;
// Readout info, to determine stripflip based on new/old readout map
bool m_stripflip = true;
bool m_stripflip = false;
inline static const std::string m_readoutString = "ReadoutMap";
inline static const std::string m_readoutpathString = "/dd/Conditions/ReadoutConf/UT/ReadoutMap";
......
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