Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:15:11

0001 #ifndef __FILLHOUGHHIST_H__
0002 #define __FILLHOUGHHIST_H__
0003 
0004 void FillHoughHist();
0005 
0006 double inverseSlope(double x1, double y1, double x2, double y2);
0007 double intercept   (double x1, double y1, double x2, double y2);
0008 
0009 #define Med_inverseSlope -0.0018
0010 #define Med_Offset 426.526
0011 #define MAD_inverseSlope 0.0091081
0012 #define MAD_Offset 426.528
0013 #define HFACTOR 5.0 // Number of MADs that go into a single hough cell, 5.0 is kinda like +/- 2 sigma.
0014 
0015 #endif /*__FILLHOUGHHIST_H__*/