Skip to content
Snippets Groups Projects
Commit 420c4bc3 authored by Siarhei Harkusha's avatar Siarhei Harkusha Committed by Edward Moyse
Browse files

TileByteStream: Fix Tile raw channel and L2 writing into bytestream

TileByteStream: Fix Tile raw channel and L2 writing into bytestream
parent 84d4e7a3
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ class TileL2ContByteStreamTool: public AthAlgTool {
private:
Gaudi::Property<bool> m_doFragTypeMu{this, "DoFragTypeMu", false, "Do frag type Mu"};
Gaudi::Property<bool> m_doFragTypeEt{this, "DoFragTypeEt", false, "Do frag type Et"};
Gaudi::Property<bool> m_doFragTypeMu{this, "DoFragTypeMu", true, "Do frag type Mu"};
Gaudi::Property<bool> m_doFragTypeEt{this, "DoFragTypeEt", true, "Do frag type Et"};
Gaudi::Property<bool> m_initializeForWriting{this, "InitializeForWriting", false, "Initialize for writing"};
SG::ReadCondHandleKey<TileHid2RESrcID> m_hid2RESrcIDKey{this,
......
......@@ -57,7 +57,7 @@ class TileRawChannelContByteStreamTool: public AthAlgTool {
private:
Gaudi::Property<bool> m_doFragType4{this, "DoFragType4", false, "Do frag type 4"};
Gaudi::Property<bool> m_doFragType4{this, "DoFragType4", true, "Do frag type 4"};
Gaudi::Property<bool> m_doFragType5{this, "DoFragType5", false, "Do frag type 5"};
Gaudi::Property<bool> m_initializeForWriting{this, "InitializeForWriting", false, "Initialize for writing"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment