BmnRoot
Loading...
Searching...
No Matches
BmnGemGeo.cxx
Go to the documentation of this file.
1#include "BmnGemGeo.h"
2
3using namespace std;
4
6{
7 fNumStations = 8;
8 fX0 = -40.0;
9 fY0 = -30.0;
10 fZ0 = 30.0;
11 fDistance = 10.0;
12
13 fStripXWidth = 0.04;
14 fStripYWidth = 0.04;
15
16 fStripXLength = 80.;
17 fStripYLength = 60.;
18
19 fXstripPitch = 0.04;
20 fYstripPitch = 0.04;
21}
22
virtual ~BmnGemGeo()
Definition BmnGemGeo.cxx:23
STL namespace.