diff --git a/.CloverDetectorConstruction.cc.swp b/.CloverDetectorConstruction.cc.swp new file mode 100644 index 0000000..8c3f81c Binary files /dev/null and b/.CloverDetectorConstruction.cc.swp differ diff --git a/.Detector_Parameters.hh.swp b/.Detector_Parameters.hh.swp index ea1010b..fd8ed33 100644 Binary files a/.Detector_Parameters.hh.swp and b/.Detector_Parameters.hh.swp differ diff --git a/Detector_Parameters.hh b/Detector_Parameters.hh index f1bd70e..2aa8b7e 100644 --- a/Detector_Parameters.hh +++ b/Detector_Parameters.hh @@ -11,12 +11,13 @@ 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; // 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.}, {2,90.0,257.14,0.}, {3,90.0,205.71,0.}, @@ -32,7 +33,7 @@ const double Clover_Location[Crystal_Num/4][4] = {{0,131.75,326.96,0.}, {13,48.25,180.,0.}, {14,129.,180.,0.}, {15,48.25,107.35,0.} - + };//,