Clover Addback Ready

This commit is contained in:
Peter DeRosa 2022-10-17 16:06:53 -04:00
parent 24ad824019
commit 5b2957414a
3 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -11,12 +11,13 @@
const int Crystal_Num = 64; // has to be divisible by 4. const int Crystal_Num = 64; // has to be divisible by 4.
const double Radius = 200.; //Z POSITION -- radius away from target, in milimeters. const double Radius = 200.; //Z POSITION-- radius away from target, in milimeters.
//location data array for each clover needs to be set here; //location data array for each clover needs to be set here;
// clover number , theta, phi, relative z-distance to the Radius // clover number , theta, phi, relative z-distance to the Radius
// //
const double Clover_Location[Crystal_Num/4][4] = {{0,131.75,326.96,0.}, const double Clover_Location[Crystal_Num/4][4] = {{0,131.75,326.96,0.},
{1,150.,243.57,0.}, {1,150.,243.57,0.},
{2,90.0,257.14,0.}, {2,90.0,257.14,0.},
{3,90.0,205.71,0.}, {3,90.0,205.71,0.},