Skip to content
Snippets Groups Projects

Added call forwarding to update_condition

Open Wouter Hulsbergen requested to merge wh_add_update_condition into master
Files
4
@@ -348,6 +348,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