diff --git a/src/Ecal/EcalRawDecoder.cxx b/src/Ecal/EcalRawDecoder.cxx index 99b86a5..98f3e86 100644 --- a/src/Ecal/EcalRawDecoder.cxx +++ b/src/Ecal/EcalRawDecoder.cxx @@ -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 { @@ -40,7 +40,7 @@ void EcalRawDecoder::produce(framework::Event& event) { std::map> eid_to_samples; - tools::BufferReader r{ + packing::utilty::BufferReader r{ event.getCollection(input_name_, input_pass_)}; do { try {