Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
}
GenFit
blob
master
gtest
TestMaterialEffects.cpp
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:17
using
1.8.2 with
sPHENIX GitHub integration