Skip to content
Snippets Groups Projects
Commit 3d21d92d authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Merge branch 'mstahl_ut_geometry' into 'master'

Getters for UT decoding in Allen

See merge request !2924
parents bbcc16b1 9376b40e
No related branches found
No related tags found
1 merge request!2924Getters for UT decoding in Allen
Pipeline #2627901 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