CbmRoot
Loading...
Searching...
No Matches
CbmGeoPlatform.cxx
Go to the documentation of this file.
1/* Copyright (C) 2013 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Florian Uhlig [committer] */
4
6// CbmGeoPlatform
7//
8// Class for the geometry of detector part Platform
10
11#include "CbmGeoPlatform.h"
12
14
16 : FairGeoSet()
17 , modName()
18 , eleName()
19{
20 // Constructor
21 fName = "platform";
22 maxSectors = 0;
23 maxModules = 1;
24 strcpy(modName, "p");
25 strcpy(eleName, "p");
26}
ClassImp(CbmGeoPlatform) CbmGeoPlatform