z length of the crystal block
2 unresolved threads
2 unresolved threads
Compare changes
@@ -32,6 +32,7 @@ class ClusterRecoCoG : public GaudiAlgorithm
@@ -32,6 +32,7 @@ class ClusterRecoCoG : public GaudiAlgorithm
@@ -110,8 +111,10 @@ private:
@@ -110,8 +111,10 @@ private:
BTW, depth_correction should be -z_length/2. if you are going to bring the cluster to the module surface.
Edited by Chao PengWhen I checked a position of detector, the z position in global coordinates is at the back of crystal block. So to get to surface, it had to use entire length of block.
Edited by Jihee Kim
this is not needed anymore, you can remove the code