Skip to content

Commit f06d30c

Browse files
aphecetchektf
authored andcommitted
[O2-621] Rename MCH executables
1 parent 0f149d9 commit f06d30c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Detectors/MUON/MCH/Mapping/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ the same results as AliRoot (see the `vsaliroot` directory in the [alo repositor
5454
Besides to core API (finding pads by position and by electronic ids), we offer
5555
[convenience functions](SegContour/README.md) to compute the bounding box and [envelop of the segmentations](SegContour/include/MCHMappingSegContour/SegmentationContours.h).
5656

57-
A simple executable, `mch-mapping-svg-segmentation3` can be used to produce [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG) plots
57+
A simple executable, `o2-mch-mapping-svg-segmentation3` can be used to produce [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG) plots
5858
of the segmentations.

Detectors/MUON/MCH/Mapping/SegContour/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(LIBRARY_NAME MCHMappingSegContour3)
1111
O2_GENERATE_LIBRARY()
1212

1313
O2_GENERATE_EXECUTABLE(
14-
EXE_NAME mch-mapping-svg-segmentation3
14+
EXE_NAME o2-mch-mapping-svg-segmentation3
1515
SOURCES src/SVGSegmentation.cxx
1616
BUCKET_NAME mch_mapping_segcontour_bucket
1717
MODULE_LIBRARY_NAME ${LIBRARY_NAME})

Detectors/MUON/MCH/Mapping/SegContour/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Also an executable is provided which can produce SVG representation
99
of those segmentations.
1010

1111
```c++
12-
> mch-mapping-svg-segmentation3 --help
12+
> o2-mch-mapping-svg-segmentation3 --help
1313
Generic options:
1414
--help produce help message
1515
--hidepads hide pad outlines
@@ -25,7 +25,7 @@ Generic options:
2525
Example usage :
2626
2727
```c++
28-
> mch-mapping-svg-segmentation3 --hidepadchannels --hidepads --de 100 --prefix chamber1
28+
> o2-mch-mapping-svg-segmentation3 --hidepadchannels --hidepads --de 100 --prefix chamber1
2929
```
3030

3131
Will produce an HTML file showing the FEE boundaries of [one quadrant of Station 1](chamber1-100-B.html)

Detectors/MUON/MCH/PreClustering/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(BUCKET_NAME mch_preclustering_bucket)
1717

1818
# Define application
1919
O2_GENERATE_EXECUTABLE(
20-
EXE_NAME mch-preclusterizer-workflow
20+
EXE_NAME o2-mch-preclusterizer-workflow
2121

2222
SOURCES
2323
src/PreClusterizerWorkflow.cxx

Detectors/MUON/MCH/Tracking/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(BUCKET_NAME mch_tracking_bucket)
2121

2222
# Define application
2323
O2_GENERATE_EXECUTABLE(
24-
EXE_NAME trackfitter-workflow
24+
EXE_NAME o2-mch-trackfitter-workflow
2525

2626
SOURCES
2727
src/TrackFitterWorkflow.cxx

0 commit comments

Comments
 (0)