Skip to content
Snippets Groups Projects

Update HLT1 PbPb sequence for 2024 ion run

Merged Benjamin Audurier requested to merge baudurie_ion_2024 into 2024-patches
Compare and Show latest version
64 files
+ 8745
73
Compare changes
  • Side-by-side
  • Inline
Files
64
@@ -55,7 +55,6 @@ interpreter.Declare("""
// non-event data manager to its shared interface
template<typename TO>
struct cast_service { TO* operator()(IService* svc) { return dynamic_cast<TO*>(svc); } };
template<typename T>
Allen::NonEventData::IUpdater* binary_updater(std::map<std::string, std::string> const& options);
uintptr_t czmq_context(zmq::context_t& ctx) { return reinterpret_cast<uintptr_t>(ctx.operator void*()); }
""")
Loading