|
9 | 9 | // granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | // or submit itself to any jurisdiction. |
11 | 11 |
|
12 | | -/// \file trackPropagationTester.cxx |
13 | | -/// \brief testing ground for track propagation |
| 12 | +/// \file multCentTable.cxx |
| 13 | +/// \brief unified, self-configuring mult/cent provider |
14 | 14 | /// \author ALICE |
15 | 15 |
|
16 | 16 | //=============================================================== |
17 | 17 | // |
18 | | -// Experimental version of the track propagation task |
19 | | -// this utilizes an analysis task module that can be employed elsewhere |
20 | | -// and allows for the re-utilization of a material LUT |
21 | | -// |
22 | | -// candidate approach for core service approach |
| 18 | +// Unified, self-configuring multiplicity+centrality task |
| 19 | +// still work in progress: use at your own discretion |
23 | 20 | // |
24 | 21 | //=============================================================== |
25 | 22 |
|
@@ -165,7 +162,7 @@ struct MultCentTable { |
165 | 162 | PROCESS_SWITCH(MultCentTable, processRun2, "Process Run 2", false); |
166 | 163 | PROCESS_SWITCH(MultCentTable, processRun3, "Process Run 3", true); |
167 | 164 | PROCESS_SWITCH(MultCentTable, processRun3WithGlobalCounters, "Process Run 3 + global tracking counters", false); |
168 | | - PROCESS_SWITCH(MultCentTable, processMFT, "Process MFT info", true); |
| 165 | + PROCESS_SWITCH(MultCentTable, processMFT, "Process MFT info", false); |
169 | 166 | PROCESS_SWITCH(MultCentTable, processMonteCarlo, "Process Monte Carlo information", false); |
170 | 167 | PROCESS_SWITCH(MultCentTable, processMonteCarlo2Mults, "Process Monte Carlo information", false); |
171 | 168 | PROCESS_SWITCH(MultCentTable, processCentrality, "Generate centralities", true); |
|
0 commit comments