17 Double_t masses[3] = { 0.938, 0.139, 0.139} ;
22 TH2F *h2 =
new TH2F(
"h2",
"h2", 50,1.1,1.8, 50,1.1,1.8);
35 h2->
Fill(pPPip.
M2() ,pPPim.
M2() ,weight);
int Int_t
Signed integer 4 bytes (int).
double Double_t
Double 8 bytes.
Phase Space Generator, based on the GENBOD routine of CERNLIB.
Bool_t SetDecay(TLorentzVector &P, Int_t nt, const Double_t *mass, Option_t *opt="")
Input:
void Draw(Option_t *option="") override
Draw this histogram with options.
2-D histogram with a float per channel (see TH1 documentation)
Int_t Fill(Double_t) override
Invalid Fill method.