#include "../src/TLorentzVectorFactory.h"
#include "gtest/gtest.h"
Go to the source code of this file.
|
| | TEST (TLorentzVectoryTest, positiveEta) |
| | TEST (TLorentzVectoryTest, negativeEta) |
| | TEST (TLorentzVectoryTest, vals0) |
| | TEST (TLorentzVectoryTest, thowsOnBadEt) |
◆ TEST() [1/4]
| TEST |
( |
TLorentzVectoryTest | , |
|
|
negativeEta | ) |
Definition at line 17 of file TLorentzVectorFactoryTest.cxx.
17 {
20 double eps = 0.00001;
22 EXPECT_NEAR(
tl.Eta(),
eta, eps);
23 EXPECT_NEAR(
tl.Et(),
et, eps);
24}
Scalar eta() const
pseudorapidity method
virtual TLorentzVector make(double eta, double et) const override
Extra patterns decribing particle interation process.
◆ TEST() [2/4]
| TEST |
( |
TLorentzVectoryTest | , |
|
|
positiveEta | ) |
◆ TEST() [3/4]
| TEST |
( |
TLorentzVectoryTest | , |
|
|
thowsOnBadEt | ) |
◆ TEST() [4/4]
| TEST |
( |
TLorentzVectoryTest | , |
|
|
vals0 | ) |