YCrossFit 1.0
A C++/ROOT Library for the analysis of the differential cross section of the Y(1S,2S,3S) resonances in two muons
dcsbin Struct Reference

Structure where are saved the value useful for each bin. More...

#include <diffCrossSection.h>

Public Attributes

float ptm
 lower edge of the bin More...
 
float ptM
 upper edge of the bin More...
 
Double_t s1
 value of the differential cross section (multiply by the relative branching ratio) of the Y(1S) resonance More...
 
Double_t s2
 value of the differential cross section (multiply by the relative branching ratio) of the Y(2S) resonance More...
 
Double_t s3
 value of the differential cross section (multiply by the relative branching ratio) of the Y(3S) resonance More...
 
Double_t ds1
 uncertainties on s1 More...
 
Double_t ds2
 uncertainties on s2 More...
 
Double_t ds3
 uncertainties on s3 More...
 

Detailed Description

Structure where are saved the value useful for each bin.

In this structure are saved the value useful for each point in trasverse momentum.

Member Data Documentation

◆ ds1

Double_t dcsbin::ds1

uncertainties on s1

◆ ds2

Double_t dcsbin::ds2

uncertainties on s2

◆ ds3

Double_t dcsbin::ds3

uncertainties on s3

◆ ptm

float dcsbin::ptm

lower edge of the bin

◆ ptM

float dcsbin::ptM

upper edge of the bin

◆ s1

Double_t dcsbin::s1

value of the differential cross section (multiply by the relative branching ratio) of the Y(1S) resonance

◆ s2

Double_t dcsbin::s2

value of the differential cross section (multiply by the relative branching ratio) of the Y(2S) resonance

◆ s3

Double_t dcsbin::s3

value of the differential cross section (multiply by the relative branching ratio) of the Y(3S) resonance


The documentation for this struct was generated from the following file: