Belle II Software development
|
Modules | |
mdst data objects | |
mdst modules | |
Classes | |
class | BeamParametersFitter |
Fitter calculating BeamParameters from CollisionBoostVector and CollisionInvariantMass. More... | |
class | BeamSpot |
This class contains the beam spot position and size modeled as a gaussian distribution in space. More... | |
class | CollisionAxisCMS |
This class contains the measured values of the orientation of the collision axis in the CM system obtained by pure Lorentz boost angleXZ = atan(pHERcms.X / pHERcms.Z) angleYZ = atan(pHERcms.Y / pHERcms.Z) where pHERcms is HER momentum in CM system obtained by boost. More... | |
class | CollisionBoostVector |
This class contains the measured average boost vector vec(beta) = (beta_x, beta_y, beta_z) = vec(p_e+e-)/E_e+e- of the center-of-mass system in the lab frame and its uncertainty. More... | |
class | CollisionInvariantMass |
This class contains the measured average center-of-mass energy, which is equal to the invariant mass of the colliding beams, and its uncertainty. More... | |
class | DBRepresentationOfSoftwareTriggerCut |
Class to handle storing SoftwareTriggerCuts in the database. More... | |
class | SoftwareTriggerCutBase |
Base class for the SoftwareTriggerCut and its DBRepresentation. More... | |
class | SoftwareTriggerMenu |
Class to handle storing the trigger menu in the database. More... | |
class | TRGGDLDBBadrun |
The payload class for GDL badrun. More... | |
class | TRGGDLDBFTDLBits |
The payload class for FTDL output bit. More... | |
class | TRGGDLDBInputBits |
The payload class for GDL input bit. More... | |
class | TRGGDLDBPrescales |
The payload class for GDL psnm. More... | |
class | TTDOffsets |
This class contains information to correct the information obtained from the TTD (simple offsets) More... | |
class | BeamSpotTest |
class | ECLClusterTest |
Test class for the Track object. More... | |
class | EventLevelTrackingInfoTest |
Unit tests for the event level tracking information. More... | |
class | HitPatternCDCTest |
Unit tests for the CDC hit Patterns. More... | |
class | HitPatternVXDTest |
class | KlIdTest |
Test class for the KlId object. More... | |
class | TrackTest |
Test class for the Track object. More... | |
class | TrackFitResultTest |
Set up a few arrays and objects in the datastore. More... | |
class | V0Test |
Set up a few arrays and objects in the datastore. More... | |
Functions | |
TEST_F (BeamSpotTest, Basic) | |
Constructor, copy constructor, comparison, setters and getters. | |
TEST_F (ECLClusterTest, Constructors) | |
Test default constructor. | |
TEST_F (ECLClusterTest, SettersAndGetters) | |
Test setter and getter. | |
TEST_F (EventLevelTrackingInfoTest, settersNGettersCDC) | |
Test simple Setters, Getters, and Hassers for the CDC related part. | |
TEST_F (EventLevelTrackingInfoTest, settersNGettersVXD) | |
Test simple Setters and Getters for the VXD related part. | |
TEST_F (EventLevelTrackingInfoTest, settersNGettersFlagBlock) | |
Test simple Setters and Getters for the VXD related part. | |
TEST_F (HitPatternCDCTest, settersNGetters) | |
Test simple Setters, Getters, and Hassers. | |
TEST_F (HitPatternCDCTest, SetNGetTotalNumberOfHits) | |
This tests if the total number of hits is set and read correctly. | |
TEST_F (HitPatternCDCTest, getLongestContRunInSL) | |
Test if the longest run in a superlayer is returned correctly. | |
TEST_F (HitPatternCDCTest, getFirstLastLayer) | |
Test if getFirst/LastLayer returns the proper value. | |
TEST_F (HitPatternVXDTest, NumberingScheme) | |
Test the numbering scheme in the static variables. | |
TEST_F (HitPatternVXDTest, General) | |
Constructor and some general getters. | |
TEST_F (HitPatternVXDTest, SVDSetterAndGetter) | |
Test simple Setters and Getters for SVD. | |
TEST_F (HitPatternVXDTest, PXDSetterAndGetter) | |
Test simple Setters and Getters for the PXD. | |
TEST_F (HitPatternVXDTest, NGetters) | |
Test total number of hit getters. | |
TEST_F (HitPatternVXDTest, getNLayers) | |
Test the getNLayer functions. | |
TEST_F (HitPatternVXDTest, getFirstLastLayer) | |
Test the getters for First/Last Layer. | |
TEST_F (KlIdTest, SettersAndGetters) | |
Test setter and getter. | |
TrackFitResult const * | addDummyTrack (StoreArray< TrackFitResult > &trackFitResults, Const::ChargedStable particeType) |
Utility function to create dummy TrackFitResults. | |
TEST_F (TrackTest, settersNGetters) | |
Test simple Setters and Getters. | |
TEST_F (TrackTest, getTrackFitResultWithClosestMass) | |
Test simple Setters and Getters. | |
TEST_F (TrackFitResultTest, Getters) | |
Test simple Setters and Getters. | |
TEST_F (TrackFitResultTest, ErrorPropagation) | |
Test if the error propagation of the covariance matrix works properly. | |
TEST_F (TrackFitResultTest, Charge) | |
Test get charge. | |
TEST_F (V0Test, IndexGetters) | |
Test Index Getter. | |
TEST_F (V0Test, PointerGetters) | |
Test Pointer Getter. | |
TrackFitResult const * addDummyTrack | ( | StoreArray< TrackFitResult > & | trackFitResults, |
Const::ChargedStable | particeType | ||
) |
Utility function to create dummy TrackFitResults.
Definition at line 35 of file track.cc.
TEST_F | ( | BeamSpotTest | , |
Basic | |||
) |
Constructor, copy constructor, comparison, setters and getters.
Definition at line 25 of file BeamSpotUT.cc.
TEST_F | ( | ECLClusterTest | , |
Constructors | |||
) |
Test default constructor.
Definition at line 29 of file eclCluster.cc.
TEST_F | ( | ECLClusterTest | , |
SettersAndGetters | |||
) |
Test setter and getter.
Definition at line 78 of file eclCluster.cc.
TEST_F | ( | EventLevelTrackingInfoTest | , |
settersNGettersCDC | |||
) |
Test simple Setters, Getters, and Hassers for the CDC related part.
Definition at line 23 of file eventLevelTrackingInfo.cc.
TEST_F | ( | EventLevelTrackingInfoTest | , |
settersNGettersFlagBlock | |||
) |
Test simple Setters and Getters for the VXD related part.
Definition at line 82 of file eventLevelTrackingInfo.cc.
TEST_F | ( | EventLevelTrackingInfoTest | , |
settersNGettersVXD | |||
) |
Test simple Setters and Getters for the VXD related part.
Definition at line 60 of file eventLevelTrackingInfo.cc.
TEST_F | ( | HitPatternCDCTest | , |
getFirstLastLayer | |||
) |
Test if getFirst/LastLayer returns the proper value.
Definition at line 97 of file hitPatternCDC.cc.
TEST_F | ( | HitPatternCDCTest | , |
getLongestContRunInSL | |||
) |
Test if the longest run in a superlayer is returned correctly.
Definition at line 80 of file hitPatternCDC.cc.
TEST_F | ( | HitPatternCDCTest | , |
SetNGetTotalNumberOfHits | |||
) |
This tests if the total number of hits is set and read correctly.
Definition at line 63 of file hitPatternCDC.cc.
TEST_F | ( | HitPatternCDCTest | , |
settersNGetters | |||
) |
Test simple Setters, Getters, and Hassers.
Definition at line 22 of file hitPatternCDC.cc.
TEST_F | ( | HitPatternVXDTest | , |
General | |||
) |
Constructor and some general getters.
Definition at line 34 of file hitPatternVXD.cc.
TEST_F | ( | HitPatternVXDTest | , |
getFirstLastLayer | |||
) |
Test the getters for First/Last Layer.
Definition at line 142 of file hitPatternVXD.cc.
TEST_F | ( | HitPatternVXDTest | , |
getNLayers | |||
) |
Test the getNLayer functions.
Definition at line 114 of file hitPatternVXD.cc.
TEST_F | ( | HitPatternVXDTest | , |
NGetters | |||
) |
Test total number of hit getters.
Definition at line 101 of file hitPatternVXD.cc.
TEST_F | ( | HitPatternVXDTest | , |
NumberingScheme | |||
) |
Test the numbering scheme in the static variables.
Definition at line 25 of file hitPatternVXD.cc.
TEST_F | ( | HitPatternVXDTest | , |
PXDSetterAndGetter | |||
) |
Test simple Setters and Getters for the PXD.
Definition at line 68 of file hitPatternVXD.cc.
TEST_F | ( | HitPatternVXDTest | , |
SVDSetterAndGetter | |||
) |
Test simple Setters and Getters for SVD.
Definition at line 46 of file hitPatternVXD.cc.
TEST_F | ( | KlIdTest | , |
SettersAndGetters | |||
) |
Test setter and getter.
Definition at line 30 of file KlIdTest.cc.
TEST_F | ( | TrackFitResultTest | , |
Charge | |||
) |
Test get charge.
Definition at line 151 of file trackFitResult.cc.
TEST_F | ( | TrackFitResultTest | , |
ErrorPropagation | |||
) |
Test if the error propagation of the covariance matrix works properly.
Definition at line 82 of file trackFitResult.cc.
TEST_F | ( | TrackFitResultTest | , |
Getters | |||
) |
Test simple Setters and Getters.
Definition at line 36 of file trackFitResult.cc.
TEST_F | ( | TrackTest | , |
getTrackFitResultWithClosestMass | |||
) |
Test simple Setters and Getters.
Definition at line 119 of file track.cc.
TEST_F | ( | TrackTest | , |
settersNGetters | |||
) |
Test simple Setters and Getters.
Definition at line 50 of file track.cc.
TEST_F | ( | V0Test | , |
IndexGetters | |||
) |
Test Index Getter.
Definition at line 52 of file v0.cc.
TEST_F | ( | V0Test | , |
PointerGetters | |||
) |
Test Pointer Getter.
Definition at line 63 of file v0.cc.