File indexing completed on 2023-03-17 13:02:58
0001 #ifndef CASTORGEOMETRYDATA_H
0002 #define CASTORGEOMETRYDATA_H 1
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031 static const double X0 = 0.;
0032 static const double Z0 = 14385.0;
0033 static const double Y0 = 0.;
0034 static const double dYEMPlate = 62.5;
0035 static const double dYHADPlate = 320.0;
0036 static const double dXEMPlate = 48.0;
0037 static const double dXHADPlate = 48.0;
0038
0039 static const double tiltangle = 0.7854;
0040 static const double theZSectionBoundaries[] = {14385., 14488.};
0041 static const double theXChannelBoundaries[] = {-48.0, -28.8, -9.6, 9.6, 28.8};
0042 static const double theZHadChannelBoundaries[] = {
0043 -257.4,
0044 118.2,
0045 21.0,
0046 160.2,
0047 };
0048 static const double theHadmodulesBoundaries[] = {
0049 14488., 14589., 14690., 14791., 14892., 14993., 15094., 15195., 15296., 15397., 15498., 15599.};
0050 static const double theSectorBoundaries[] = {0.,
0051 0.21817,
0052 0.4363,
0053 0.6545,
0054 0.87267,
0055 1.0908,
0056 1.309,
0057 1.52718,
0058 1.74535,
0059 1.9635,
0060 2.1817,
0061 2.39986,
0062 2.618,
0063 2.8362,
0064 3.05437,
0065 3.27254};
0066 #endif