Skip to content

Commit f41b813

Browse files
committed
Suppress obsolete options
1 parent 2db8ab9 commit f41b813

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Detectors/CTF/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ will decode ITS and MFT data, decompose on the fly ITS clusters to digits, mask
138138
o2-ctf-reader-workflow --ctf-input <ctfFiles> --onlyDet ITS,MFT --mft-digits --mft-entropy-decoder ' --mask-noise' | ...
139139
```
140140
will send decompose clusters to digits and send ben out after masking the noise for the MFT, while ITS clusters will be sent as decoded.
141-
Note that the necessary cluster topology dictionary and noise mask file paths need to be provided via corresponding `o2::itsmft::ClustererParam<o2::detectors::DetID::ITS>.dictFilePath` and `o2::itsmft::ClustererParam<o2::detectors::DetID::ITS>.noiseFilePath` configurables (same for the MFT).
142141

143142
By default an exception will be thrown if detector is requested but missing in the CTF. To enable injection of the empty output in such case one should use option `--allow-missing-detectors`.
144143

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/ClustererParam.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ struct ClustererParam : public o2::conf::ConfigurableParamHelper<ClustererParam<
3737
int maxRowColDiffToMask = 0; ///< pixel may be masked as overflow if such a neighbour in prev frame was fired
3838
int maxBCDiffToMaskBias = 10; ///< mask if 2 ROFs differ by <= StrobeLength + Bias BCs, use value <0 to disable masking
3939

40-
std::string dictFilePath{}; ///< optional cluster toplogy dictionary path
41-
std::string noiseFilePath{}; ///< optional noise masks file path
42-
4340
O2ParamDef(ClustererParam, getParamName().data());
4441

4542
private:

0 commit comments

Comments
 (0)