Analysis Software
Documentation for sPHENIX simulation software
|
#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>
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 |
void FillHoughHist | ( | ) |
Definition at line 18 of file FillHoughHist.C.
View newest version in sPHENIX GitHub at line 18 of file FillHoughHist.C
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().
Definition at line 117 of file FillHoughHist.C.
View newest version in sPHENIX GitHub at line 117 of file FillHoughHist.C
Referenced by FillHoughHist().
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().