6 nLep_ = fs->
make<TH1F>(
"nLep",
"N(Lepton)", 5, 0., 5.);
7 topPt_ = fs->
make<TH1F>(
"topPt",
"pt (top)", 100, 0., 500.);
8 topEta_ = fs->
make<TH1F>(
"topEta",
"eta(top)", 40, -5., 5.);
9 topPhi_ = fs->
make<TH1F>(
"topPhi",
"phi(top)", 60, -3.5, 3.5);
10 topBarPt_ = fs->
make<TH1F>(
"topBarPt",
"pt (topBar)", 100, 0., 500.);
11 topBarEta_ = fs->
make<TH1F>(
"topBarEta",
"eta(topBar)", 40, -5., 5.);
12 topBarPhi_ = fs->
make<TH1F>(
"topBarPhi",
"phi(topBar)", 60, -3.5, 3.5);
13 ttbarPt_ = fs->
make<TH1F>(
"ttbarPt",
"pt (ttbar)", 100, 0., 500.);
14 ttbarEta_ = fs->
make<TH1F>(
"ttbarEta",
"eta(ttbar)", 40, -5., 5.);
15 ttbarPhi_ = fs->
make<TH1F>(
"ttbarPhi",
"phi(ttbar)", 60, -3.5, 3.5);
16 prodChan_ = fs->
make<TH1F>(
"prodChan",
"production mode", 3, 0, 3);
17 prodChan_->GetXaxis()->SetBinLabel(1,
"gg");
18 prodChan_->GetXaxis()->SetBinLabel(2,
"qqbar");
19 prodChan_->GetXaxis()->SetBinLabel(3,
"other");
33 else if (
genEvent->fromQuarkAnnihilation())