![]() |
Belle II Software development
|
Classes | |
class | BeamSpotCollectorModule |
This collects the track parameters of the mu+mu- events for calibration of the BeamSpot using CAF and AirFlow. More... | |
class | BoostVectorCollectorModule |
This collects the track parameters and momenta of the mu+mu- events for calibration of the BoostVector using CAF and AirFlow. More... | |
class | ClusterMatcherModule |
Match KLM Clusters to close ECL Clusters. More... | |
class | DetectorOccupanciesDQMModule |
DQM Module for basic detector quantities before the HLT filter. More... | |
class | EcmsCollectorModule |
Collector for the collision energy calibration based on the hadronic modes. More... | |
class | EventsOfDoomBusterModule |
Module that flags an event destined for doom at reconstruction, based on the size of selected hits/digits containers after the unpacking. More... | |
class | EventT0CombinerModule |
Module to combine the EventT0 values from multiple sub-detectors. More... | |
class | EventT0DQMModule |
This module to design collect the event t0 values base on different detectors and physics processes. More... | |
class | EventT0ValidationModule |
This module to design collect the event t0 values base on different detectors and physics processes. More... | |
class | BeamSpotMonitorModule |
Module for the monitoring of the BeamSpot position and size. More... | |
class | DataWriterModule |
Module to write Ntuples for KlId BKG classifier training. More... | |
class | ECLExpertModule |
Module to perform the ECL Klong ID classification. More... | |
class | KLMExpertModule |
Module to perform the KLM KlId classification. More... | |
class | KlongValidationModule |
Module used by the validation server to generate root files for the validation. More... | |
class | KLMMuonIDDNNExpertModule |
KLMMuonIDDNNExpert for calculating Neural Network based muonID. More... | |
class | MdstPIDModule |
a module to fill PIDLikelihoods More... | |
class | PIDNtupleModule |
makes PID ntuple from mdst input More... | |
class | HelixHelper |
Helper class representing a helical track. More... | |
class | VXDDedxPIDModule |
Extract dE/dx from fitted tracks. More... | |
class | VXDDedxPIDRemakerModule |
Module that re-makes VXD PID likelihoods by taking dE/dx stored in VXDDedxTracks and lookup table PDF's from DB. More... | |
Functions | |
REG_MODULE (VXDDedxPIDRemaker) | |
Register module. | |
VXDDedxPIDRemakerModule () | |
Default constructor. | |
void | checkPDFs () |
Check the pdfs for consistency every time they change in the database. | |
virtual void | initialize () override |
Initialize the module. | |
virtual void | event () override |
This method is called for each event. | |
Variables | |
static const double | realNaN = std::numeric_limits<double>::quiet_NaN() |
This collects the B-meson properties in the hadronic B-decays It is used for the Ecms calibration in AirFlow. | |
static ROOT::Math::XYZVector | minimize_distance_to_point |
user supplied point we're trying to find the nearest helix point to | |
static ROOT::Math::XYZVector | minimize_distance_to_line_a |
first user supplied line we're trying to find the nearest helix point to | |
static ROOT::Math::XYZVector | minimize_distance_to_line_b |
second user supplied line we're trying to find the nearest helix point to | |
static HelixHelper const * | helix_object |
keep a 'this' pointer around for minimization | |
|
private |
Check the pdfs for consistency every time they change in the database.
Definition at line 44 of file VXDDedxPIDRemakerModule.cc.
|
overridevirtual |
This method is called for each event.
All processing of the event takes place in this method.
Reimplemented from Module.
Definition at line 74 of file VXDDedxPIDRemakerModule.cc.
|
overridevirtual |
Initialize the module.
Reimplemented from Module.
Definition at line 58 of file VXDDedxPIDRemakerModule.cc.
Default constructor.
Definition at line 30 of file VXDDedxPIDRemakerModule.cc.
|
staticprivate |
keep a 'this' pointer around for minimization
Definition at line 168 of file HelixHelper.h.
|
staticprivate |
first user supplied line we're trying to find the nearest helix point to
Definition at line 164 of file HelixHelper.h.
|
staticprivate |
second user supplied line we're trying to find the nearest helix point to
Definition at line 166 of file HelixHelper.h.
|
staticprivate |
user supplied point we're trying to find the nearest helix point to
Definition at line 162 of file HelixHelper.h.
|
static |
This collects the B-meson properties in the hadronic B-decays It is used for the Ecms calibration in AirFlow.
NaN with double precision for dummy entry
Definition at line 24 of file EcmsCollectorModule.h.