Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FillHoughHist.C File Reference
#include "FillHoughHist.h"
#include "TH1D.h"
#include "TH2D.h"
#include "ABlob.h"
#include "ATrack.h"
#include "groot.h"
#include "AZigzag.h"
#include <iostream>
#include <cmath>
+ Include dependency graph for FillHoughHist.C:

Go to the source code of this file.

Functions

void FillHoughHist ()
 
double inverseSlope (double x1, double y1, double x2, double y2)
 
double intercept (double x1, double y1, double x2, double y2)
 

Variables

TH2D * HoughHistMC = 0
 
TH2D * HoughHistABS = 0
 

Function Documentation

void FillHoughHist ( )

Definition at line 18 of file FillHoughHist.C.

View newest version in sPHENIX GitHub at line 18 of file FillHoughHist.C

double intercept ( double  x1,
double  y1,
double  x2,
double  y2 
)

Definition at line 123 of file FillHoughHist.C.

View newest version in sPHENIX GitHub at line 123 of file FillHoughHist.C

References Acts::PhysicalConstants::c.

Referenced by TrackFitUtils::addClustersOnLine(), FillHoughHist(), Rossegger::FindNextZero(), TrackFitUtils::getLineClusterResiduals(), and TrackSeed_v1::lineFit().

+ Here is the caller graph for this function:

double inverseSlope ( double  x1,
double  y1,
double  x2,
double  y2 
)

Definition at line 117 of file FillHoughHist.C.

View newest version in sPHENIX GitHub at line 117 of file FillHoughHist.C

Referenced by FillHoughHist().

+ Here is the caller graph for this function:

Variable Documentation

TH2D* HoughHistABS = 0

Definition at line 14 of file FillHoughHist.C.

View newest version in sPHENIX GitHub at line 14 of file FillHoughHist.C

Referenced by FillHoughHist().

TH2D* HoughHistMC = 0

Definition at line 13 of file FillHoughHist.C.

View newest version in sPHENIX GitHub at line 13 of file FillHoughHist.C

Referenced by FillHoughHist().