Newer
Older
TB_Chris / TbUT / scripts / .svn / text-base / ClusterWithTrackAna_Inputs.h.svn-base
@iaro iaro on 9 May 2016 747 bytes first attempt of automated anal
  1. double nChan = 512.0;
  2. double stripPitch = 0.190;
  3. double z_DUT = 370;
  4. //double Rz = -0.0218;
  5. double Rz = -0.0218;
  6. double Ry = 0.00;
  7. double dxWin = 0.25;
  8. double xGloOff = -9.2;
  9. double yGloOff = -7.5;
  10. double xOff = -54.78;
  11.  
  12. int kClusterChargeMin = 120;
  13.  
  14. double ratioForHole = 0.05;
  15.  
  16. double ratioForDeadStrip = 0.6;
  17. double ratioForNoisyStrip = 1.8;
  18.  
  19. bool vetoDeadStripRegions = true;
  20. double k_DeadStrip = 0.12;
  21.  
  22. bool writeEventsWithMissinhHitsToFile = false; // flag to write events to file with missing DUT hit
  23.  
  24. double trackTriggerTimeDiffCut = 2.5;
  25.  
  26. bool isPType = true;
  27.  
  28.  
  29. // Notes
  30. // For Rz alignment, one should SUBTRACT the slope found from the deltaX vs Y plot.
  31. // For Z alignment, one should ADD the slope found from the deltaX vs Y plot.
  32. //