Skip to content
Snippets Groups Projects

Added call forwarding to update_condition

Open Wouter Hulsbergen requested to merge wh_add_update_condition into master
All threads resolved!
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -349,6 +349,11 @@ namespace LHCb::Det::LbDD4hep {
virtual bool addShared( LHCb::span<const std::string> inputs, const std::string& output,
DD4HepDerivationFunc& func ) = 0;
/**
* Helper to update the conditions overlay of a given DetElement
*/
virtual void update_condition( const dd4hep::DetElement& de, const std::string& cond, const YAML::Node& data ) = 0;
/**
* Helper to update in the conditions overlay the alignment condition of a given DetElement (in LHCb units).
*/
Loading