Skip to content
Snippets Groups Projects

Manual cherry pick of 55026

Merged Johannes Junggeburth requested to merge jojungge/athena:CherryPick_55026 into 22.0
2 files
+ 17
3
Compare changes
  • Side-by-side
  • Inline
Files
2
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
#ifndef _MUON_NSW_ELINK_H_
#define _MUON_NSW_ELINK_H_
#ifndef MUONNSWCOMMONDECODE_NSWELINK_H
#define MUONNSWCOMMONDECODE_NSWELINK_H
#include <stdint.h>
#include <vector>
@@ -51,6 +51,9 @@ namespace Muon
NSWElink (const uint32_t *bs, uint32_t remaining);
virtual ~NSWElink ();
NSWElink (const NSWElink&) = delete;
NSWElink& operator= (const NSWElink&) = delete;
const std::vector <Muon::nsw::VMMChannel *> &get_channels () const {return m_channels;};
unsigned int nwords () const {return m_wordCount;};
@@ -129,4 +132,4 @@ inline unsigned int Muon::nsw::NSWElink::test_checksum (const uint8_t *buffer, u
return running_checksum;
}
#endif // _MUON_NSW_ELINK_H_
#endif // MUONNSWCOMMONDECODE_NSWELINK_H
Loading