Go to the source code of this file.
|
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) |
|
|
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") |
|
mychain Add |
( |
"run.root" |
| ) |
|
Referenced by PndEmcFullDigiTask::PndEmcFullDigiTask(), PndEmcMakeBump::PndEmcMakeBump(), PndLmdDigiTask::PndLmdDigiTask(), PndMasterDigiOnlyTask::PndMasterDigiOnlyTask(), PndMasterDigiTask::PndMasterDigiTask(), PndMasterLocalRecoTask::PndMasterLocalRecoTask(), PndMasterMultiPidTask::PndMasterMultiPidTask(), PndMasterPidTask::PndMasterPidTask(), PndMasterRecoIdealTask::PndMasterRecoIdealTask(), PndMasterRecoTask::PndMasterRecoTask(), PndMasterSimTask::PndMasterSimTask(), PndMvdClusterTask::PndMvdClusterTask(), PndMvdDigiTask::PndMvdDigiTask(), PndT0CandidateTask::PndT0CandidateTask(), PndMvdDigiTask::RunTimeBased(), and PndSciTDigiTask::RunTimeBased().
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 |
|
|
) |
| |
c1 = new TCanvas("stopping xi- rate momentum distribution") |
TCut electrons = "HypPoint.fpdgCode==11 || HypPoint.fpdgCode == -11" |
Double_t energy = "TMath::Sqrt(mom*mom + HypPoint.fmass*HypPoint.fmass)" |
TCut kaons = "HypPoint.fpdgCode==-321 || HypPoint.fpdgCode == 321" |
TCut lambdas = "HypPoint.fpdgCode==3122" |
Double_t mom = "TMath::Sqrt(HypPoint.fPLout*HypPoint.fPLout)" |
TCut pions = "HypPoint.fpdgCode==-211 || HypPoint.fpdgCode == 211" |
TCut protons = "HypPoint.fpdgCode==2212 || HypPoint.fpdgCode == -2212" |
TCut Secstop = "HypSecTarPoint.fPLout==0." |
TCut ximin = "HypPoint.fpdgCode==3312" |
TCut ximstop = "HypPoint.fpdgCode==3312 && HypPoint.fPLout==0." |