From e7b7d4439fec693cd3d420833c301c888a7cc599 Mon Sep 17 00:00:00 2001
From: Eoin Clerkin <e.clerkin@gsi.de>
Date: Thu, 12 Sep 2024 16:46:48 +0200
Subject: [PATCH] MVD creation macro housekeeping

Rename. Move to sensible directory. Record keeping.
Introduce GPLv3 info tag for IKF-UFra

Update Licence info
---
 mvd.C => macro/mvd/fair/Create_MVD.C  | 6 +++++-
 README.md => macro/mvd/fair/README.md | 4 ++++
 2 files changed, 9 insertions(+), 1 deletion(-)
 rename mvd.C => macro/mvd/fair/Create_MVD.C (98%)
 rename README.md => macro/mvd/fair/README.md (51%)

diff --git a/mvd.C b/macro/mvd/fair/Create_MVD.C
similarity index 98%
rename from mvd.C
rename to macro/mvd/fair/Create_MVD.C
index 2f41110..96be227 100644
--- a/mvd.C
+++ b/macro/mvd/fair/Create_MVD.C
@@ -1,3 +1,7 @@
+/* Copyright (C) 2020 Institut fuer Kernphysik, Goethe-Universitaet Frankfurt
+   SPDX-License-Identifier: GPL-3.0-only
+   Authors: Phillip Klaus [committer] */
+
 /*
  * ROOT Macro to create the geometry of the Micro Vertex Detector
  * of the CBM experiment at FAIR. It is used within the CbmRoot
@@ -82,7 +86,7 @@ Float_t explosion =
  * Procedural code assemblying the MVD
  */
 
-void mvd() {
+void Create_MVD() {
   TGeoVolume *top;
   TGeoVolume *stations[numStations];
   TGeoVolume *quadrant;
diff --git a/README.md b/macro/mvd/fair/README.md
similarity index 51%
rename from README.md
rename to macro/mvd/fair/README.md
index 20a5a8b..32a526c 100644
--- a/README.md
+++ b/macro/mvd/fair/README.md
@@ -2,3 +2,7 @@
 
 This repository contains files necessary to (re-) create the
 CbmRoot simulation geometry of the Micro Vertex Detector (MVD).
+
+Imported files from https://git.cbm.gsi.de/mvd/simulation-geometry
+Branches in this repo contain other versions of the MVD simulation geometry
+
-- 
GitLab