Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
INTTVtxZ.cxx File Reference
#include <cmath>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <TCanvas.h>
#include <TF1.h>
#include <TFile.h>
#include <TH1F.h>
#include <TH2F.h>
#include <TKDE.h>
#include <TRandom.h>
#include "Math/DistFunc.h"
#include <TLegend.h>
#include <TLine.h>
#include <TMath.h>
#include <TObjString.h>
#include <TProfile.h>
#include <TRandom3.h>
#include <TText.h>
#include <TTree.h>
#include <TTreeIndex.h>
#include "Hit.h"
#include "Utilities.h"
#include "Vertex.h"
+ Include dependency graph for INTTVtxZ.cxx:

Go to the source code of this file.

Functions

double gaus_func (double *x, double *par)
 
void draw_demoplot (TH1F *h, TF1 *f, float dcacut, TString plotname)
 
int main (int argc, char *argv[])
 

Variables

int NevtToPlot = 10
 
float degreetoradian = TMath::Pi() / 180.
 
float radianstodegree = 180. / TMath::Pi()
 

Function Documentation

void draw_demoplot ( TH1F *  h,
TF1 *  f,
float  dcacut,
TString  plotname 
)

Definition at line 45 of file INTTVtxZ.cxx.

View newest version in sPHENIX GitHub at line 45 of file INTTVtxZ.cxx

References Acts::PhysicalConstants::c, and leg.

Referenced by main().

+ Here is the caller graph for this function:

double gaus_func ( double x,
double par 
)

Definition at line 36 of file INTTVtxZ.cxx.

View newest version in sPHENIX GitHub at line 36 of file INTTVtxZ.cxx

Referenced by main().

+ Here is the caller graph for this function:

Variable Documentation

float degreetoradian = TMath::Pi() / 180.

Definition at line 33 of file INTTVtxZ.cxx.

View newest version in sPHENIX GitHub at line 33 of file INTTVtxZ.cxx

int NevtToPlot = 10

Definition at line 32 of file INTTVtxZ.cxx.

View newest version in sPHENIX GitHub at line 32 of file INTTVtxZ.cxx

Referenced by main().

float radianstodegree = 180. / TMath::Pi()

Definition at line 34 of file INTTVtxZ.cxx.

View newest version in sPHENIX GitHub at line 34 of file INTTVtxZ.cxx

Referenced by main().