Skip to content

Commit

Permalink
Merge pull request #23190 from mrodozov/check-headers-fix2-EventFilte…
Browse files Browse the repository at this point in the history
…r/Phase2TrackerRawToDigi

fix headers in EventFilter/Phase2TrackerRawToDigi
  • Loading branch information
cmsbuild committed May 14, 2018
2 parents a7262cb + 95f2b38 commit 94919fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDDAQHeader.h"
#include "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDDAQTrailer.h"
#include "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDBuffer.h"
#include <cstdint>

namespace Phase2Tracker {
Expand All @@ -12,6 +11,8 @@ namespace Phase2Tracker {
// for use by unpacker
class Phase2TrackerFEDChannel
{
//forward declaration to avoid circular includes
class Phase2TrackerFEDBuffer;
public:
Phase2TrackerFEDChannel(const uint8_t*const data, const size_t offset,
const uint16_t length): data_(data), offset_(offset), length_(length) {}
Expand Down

0 comments on commit 94919fb

Please sign in to comment.