Belle II Software development
PDFConstructor::Pull Struct Reference

Data type for storing photon pull w.r.t PDF peak. More...

#include <PDFConstructor.h>

Public Member Functions

 Pull (int pix, double t, double t0, double tts0, double sig, double phi, double w)
 Constructor.
 

Public Attributes

int pixelID = 0
 pixel ID
 
double time = 0
 photon time
 
double peakT0 = 0
 PDF peak time (signal) or minimal PDF peak time in pixel (background)
 
double ttsT0 = 0
 TTS gaussian peak time (signal) or 0 (background)
 
double sigma = 0
 peak overall sigma (signal) or 0 (background)
 
double phiCer = 0
 azimuthal Cerenkov angle (signal) or 0 (background)
 
double wt = 0
 weight
 

Detailed Description

Data type for storing photon pull w.r.t PDF peak.

Definition at line 75 of file PDFConstructor.h.

Constructor & Destructor Documentation

◆ Pull()

Pull ( int  pix,
double  t,
double  t0,
double  tts0,
double  sig,
double  phi,
double  w 
)
inline

Constructor.

Parameters
pixpixel ID
tphoton time
t0PDF peak time
tts0TTS gaussian peak time
sigpeak overall sigma
phiazimuthal Cerenkov angle
wweight

Definition at line 94 of file PDFConstructor.h.

94 :
95 pixelID(pix), time(t), peakT0(t0), ttsT0(tts0), sigma(sig), phiCer(phi), wt(w)
96 {}
double sigma
peak overall sigma (signal) or 0 (background)
double peakT0
PDF peak time (signal) or minimal PDF peak time in pixel (background)
double ttsT0
TTS gaussian peak time (signal) or 0 (background)
double phiCer
azimuthal Cerenkov angle (signal) or 0 (background)

Member Data Documentation

◆ peakT0

double peakT0 = 0

PDF peak time (signal) or minimal PDF peak time in pixel (background)

Definition at line 78 of file PDFConstructor.h.

◆ phiCer

double phiCer = 0

azimuthal Cerenkov angle (signal) or 0 (background)

Definition at line 81 of file PDFConstructor.h.

◆ pixelID

int pixelID = 0

pixel ID

Definition at line 76 of file PDFConstructor.h.

◆ sigma

double sigma = 0

peak overall sigma (signal) or 0 (background)

Definition at line 80 of file PDFConstructor.h.

◆ time

double time = 0

photon time

Definition at line 77 of file PDFConstructor.h.

◆ ttsT0

double ttsT0 = 0

TTS gaussian peak time (signal) or 0 (background)

Definition at line 79 of file PDFConstructor.h.

◆ wt

double wt = 0

weight

Definition at line 82 of file PDFConstructor.h.


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