EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
blob
master
core
eventDisplay
fields
finitePlanes
fitters
GBL
GFRave
gtest
TestConstField.cpp
TestMaterial.cpp
TestMaterialEffects.cpp
TestRKMatrixEigenTransformations.cpp
TestRKTrackRep.cpp
TestRootEigenTransformations.cpp
TestUnits.cpp
measurements
test
trackReps
utilities
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
TestMaterialEffects.cpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TestMaterialEffects.cpp
1
#include <gtest/gtest.h>
2
3
#include <
AbsMaterialInterface.h
>
4
#include <
MaterialEffects.h
>
5
6
namespace
genfit {
7
8
class
MaterialEffectsTests
:
public
::testing::Test {
9
protected
:
10
virtual
void
SetUp
() {
11
genfit::MaterialEffects::getInstance
()->
init
(
nullptr
);
12
}
13
14
virtual
void
TearDown
() {
15
genfit::MaterialEffects::getInstance
()->
destruct
();
16
}
17
};
18
19
20
// TODO: Write a ConstMaterialInterface similiar to the ConstMagneticField for testing purposes.
21
// TODO: We can easily check the formulas then! Yeah...
22
}
fun4all_GenFit
blob
master
gtest
TestMaterialEffects.cpp
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:54
using
1.8.2 with
EIC GitHub integration