11#include <framework/datastore/RelationsObject.h>
41 TOPPull(
int pixelID,
float t,
float t0,
float sigma,
float phiCer,
float wt):
Defines interface for accessing relations of objects in StoreArray.
Class to store photon pull in respect to PDF used in reconstruction.
double getWeight() const
Return probability of photon belonging to this PDF.
double getTimeDiff() const
Return time difference btw.
float m_sigma
PDF sigma (signal) or 0 (background)
double getPull() const
Return pull.
float m_t0
PDF mean time (signal) or minimal PDF mean (background)
ClassDef(TOPPull, 2)
ClassDef.
double getPhiCer() const
Return Cerenkov azimuthal angle.
int getPixelID() const
Return pixel ID (e.g.
bool isSignal() const
Checks whether it corresponds to signal PDF.
float m_phiCer
azimuthal Cerenkov angle
TOPPull(int pixelID, float t, float t0, float sigma, float phiCer, float wt)
Full constructor.
TOPPull()
Default constructor.
double getSigma() const
Return PDF width.
int m_pixelID
pixel ID (e.g.
double getMeanTime() const
Return PDF mean.
double getTime() const
Return photon time.
Abstract base class for different kinds of events.