Belle II Software development
GlobalNames Class Reference

Bundles filter methods using 2 hits. More...

#include <GlobalNames.h>

Public Member Functions

 GlobalNames::GlobalNames ()
 Empty constructor.
 

Public Attributes

std::string nameAngles3D
 string name of filter a3D
 
std::string nameAnglesRZ
 string name of filter aRZ
 
std::string nameAnglesXY
 string name of filter aXY
 
std::string nameDistance3D
 string name of filter d3D
 
std::string nameDistanceXY
 string name of filter dXY
 
std::string nameDistanceZ
 string name of filter dZ
 
std::string nameHelixFit
 string name of filter hFit
 
std::string nameSlopeRZ
 string name of filter slopeRZ
 
std::string nameDeltaSlopeRZ
 string name of filter dslopeRZ
 
std::string namePT
 string name of filter pT
 
std::string nameDeltapT
 string name of filter dPt
 
std::string nameNormedDistance3D
 string name of filter nd3D
 
std::string nameDistance2IP
 string name of filter d2IP
 
std::string nameDeltaDistance2IP
 string name of filter dd2IP
 
std::string nameAnglesHighOccupancy3D
 string name of filter a3D high occupancy
 
std::string nameAnglesHighOccupancyXY
 string name of filter aXY high occupancy
 
std::string nameAnglesHighOccupancyRZ
 string name of filter aRZ high occupancy
 
std::string nameDistanceHighOccupancy2IP
 string name of filter d2IP high occupancy
 
std::string nameDeltaSlopeHighOccupancyRZ
 string name of filter dslopeRZ high occupancy
 
std::string namePTHighOccupancy
 string name of filter pT high occupancy
 
std::string nameHelixHighOccupancyFit
 string name of filter hFit high occupancy
 
std::string nameDeltapTHighOccupancy
 string name of filter dPt high occupancy
 
std::string nameDeltaDistanceHighOccupancy2IP
 string name of filter dd2IP high occupancy
 

Detailed Description

Bundles filter methods using 2 hits.

Definition at line 21 of file GlobalNames.h.

Member Function Documentation

◆ GlobalNames::GlobalNames()

GlobalNames::GlobalNames ( )
inline

Empty constructor.

For initialisation only, an object generated this way is useless unless reset() is called at least once.

Definition at line 25 of file GlobalNames.h.

25 :
26 nameAngles3D("angles3D"),
27 nameAnglesRZ("anglesRZ"),
28 nameAnglesXY("anglesXY"),
29 nameDistance3D("distance3D"),
30 nameDistanceXY("distanceXY"),
31 nameDistanceZ("distanceZ"),
32 nameHelixFit("helixFit"),
33 nameSlopeRZ("slopeRZ"),
34 nameDeltaSlopeRZ("deltaSlopeRZ"),
35 namePT("pT"),
36 nameDeltapT("deltaPt"),
37 nameNormedDistance3D("normedDistance3D"),
38 nameDistance2IP("dist2IP"),
39 nameDeltaDistance2IP("deltaDist2IP"),
40
41 nameAnglesHighOccupancy3D("HioCangles3D"),
42 nameAnglesHighOccupancyXY("HioCanglesXY"),
43 nameAnglesHighOccupancyRZ("HioCanglesRZ"),
44 nameDistanceHighOccupancy2IP("HioCdist2IP"),
45 nameDeltaSlopeHighOccupancyRZ("HioCdeltaSlopeRZ"),
46 namePTHighOccupancy("HioCpT"),
47 nameHelixHighOccupancyFit("HioChelixFit"),
48 nameDeltapTHighOccupancy("HioCdeltaPt"),
49 nameDeltaDistanceHighOccupancy2IP("HioCdeltaDist2IP")
50 {}
std::string nameDeltaSlopeHighOccupancyRZ
string name of filter dslopeRZ high occupancy
Definition: GlobalNames.h:91
std::string nameNormedDistance3D
string name of filter nd3D
Definition: GlobalNames.h:76
std::string nameAngles3D
string name of filter a3D
Definition: GlobalNames.h:54
std::string nameDeltaDistanceHighOccupancy2IP
string name of filter dd2IP high occupancy
Definition: GlobalNames.h:99
std::string nameDistanceHighOccupancy2IP
string name of filter d2IP high occupancy
Definition: GlobalNames.h:89
std::string nameHelixFit
string name of filter hFit
Definition: GlobalNames.h:66
std::string nameDistanceXY
string name of filter dXY
Definition: GlobalNames.h:62
std::string nameSlopeRZ
string name of filter slopeRZ
Definition: GlobalNames.h:68
std::string nameDeltapT
string name of filter dPt
Definition: GlobalNames.h:74
std::string nameDistance2IP
string name of filter d2IP
Definition: GlobalNames.h:78
std::string nameHelixHighOccupancyFit
string name of filter hFit high occupancy
Definition: GlobalNames.h:95
std::string nameAnglesHighOccupancy3D
string name of filter a3D high occupancy
Definition: GlobalNames.h:83
std::string nameAnglesHighOccupancyRZ
string name of filter aRZ high occupancy
Definition: GlobalNames.h:87
std::string nameAnglesHighOccupancyXY
string name of filter aXY high occupancy
Definition: GlobalNames.h:85
std::string namePTHighOccupancy
string name of filter pT high occupancy
Definition: GlobalNames.h:93
std::string nameAnglesXY
string name of filter aXY
Definition: GlobalNames.h:58
std::string nameDistance3D
string name of filter d3D
Definition: GlobalNames.h:60
std::string nameDeltapTHighOccupancy
string name of filter dPt high occupancy
Definition: GlobalNames.h:97
std::string nameDistanceZ
string name of filter dZ
Definition: GlobalNames.h:64
std::string nameDeltaDistance2IP
string name of filter dd2IP
Definition: GlobalNames.h:80
std::string nameAnglesRZ
string name of filter aRZ
Definition: GlobalNames.h:56
std::string namePT
string name of filter pT
Definition: GlobalNames.h:72
std::string nameDeltaSlopeRZ
string name of filter dslopeRZ
Definition: GlobalNames.h:70

