Skip to content

Commit 49a34f1

Browse files
David Dobrigkeit Chinellatoromainschotter
authored andcommitted
Minor adjustments
1 parent edba59a commit 49a34f1

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Common/TableProducer/multCentTable.cxx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file trackPropagationTester.cxx
13-
/// \brief testing ground for track propagation
12+
/// \file multCentTable.cxx
13+
/// \brief unified, self-configuring mult/cent provider
1414
/// \author ALICE
1515

1616
//===============================================================
1717
//
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
2320
//
2421
//===============================================================
2522

@@ -165,7 +162,7 @@ struct MultCentTable {
165162
PROCESS_SWITCH(MultCentTable, processRun2, "Process Run 2", false);
166163
PROCESS_SWITCH(MultCentTable, processRun3, "Process Run 3", true);
167164
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);
169166
PROCESS_SWITCH(MultCentTable, processMonteCarlo, "Process Monte Carlo information", false);
170167
PROCESS_SWITCH(MultCentTable, processMonteCarlo2Mults, "Process Monte Carlo information", false);
171168
PROCESS_SWITCH(MultCentTable, processCentrality, "Generate centralities", true);

0 commit comments

Comments
 (0)