KLFitter  v1.3.2
Documentation of the KLFitter library -- The Kinematic Likelihood Fitter
All Classes Namespaces Functions Variables Enumerations Enumerator
Public Member Functions | List of all members
KLFitter::DetectorAtlas_CrystalBall Class Reference

A class for describing of the ATLAS detector. More...

#include <DetectorAtlas_CrystalBall.h>

Inheritance diagram for KLFitter::DetectorAtlas_CrystalBall:
KLFitter::DetectorBase

Public Member Functions

 DetectorAtlas_CrystalBall (std::string folder="")
 The default constructor. More...
 
 ~DetectorAtlas_CrystalBall ()
 The (defaulted) destructor.
 
ResolutionBaseResEnergyLightJet (double eta=0.) override
 Return the energy resolution of light jets. More...
 
ResolutionBaseResEnergyBJet (double eta=0.) override
 Return the energy resolution of b jets. More...
 
ResolutionBaseResEnergyGluonJet (double eta=0.) override
 Return the energy resolution of gluon jets. More...
 
ResolutionBaseResEnergyElectron (double eta=0.) override
 Return the energy resolution of electrons. More...
 
ResolutionBaseResEnergyMuon (double eta=0.) override
 Return the energy resolution of muons. More...
 
ResolutionBaseResEnergyPhoton (double eta=0.) override
 Return the energy resolution of photons. More...
 
ResolutionBaseResMissingET () override
 Return the missing ET resolution. More...
 
ResolutionBaseResEtaLightJet (double eta=0.) override
 Return the eta resolution of light jets. More...
 
ResolutionBaseResEtaBJet (double eta=0.) override
 Return the eta resolution of b jets. More...
 
ResolutionBaseResPhiLightJet (double eta=0.) override
 Return the phi resolution of light jets. More...
 
ResolutionBaseResPhiBJet (double eta=0.) override
 Return the phi resolution of b jets. More...
 
- Public Member Functions inherited from KLFitter::DetectorBase
 DetectorBase (std::string folder="")
 The default constructor. More...
 
virtual ~DetectorBase ()
 The (defaulted) destructor.
 
int Status ()
 
void RequestResolutionType (const ResolutionType &type)
 Request a resolution type from the detector. More...
 

Additional Inherited Members

- Protected Member Functions inherited from KLFitter::DetectorBase
ResolutionBaseResolutionUndefined (const std::string &type)
 Handle the call to a resolution object that is not defined, and throw an exception. More...
 
void ResolutionParametersUnavailable (const std::string &type)
 Handle cases where the parameters for a resolution type are not available. More...
 
- Protected Attributes inherited from KLFitter::DetectorBase
std::set< ResolutionTyperes_type_requested
 Requested resolutions that the detector must provide.
 

Detailed Description

A class for describing of the ATLAS detector.

This class holds the description of the ATLAS detector. This class uses CrystalBall parametrisation for jets Transfer Functions. Charged lepton and MET parametrisation uses single Gauss as TF.

Constructor & Destructor Documentation

KLFitter::DetectorAtlas_CrystalBall::DetectorAtlas_CrystalBall ( std::string  folder = "")
explicit

The default constructor.

Parameters
folderThe folder with transfer function parameters.

Member Function Documentation

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResEnergyBJet ( double  eta = 0.)
overridevirtual

Return the energy resolution of b jets.

Parameters
etaThe eta of the particle.
Returns
A pointer to the energy resolution object.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResEnergyElectron ( double  eta = 0.)
overridevirtual

Return the energy resolution of electrons.

Parameters
etaThe eta of the particle.
Returns
A pointer to the energy resolution object.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResEnergyGluonJet ( double  eta = 0.)
overridevirtual

Return the energy resolution of gluon jets.

Parameters
etaThe eta of the particle.
Returns
A pointer to the energy resolution object.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResEnergyLightJet ( double  eta = 0.)
overridevirtual

Return the energy resolution of light jets.

Parameters
etaThe eta of the particle.
Returns
A pointer to the energy resolution object.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResEnergyMuon ( double  eta = 0.)
overridevirtual

Return the energy resolution of muons.

Parameters
etaThe eta of the particle.
Returns
A pointer to the energy resolution object.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResEnergyPhoton ( double  eta = 0.)
overridevirtual

Return the energy resolution of photons.

Parameters
etaThe eta of the particle.
Returns
A pointer to the energy resolution object.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResEtaBJet ( double  eta = 0.)
overridevirtual

Return the eta resolution of b jets.

Parameters
etaThe eta of the particle.
Returns
A pointer to the eta resolution object.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResEtaLightJet ( double  eta = 0.)
overridevirtual

Return the eta resolution of light jets.

Parameters
etaThe eta of the particle.
Returns
A pointer to the eta resolution object.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResMissingET ( )
overridevirtual

Return the missing ET resolution.

Returns
A pointer to the missing ET resolution.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResPhiBJet ( double  eta = 0.)
overridevirtual

Return the phi resolution of b jets.

Parameters
etaThe phi of the particle.
Returns
A pointer to the phi resolution object.

Implements KLFitter::DetectorBase.

ResolutionBase * KLFitter::DetectorAtlas_CrystalBall::ResPhiLightJet ( double  eta = 0.)
overridevirtual

Return the phi resolution of light jets.

Parameters
etaThe phi of the particle.
Returns
A pointer to the phi resolution object.

Implements KLFitter::DetectorBase.


The documentation for this class was generated from the following files: