Analysis Software
Documentation for sPHENIX simulation software
|
#include "FillRawHist.h"
#include "TF1.h"
#include "TH2D.h"
#include "AZigzag.h"
#include "ATrace.h"
#include "groot.h"
#include <iostream>
Go to the source code of this file.
Functions | |
void | FillRawHist () |
void | FitPedestals () |
Variables | |
TH2D * | RawHist =0 |
TH1D * | RawDist [Nsrs] |
void FillRawHist | ( | ) |
Definition at line 22 of file FillRawHist.C.
View newest version in sPHENIX GitHub at line 22 of file FillRawHist.C
References double(), i, j, left(), perf_headwind::name, Nsrs, AZigzag::Raw, RawDist, and RawHist.
void FitPedestals | ( | ) |
Definition at line 60 of file FillRawHist.C.
View newest version in sPHENIX GitHub at line 60 of file FillRawHist.C
References AZigzag::Gains, i, Nsrs, AZigzag::Pedestals, RawDist, and AZigzag::Sigmas.
TH1D* RawDist[Nsrs] |
Definition at line 18 of file FillRawHist.C.
View newest version in sPHENIX GitHub at line 18 of file FillRawHist.C
Referenced by FillRawHist(), and FitPedestals().
TH2D* RawHist =0 |
Definition at line 17 of file FillRawHist.C.
View newest version in sPHENIX GitHub at line 17 of file FillRawHist.C
Referenced by FillRawHist().