From bd3fa9d9c32511f2548e782138c3727ea7c1022a Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Wed, 30 Oct 2024 17:22:58 +0100 Subject: [PATCH 1/2] flip projection --- projects/README.md | 2 +- source/framework/core/src/TRestEveEventViewer.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/README.md b/projects/README.md index fcfcb2674..620fc6233 100644 --- a/projects/README.md +++ b/projects/README.md @@ -10,4 +10,4 @@ List of projects included: ---- -**⚠ WARNING: REST is under continous development.** This README is offered to you by the REST community. Your HELP is needed to keep this file up to date. You are very welcome to contribute fixing typos, updating information or adding new contributions to REST. See also our [Contribution Guide](https://lfna.unizar.es/rest-development/REST_v2/-/blob/master/CONTRIBUTING.md). +**⚠ WARNING: REST is under continuous development.** This README is offered to you by the REST community. Your HELP is needed to keep this file up to date. You are very welcome to contribute fixing typos, updating information or adding new contributions to REST. See also our [Contribution Guide](https://lfna.unizar.es/rest-development/REST_v2/-/blob/master/CONTRIBUTING.md). diff --git a/source/framework/core/src/TRestEveEventViewer.cxx b/source/framework/core/src/TRestEveEventViewer.cxx index a99acf00f..f01d8010b 100644 --- a/source/framework/core/src/TRestEveEventViewer.cxx +++ b/source/framework/core/src/TRestEveEventViewer.cxx @@ -47,7 +47,7 @@ TRestEveEventViewer::~TRestEveEventViewer() { void InitializePerspectiveView() { const std::map projectionsMap = { - {"Projection XY", TGLViewer::kCameraOrthoXnOY}, // + {"Projection XY", TGLViewer::kCameraOrthoXOY}, // {"Projection XZ", TGLViewer::kCameraOrthoXnOZ}, // {"Projection YZ", TGLViewer::kCameraOrthoZOY} // }; From 489ae698c37b20534dd81081036fb7ec59bc034c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:35:22 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- source/framework/core/src/TRestEveEventViewer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/framework/core/src/TRestEveEventViewer.cxx b/source/framework/core/src/TRestEveEventViewer.cxx index f01d8010b..ad4080e83 100644 --- a/source/framework/core/src/TRestEveEventViewer.cxx +++ b/source/framework/core/src/TRestEveEventViewer.cxx @@ -47,7 +47,7 @@ TRestEveEventViewer::~TRestEveEventViewer() { void InitializePerspectiveView() { const std::map projectionsMap = { - {"Projection XY", TGLViewer::kCameraOrthoXOY}, // + {"Projection XY", TGLViewer::kCameraOrthoXOY}, // {"Projection XZ", TGLViewer::kCameraOrthoXnOZ}, // {"Projection YZ", TGLViewer::kCameraOrthoZOY} // };