Functions | Variables

beamtime/cern-oct12/go4/AnalysisMacros/spadic_pr_Analysis.cxx File Reference

(r4864/r4848)

#include "TFiberHodEvent.h"
#include "TBeamMonitorEvent.h"
#include "TCernOct12DetectorEvent.h"
#include "spadic_noise_Analysis.cxx"
Include dependency graph for spadic_pr_Analysis.cxx:

Go to the source code of this file.

Functions

Double_t CalcPull (Double_t xTrack, Double_t xHit, Double_t sigmaTrack, Double_t sigmaHit)
void FillProfile (TH2 *h, TProfile *p)
void GetHodoAlignment (TString filename, TProfile *AlignmentHodoX_1D, TH2I *AlignmentHodoX)
Double_t CalcAngleHodo (Double_t x1, Double_t x2)
Double_t CalcAngleMsTrd (Double_t x1, Double_t x2)
Double_t CalcTrackingCompensation (Double_t x1, Double_t x2, const TF1 *track, const Double_t zTRD1, const Double_t zTRD2)
void spadic_pr_Analysis (TString filename="data2012/TTrees/Be_run2310004.root", Bool_t debug=false, Bool_t plotFromFile=true)

Variables

const Int_t speed_up = 1
TGraphErrors * fTracking = new TGraphErrors()

Function Documentation

Double_t CalcAngleHodo ( Double_t  x1,
Double_t  x2 
)

Definition at line 87 of file spadic_pr_Analysis.cxx.

Referenced by spadic_pr_Analysis().

Double_t CalcAngleMsTrd ( Double_t  x1,
Double_t  x2 
)

Definition at line 91 of file spadic_pr_Analysis.cxx.

Referenced by spadic_pr_Analysis().

Double_t CalcPull ( Double_t  xTrack,
Double_t  xHit,
Double_t  sigmaTrack,
Double_t  sigmaHit 
)

Definition at line 8 of file spadic_pr_Analysis.cxx.

Referenced by spadic_pr_Analysis().

Double_t CalcTrackingCompensation ( Double_t  x1,
Double_t  x2,
const TF1 *  track,
const Double_t  zTRD1,
const Double_t  zTRD2 
)

Definition at line 95 of file spadic_pr_Analysis.cxx.

void FillProfile ( TH2 *  h,
TProfile *  p 
)

Definition at line 17 of file spadic_pr_Analysis.cxx.

Referenced by GetHodoAlignment(), and spadic_pr_Analysis().

void GetHodoAlignment ( TString  filename,
TProfile *  AlignmentHodoX_1D,
TH2I *  AlignmentHodoX 
)
void spadic_pr_Analysis ( TString  filename = "data2012/TTrees/Be_run2310004.root",
Bool_t  debug = false,
Bool_t  plotFromFile = true 
)

Variable Documentation

TGraphErrors* fTracking = new TGraphErrors()

Definition at line 102 of file spadic_pr_Analysis.cxx.

Referenced by spadic_pr_Analysis().

const Int_t speed_up = 1

Definition at line 6 of file spadic_pr_Analysis.cxx.

Referenced by GetHodoAlignment(), and spadic_pr_Analysis().