Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
reflect movement of buffer reader to packing utility
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Nov 30, 2021
1 parent 23c4645 commit 92f9f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ecal/EcalRawDecoder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#include "DetDescr/EcalElectronicsID.h"
#include "DetDescr/EcalID.h"
#include "Ecal/EcalDetectorMap.h"
#include "Packing/Utility/BufferReader.h"
#include "Packing/Utility/Mask.h"
#include "Packing/Utility/CRC.h"
#include "Recon/Event/HgcrocDigiCollection.h"
#include "Tools/BufferReader.h"

namespace ecal {

Expand Down Expand Up @@ -40,7 +40,7 @@ void EcalRawDecoder::produce(framework::Event& event) {
std::map<ldmx::EcalElectronicsID,
std::vector<ldmx::HgcrocDigiCollection::Sample>>
eid_to_samples;
tools::BufferReader<uint32_t, uint32_t> r{
packing::utilty::BufferReader<uint32_t, uint32_t> r{
event.getCollection<uint32_t>(input_name_, input_pass_)};
do {
try {
Expand Down

0 comments on commit 92f9f9b

Please sign in to comment.