Skip to content

Commit

Permalink
fix headers in EventFilter/Phase2TrackerRawToDigi
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed May 11, 2018
1 parent 5906df5 commit 95f2b38
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 95f2b38

Please sign in to comment.