12 Double_t masses[3] = { 0.938, 0.139, 0.139} ;
17 TH2F *
h2 =
new TH2F(
"h2",
"h2", 50,1.1,1.8, 50,1.1,1.8);
30 h2->
Fill(pPPip.
M2() ,pPPim.
M2() ,weight);
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.
R__EXTERN TSystem * gSystem
virtual void Draw(Option_t *option="")
Draw this histogram with options.
2-D histogram with a float per channel (see TH1 documentation)}
Bool_t SetDecay(TLorentzVector &P, Int_t nt, const Double_t *mass, Option_t *opt="")
input: TLorentzVector &P: decay particle (Momentum, Energy units are Gev/C, GeV) Int_t nt: number of ...
Int_t Fill(Double_t)
Invalid Fill method.