FairRoot/PandaRoot
Functions | Variables
plotDiaBnew.C File Reference

Go to the source code of this file.

Functions

mychain Add ("run.root")
 
mychain Add ("run_1.root")
 
mychain Add ("run_2.root")
 
gStyle SetPalette (1)
 
mychain Draw ("TMath::Sqrt(HypPoint.fPxin*HypPoint.fPxin+HypPoint.fPyin*HypPoint.fPyin+HypPoint.fPzin*HypPoint.fPzin)>>his(200,-0.4,1.4)", ximin)
 

Variables

TCut kaons = "HypPoint.fpdgCode==-321 || HypPoint.fpdgCode == 321"
 
TCut pions = "HypPoint.fpdgCode==-211 || HypPoint.fpdgCode == 211"
 
TCut protons = "HypPoint.fpdgCode==2212 || HypPoint.fpdgCode == -2212"
 
TCut lambdas = "HypPoint.fpdgCode==3122"
 
TCut electrons = "HypPoint.fpdgCode==11 || HypPoint.fpdgCode == -11"
 
TCut ximin = "HypPoint.fpdgCode==3312"
 
TCut ximstop = "HypPoint.fpdgCode==3312 && HypPoint.fPLout==0."
 
TCut Secstop = "HypSecTarPoint.fPLout==0."
 
Double_t mom = "TMath::Sqrt(HypPoint.fPLout*HypPoint.fPLout)"
 
Double_t energy = "TMath::Sqrt(mom*mom + HypPoint.fmass*HypPoint.fmass)"
 
 c1 = new TCanvas("stopping xi- rate momentum distribution")
 

Function Documentation

mychain Add ( "run.root"  )
mychain Add ( "run_1.root"  )
mychain Add ( "run_2.root"  )
mychain Draw ( "TMath::Sqrt(HypPoint.fPxin*HypPoint.fPxin+HypPoint.fPyin*HypPoint.fPyin+HypPoint.fPzin*HypPoint.fPzin)>>his(200,-0.4,1.4)"  ,
ximin   
)
gStyle SetPalette ( )

Variable Documentation

c1 = new TCanvas("stopping xi- rate momentum distribution")

Definition at line 29 of file plotDiaBnew.C.

TCut electrons = "HypPoint.fpdgCode==11 || HypPoint.fpdgCode == -11"

Definition at line 16 of file plotDiaBnew.C.

Double_t energy = "TMath::Sqrt(mom*mom + HypPoint.fmass*HypPoint.fmass)"

Definition at line 26 of file plotDiaBnew.C.

TCut kaons = "HypPoint.fpdgCode==-321 || HypPoint.fpdgCode == 321"

Definition at line 12 of file plotDiaBnew.C.

TCut lambdas = "HypPoint.fpdgCode==3122"

Definition at line 15 of file plotDiaBnew.C.

Referenced by KFParticleFinder::FindHyperons().

Double_t mom = "TMath::Sqrt(HypPoint.fPLout*HypPoint.fPLout)"

Definition at line 25 of file plotDiaBnew.C.

TCut pions = "HypPoint.fpdgCode==-211 || HypPoint.fpdgCode == 211"

Definition at line 13 of file plotDiaBnew.C.

TCut protons = "HypPoint.fpdgCode==2212 || HypPoint.fpdgCode == -2212"

Definition at line 14 of file plotDiaBnew.C.

TCut Secstop = "HypSecTarPoint.fPLout==0."

Definition at line 20 of file plotDiaBnew.C.

TCut ximin = "HypPoint.fpdgCode==3312"

Definition at line 17 of file plotDiaBnew.C.

TCut ximstop = "HypPoint.fpdgCode==3312 && HypPoint.fPLout==0."

Definition at line 19 of file plotDiaBnew.C.