Skip to content
Snippets Groups Projects
Commit 21e9e061 authored by Gitlab CI's avatar Gitlab CI Committed by Christopher Rob Jones
Browse files

Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/LHCb/-/jobs/33606998
parent 5d980098
No related branches found
No related tags found
1 merge request!4337Misc. improvements to support RICH 4D Reco
......@@ -33,8 +33,8 @@
#include "RichUtils/RichDAQDefinitions.h"
// Boost
#include <boost/container/static_vector.hpp>
#include <boost/container/small_vector.hpp>
#include <boost/container/static_vector.hpp>
/// New DAQ namespace
namespace Rich::Future::DAQ {
......@@ -49,7 +49,7 @@ namespace Rich::Future::DAQ {
public:
/// SmartIDs container type
//using SmartIDs = boost::container::static_vector<LHCb::RichSmartID, LHCb::RichSmartID::MaPMT::TotalPixels>;
// using SmartIDs = boost::container::static_vector<LHCb::RichSmartID, LHCb::RichSmartID::MaPMT::TotalPixels>;
// For upgrade studies need to allow more than nominal maximum pixels
using SmartIDs = boost::container::small_vector<LHCb::RichSmartID, LHCb::RichSmartID::MaPMT::TotalPixels>;
......
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