Skip to content
Snippets Groups Projects

Include Muon hits in PrKM

Merged Paula Herrero Gascon requested to merge paula-muonPrKM into master
6 files
+ 23
24
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -11,10 +11,10 @@
#pragma once
#include "MuonDAQ/MuonHitContainer.h"
#include "PrSciFiHits.h"
#include "PrUTHits.h"
#include "PrVeloHits.h"
#include "MuonDAQ/MuonHitContainer.h"
#include <tuple>
@@ -94,8 +94,6 @@ namespace LHCb::Pr {
using Hits = LHCb::Pr::Hits<LHCb::Pr::HitType::FT>;
}
} // namespace LHCb::Pr
using MuonHitContainer = LHCb::Pr::Hits<LHCb::Pr::HitType::Muon>;
\ No newline at end of file
Loading