CbmRoot
Loading...
Searching...
No Matches
CbmGeoBmon.cxx
Go to the documentation of this file.
1/* Copyright (C) 2023 Facility for AntiProton and Ion Research in Europe, Darmstadt.
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Eoin Clerkin [committer] */
4
5#include "CbmGeoBmon.h"
6
8
10 : FairGeoSet()
11 , modName()
12 , eleName()
13{
14 // Constructor
15 fName = "bmon";
16 maxSectors = 0;
17 maxModules = 1;
18 strcpy(modName, "t");
19 strcpy(eleName, "t");
20}
ClassImp(CbmGeoBmon) CbmGeoBmon
Definition CbmGeoBmon.cxx:7