Skip to content
Snippets Groups Projects

Test L1 decoder for standalone jobs

Merged Tomasz Bold requested to merge tbold/athena:add-trivial-l1-decoder into master
All threads resolved!
4 files
+ 142
17
Compare changes
  • Side-by-side
  • Inline
Files
4
#include "../L1CaloDecoder.h"
#include "../FakeRoI.h"
#include "../L1Decoder.h"
#include "../L1TestDecoder.h"
#include "../FakeCTP.h"
#include "../CTPUnpackingToolBase.h"
#include "../CTPUnpackingTool.h"
@@ -23,6 +24,7 @@ DECLARE_COMPONENT( L1CaloDecoder )
DECLARE_COMPONENT( FakeRoI )
DECLARE_COMPONENT( FakeCTP )
DECLARE_COMPONENT( L1Decoder )
DECLARE_COMPONENT( L1TestDecoder )
DECLARE_COMPONENT( CTPUnpackingToolBase )
DECLARE_COMPONENT( CTPUnpackingTool )
DECLARE_COMPONENT( CTPUnpackingEmulationTool )
Loading