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//--------------------------------------------------------------------------------------------------------------------------------------
9{
10 fName = "TOFB1";
11 maxSectors = 0;
12 maxModules = 200;
13}
14//--------------------------------------------------------------------------------------------------------------------------------------
15const char* BmnTOF1Geo::getModuleName(Int_t m)
16{
17 sprintf(modName, "TOFB%i", m+1);
18
19return modName;
20}
21//--------------------------------------------------------------------------------------------------------------------------------------
22const char* BmnTOF1Geo::getEleName(Int_t m)
23{
24 sprintf(eleName, "TOFB%i", m+1);
25
26return eleName;
27}
28//--------------------------------------------------------------------------------------------------------------------------------------
29
__m128 m
Definition P4_F32vec4.h:27
char modName[20]
Definition BmnTOF1Geo.h:11
char eleName[20]
Definition BmnTOF1Geo.h:12
const char * getModuleName(Int_t)
const char * getEleName(Int_t)