Skip to content
Snippets Groups Projects
Commit 1fa4d25b authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Add study for new Velo-Pixel Detector element conditions. Include fixes from...

Add study for new Velo-Pixel Detector element conditions. Include fixes from Chris Burr for alignment computations
parent 32adc9e0
No related branches found
No related tags found
No related merge requests found
...@@ -215,7 +215,7 @@ namespace gaudi { ...@@ -215,7 +215,7 @@ namespace gaudi {
{ return params().parameter(nam, throw_if_not_present); } { return params().parameter(nam, throw_if_not_present); }
/// Type dependent accessor to a named parameter /// Type dependent accessor to a named parameter
template <typename T> T param(const std::string& nam, bool throw_if_not_present=true) const template <typename T> T param(const std::string& nam, bool throw_if_not_present=true) const
{ return params().template param<T>(nam, throw_if_not_present); } { return parameter(nam, throw_if_not_present).template get<T>(); }
/// Access the parent detector element /// Access the parent detector element
DetElement parent() const DetElement parent() const
{ return static_data().detector.parent(); } { return static_data().detector.parent(); }
......
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