Skip to content

Commit

Permalink
Move class BxBlock to DataFormats/L1Trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
rekovic committed Sep 23, 2017
1 parent a1baf64 commit 0c12ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,5 +1,5 @@
#ifndef EventFilter_L1TRawToDigi_BxBlock_h
#define EventFilter_L1TRawToDigi_BxBlock_h
#ifndef DataFormats_L1Trigger_BxBlock_h
#define DataFormats_L1Trigger_BxBlock_h

#include <memory>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion EventFilter/L1TRawToDigi/interface/Block.h
Expand Up @@ -5,7 +5,7 @@
#include <vector>

#include "EventFilter/L1TRawToDigi/interface/AMCSpec.h"
#include "EventFilter/L1TRawToDigi/interface/BxBlock.h"
#include "DataFormats/L1Trigger/interface/BxBlock.h"

namespace l1t {
enum block_t { MP7 = 0, CTP7, MTF7 };
Expand Down

0 comments on commit 0c12ad1

Please sign in to comment.