Member Data Documentation

◆ nameAngles3D

std::string nameAngles3D

string name of filter a3D

Definition at line 54 of file GlobalNames.h.

◆ nameAnglesHighOccupancy3D

std::string nameAnglesHighOccupancy3D

string name of filter a3D high occupancy

Definition at line 83 of file GlobalNames.h.

◆ nameAnglesHighOccupancyRZ

std::string nameAnglesHighOccupancyRZ

string name of filter aRZ high occupancy

Definition at line 87 of file GlobalNames.h.

◆ nameAnglesHighOccupancyXY

std::string nameAnglesHighOccupancyXY

string name of filter aXY high occupancy

Definition at line 85 of file GlobalNames.h.

◆ nameAnglesRZ

std::string nameAnglesRZ

string name of filter aRZ

Definition at line 56 of file GlobalNames.h.

◆ nameAnglesXY

std::string nameAnglesXY

string name of filter aXY

Definition at line 58 of file GlobalNames.h.

◆ nameDeltaDistance2IP

std::string nameDeltaDistance2IP

string name of filter dd2IP

Definition at line 80 of file GlobalNames.h.

◆ nameDeltaDistanceHighOccupancy2IP

std::string nameDeltaDistanceHighOccupancy2IP

string name of filter dd2IP high occupancy

Definition at line 99 of file GlobalNames.h.

◆ nameDeltapT

std::string nameDeltapT

string name of filter dPt

Definition at line 74 of file GlobalNames.h.

◆ nameDeltapTHighOccupancy

std::string nameDeltapTHighOccupancy

string name of filter dPt high occupancy

Definition at line 97 of file GlobalNames.h.

◆ nameDeltaSlopeHighOccupancyRZ

std::string nameDeltaSlopeHighOccupancyRZ

string name of filter dslopeRZ high occupancy

Definition at line 91 of file GlobalNames.h.

◆ nameDeltaSlopeRZ

std::string nameDeltaSlopeRZ

string name of filter dslopeRZ

Definition at line 70 of file GlobalNames.h.

◆ nameDistance2IP

std::string nameDistance2IP

string name of filter d2IP

Definition at line 78 of file GlobalNames.h.

◆ nameDistance3D

std::string nameDistance3D

string name of filter d3D

Definition at line 60 of file GlobalNames.h.

◆ nameDistanceHighOccupancy2IP

std::string nameDistanceHighOccupancy2IP

string name of filter d2IP high occupancy

Definition at line 89 of file GlobalNames.h.

◆ nameDistanceXY

std::string nameDistanceXY

string name of filter dXY

Definition at line 62 of file GlobalNames.h.

◆ nameDistanceZ

std::string nameDistanceZ

string name of filter dZ

Definition at line 64 of file GlobalNames.h.

◆ nameHelixFit

std::string nameHelixFit

string name of filter hFit

Definition at line 66 of file GlobalNames.h.

◆ nameHelixHighOccupancyFit

std::string nameHelixHighOccupancyFit

string name of filter hFit high occupancy

Definition at line 95 of file GlobalNames.h.

◆ nameNormedDistance3D

std::string nameNormedDistance3D

string name of filter nd3D

Definition at line 76 of file GlobalNames.h.

◆ namePT

std::string namePT

string name of filter pT

Definition at line 72 of file GlobalNames.h.

◆ namePTHighOccupancy

std::string namePTHighOccupancy

string name of filter pT high occupancy

Definition at line 93 of file GlobalNames.h.

◆ nameSlopeRZ

std::string nameSlopeRZ

string name of filter slopeRZ

Definition at line 68 of file GlobalNames.h.


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