BmnRoot
Loading...
Searching...
No Matches
BmnTOF1Geo.cxx
Go to the documentation of this file.
1
//--------------------------------------------------------------------------------------------------------------------------------------
2
#include "
BmnTOF1Geo.h
"
3
#include "FairGeoNode.h"
4
5
#include<iostream>
6
7
//--------------------------------------------------------------------------------------------------------------------------------------
8
BmnTOF1Geo::BmnTOF1Geo
()
9
{
10
fName =
"TOFB1"
;
11
maxSectors = 0;
12
maxModules = 200;
13
}
14
//--------------------------------------------------------------------------------------------------------------------------------------
15
const
char
*
BmnTOF1Geo::getModuleName
(Int_t
m
)
16
{
17
sprintf(
modName
,
"TOFB%i"
,
m
+1);
18
19
return
modName
;
20
}
21
//--------------------------------------------------------------------------------------------------------------------------------------
22
const
char
*
BmnTOF1Geo::getEleName
(Int_t
m
)
23
{
24
sprintf(
eleName
,
"TOFB%i"
,
m
+1);
25
26
return
eleName
;
27
}
28
//--------------------------------------------------------------------------------------------------------------------------------------
29
m
__m128 m
Definition
P4_F32vec4.h:27
BmnTOF1Geo::modName
char modName[20]
Definition
BmnTOF1Geo.h:11
BmnTOF1Geo::eleName
char eleName[20]
Definition
BmnTOF1Geo.h:12
BmnTOF1Geo::BmnTOF1Geo
BmnTOF1Geo()
Definition
BmnTOF1Geo.cxx:8
BmnTOF1Geo::getModuleName
const char * getModuleName(Int_t)
Definition
BmnTOF1Geo.cxx:15
BmnTOF1Geo::getEleName
const char * getEleName(Int_t)
Definition
BmnTOF1Geo.cxx:22
BmnTOF1Geo.h
detectors
tof1
BmnTOF1Geo.cxx
Generated on Fri May 15 2026 10:40:53 for BmnRoot by
1.9.8