Skip to content
Snippets Groups Projects

L1Algo interface and tools: updates

Merged Sergei Zharko requested to merge s.zharko/cbmroot:L1AlgoDev3 into master
1 unresolved thread
2 files
+ 62
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 9
0
@@ -37,7 +37,16 @@ class L1AlgoDraw;
@@ -37,7 +37,16 @@ class L1AlgoDraw;
//#define MERGE_CLONES
//#define MERGE_CLONES
 
/*********************************************************************************
 
************ TEMPORARY MACROS, SHOULD BE REMOVED (TODO!!, S. Zharko) ***********
 
* */
 
#define FEATURING_L1ALGO_INIT 1 // If defined, new initialization will be used, if not - the old one
#define FEATURING_L1ALGO_INIT 1 // If defined, new initialization will be used, if not - the old one
 
// Macro: 1 - new track finder loop, other - old track finder loop
 
#define FEATURING_L1ALGO_CATRACKFINDER_ITERATIONLOOP 1
 
 
/* *
 
*********************************************************************************/
#include <array>
#include <array>
#include <iomanip>
#include <iomanip>
Loading