]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ITSSPDVertexDiamondda.cxx
Possibility of enlarging the Z fiducial region for SPD Vertexing. The SPD DA for...
[u/mrichter/AliRoot.git] / ITS / ITSSPDVertexDiamondda.cxx
index 67a3e3d040fea93673a01e67831978746b5a374e..63a1e583ca210a6c7a3274e0d016297f57e43d41 100644 (file)
@@ -202,6 +202,10 @@ int main(int argc, char **argv) {
 
  // Init mean vertexer
  AliITSMeanVertexer *mv = new AliITSMeanVertexer();
+
+ // Optionally change the Z fiducial region here (default +/- 40 cm
+ // mv->SetZFiducialRegion(VALUE);
+
  if (!mv->Init()) {
   printf("Initialization of mean vertexer object failed ! Check the log for details");
   return -1;