Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FillHoughHist.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FillHoughHist.h
1 #ifndef __FILLHOUGHHIST_H__
2 #define __FILLHOUGHHIST_H__
3 
4 void FillHoughHist();
5 
6 double inverseSlope(double x1, double y1, double x2, double y2);
7 double intercept (double x1, double y1, double x2, double y2);
8 
9 #define Med_inverseSlope -0.0018
10 #define Med_Offset 426.526
11 #define MAD_inverseSlope 0.0091081
12 #define MAD_Offset 426.528
13 #define HFACTOR 5.0 // Number of MADs that go into a single hough cell, 5.0 is kinda like +/- 2 sigma.
14 
15 #endif /*__FILLHOUGHHIST_H__*/