-- IsaPedraza - 2016-03-14

Charged Higgs tb MC samples

Location of ROOT files

The ROOT files can be downloaded using the following link:

https://cernbox.cern.ch/index.php/s/vzD9i7tCfBFJoOy

Password: cms-buap2016

Background samples

TT

Name Cross section (pb) # events Total event weight
TT_TuneCUETP8M1_13TeV-powheg-pythia8 831 656220 656220.0

SingleT

Name Cross section (pb) # events Total event weight
ST_tW_top_5f_inclusiveDecays_13TeV-powheg-pythia8_TuneCUETP8M1 30.11 386800 386800.0
ST_tW_antitop_5f_inclusiveDecays_13TeV-powheg-pythia8_TuneCUETP8M1 30.09 442700 447200.0
ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1 136.02 546280 546280.0
ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1 80.95 582135 582135.0

W+Jets

Name Cross section (pb) # events Total event weight
WJetsToLNu _TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8 61526.7 1156792 1.78888299694e+11

DY

Name Cross section (pb) # events Total event weight
DYJetsToLL _M-50_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8 6025.2 937260 14725095827.5

ZZ

Name Cross section (pb) # events Total event weight
ZZTo2L2Nu _13TeV_powheg_pythia8 0.564 590725 590725.0

WW

Name Cross section (pb) # events Total event weight
WWToLNuQQ _13TeV-powheg 52 595200 595200.0
WWTo2L2Nu _13TeV-powheg 12.46 588726 588726.0

Signal samples

Name Cross section (pb) # events Total event weight
ChargedHiggs _HplusTB_HplusToTB_M-200_13TeV_amcatnlo_pythia8 0.02952842256 451980 227923.31
ChargedHiggs _HplusTB_HplusToTB_M-250_13TeV_amcatnlo_pythia8 0 0 0
ChargedHiggs _HplusTB_HplusToTB_M-300_13TeV_amcatnlo_pythia8 0.002366 0 0
ChargedHiggs _HplusTB_HplusToTB_M-350_13TeV_amcatnlo_pythia8 0 0 0
ChargedHiggs _HplusTB_HplusToTB_M-400_13TeV_amcatnlo_pythia8 0.000836289779 0 0
ChargedHiggs _HplusTB_HplusToTB_M-450_13TeV_amcatnlo_pythia8 0 0 0
ChargedHiggs _HplusTB_HplusToTB_M-500_13TeV_amcatnlo_pythia8 0.000382537512 333498 1213.74997287

Merge several ROOT files

Reading Nero Files

In this section you can find the instructions for reading Nero files and create your own code to analyze the samples.

Prerequisites

  • Linux/Unix operating system
  • ROOT is installed in your computer

Instructions

In this tutorial we will create a program that reads the samples, plots different observables and reconstructs the W boson mass by assuming that it decays into a lepton and the corresponding neutrino.

Once you have downloaded the samples, do the following:

  • Open a terminal, change to your working directory (i. e. work) where you will place the program and create two new directories:
cd ~/work
mkdir bin
mkdir lib
  • Create a new makefile. This file is used to read the code, compile it and then produce an executable. You can download it by clicking here.
  • Then, create a new C++ file using your favorite text editor and introduce the following code. Save the file under the name of nero-reader.cpp.
  • Compile and run the code by typing in the terminal:
make
./nero-reader

The file histos.root will be produced. The information of all events (there is no selection) is plotted in the histograms.

If you want to apply a selection on the events, you can run the following code. Here only the events with one lepton with pt > 40 GeV and || < 2.5 and MET with pt > 40 GeV are used to fill the histogram of the W mass. In order to run it, change nero-reader : nero-reader.o (line 40) in the makefile by nero-analyzer : nero-analyzer.o. Compile and run it.

Normalization

For the normalization to 1: In this step, the only thing you have to do is to define the scale as 1.0 / (# of events), and introduce it in your plots. The scale will be different for each sample, because each one has different number of events.

For the normalization to the cross section: In this step, you have to define the scale as follows:

  • Multiply the corresponding cross section of your samples (signal and background) by the luminosity. You could consider the value of the latter as 19.7 fb-1 (inverse femtobarns). This will give you the number of events. Be careful because the cross section is given in picobarns, so you should convert either the luminosity to pb-1 or the cross section to fb.
  • Then, divide by the total number of events.

In this way,

where: is the luminosity, is the cross section and N is the total number of events.

Important dates

Date Action Event
03/06/2016 Deadline: Send abstracts LXI Congreso Nacional de Física 2016
31/07/2016 Deadline: Send essays and videos XIV Concurso Leamos La Ciencia Para Todos 2015-2016
01/08/2016 Publication of accepted posters LXI Congreso Nacional de Física 2016
02-07/10/2016 Attendance LIX Congreso Nacional de Física 2016

Links of interest

Topic attachments
I Attachment History Action Size Date Who Comment
Unknown file formatext makefile r1 manage 2.9 K 2016-12-01 - 19:31 BrendaFabelaEnriquez  
C source code filecpp nero-analyzer.cpp r1 manage 5.6 K 2016-12-01 - 20:25 BrendaFabelaEnriquez  
C source code filecpp nero-reader.cpp r1 manage 4.8 K 2016-12-01 - 19:45 BrendaFabelaEnriquez  
Edit | Attach | Watch | Print version | History: r18 < r17 < r16 < r15 < r14 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r18 - 2016-12-01 - BrendaFabelaEnriquez
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback