Example of use of TGenPhaseSpace
void PhaseSpace() {
Double_t masses[3] = { 0.938, 0.139, 0.139} ;
event.SetDecay(W, 3, masses);
TH2F *h2 =
new TH2F(
"h2",
"h2", 50,1.1,1.8, 50,1.1,1.8);
h2->
Fill(pPPip.
M2() ,pPPim.
M2() ,weight);
}
}
Utility class to generate n-body event, with constant cross-section (default) or with Fermi energy de...
virtual void Draw(Option_t *option="")
Draw this histogram with options.
2-D histogram with a float per channel (see TH1 documentation)}
Int_t Fill(Double_t)
Invalid Fill method.
- Author
- Valerio Filippini
Definition in file PhaseSpace.C.