Skip to content
Snippets Groups Projects

Include back in master MPChannelID and MPVolumeID

Merged Renato Quagliani requested to merge rquaglia_run5_addbackChannelID_VolumeID into master
3 files
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -10,6 +10,11 @@
\*****************************************************************************/
#pragma once
#include "FTConstants.h"
#include <algorithm>
#include <cassert>
#include <fmt/format.h>
#include <ostream>
#include <vector>
namespace FTConstants = LHCb::Detector::FT;
Loading