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 2f41110aa3c7764b92886e85b519a9a8292ccc08..96be227038d08e35d788f9118b3a73d473b42ec2 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 20a5a8bdefa3a4bde8c723d1e3204b35c0d65946..32a526c6627aa499048a3bc825a6b9ea67f483c0 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 +