EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
LayerCreatorFixture () | |
template<typename... Args> | |
bool | checkBinning (Args &&...args) |
bool | checkBinContentSize (const SurfaceArray *sArray, size_t n) |
SrfVec | fullPhiTestSurfacesEC (size_t n=10, double shift=0, double zbase=0, double r=10) |
SrfVec | fullPhiTestSurfacesBRL (int n=10, double shift=0, double zbase=0, double incl=M_PI/9., double w=2, double h=1.5) |
SrfVec | makeBarrel (int nPhi, int nZ, double w, double h) |
std::pair< SrfVec, std::vector < std::pair< const Surface *, const Surface * > > > | makeBarrelStagger (int nPhi, int nZ, double shift=0, double incl=M_PI/9., double w=2, double h=1.5) |
Public Attributes | |
std::shared_ptr< const SurfaceArrayCreator > | p_SAC |
std::shared_ptr< LayerCreator > | p_LC |
std::vector< std::shared_ptr < const Surface > > | m_surfaces |
Definition at line 81 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 81 of file LayerCreatorTests.cpp
|
inline |
Definition at line 87 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 87 of file LayerCreatorTests.cpp
References Acts::getDefaultLogger(), p_LC, p_SAC, Acts::LayerCreator::Config::surfaceArrayCreator, and Acts::Logging::VERBOSE.
|
inline |
Definition at line 102 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 102 of file LayerCreatorTests.cpp
References Acts::SurfaceArray::at(), Acts::SurfaceArray::isValidBin(), n, and Acts::SurfaceArray::size().
|
inline |
Definition at line 98 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 98 of file LayerCreatorTests.cpp
References charm_jet_coverage::args, and p_LC.
|
inline |
Definition at line 143 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 143 of file LayerCreatorTests.cpp
References Acts::UnitConstants::h, M_PI, m_surfaces, n, and z.
Referenced by makeBarrel().
|
inline |
Definition at line 118 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 118 of file LayerCreatorTests.cpp
References M_PI, m_surfaces, n, and z.
|
inline |
Definition at line 171 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 171 of file LayerCreatorTests.cpp
References fullPhiTestSurfacesBRL(), M_PI, and z.
|
inline |
Definition at line 186 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 186 of file LayerCreatorTests.cpp
References Acts::UnitConstants::h, M_PI, m_surfaces, Acts::Test::tgContext, and z.
std::vector<std::shared_ptr<const Surface> > Acts::Test::LayerCreatorFixture::m_surfaces |
Definition at line 85 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 85 of file LayerCreatorTests.cpp
Referenced by fullPhiTestSurfacesBRL(), fullPhiTestSurfacesEC(), and makeBarrelStagger().
std::shared_ptr<LayerCreator> Acts::Test::LayerCreatorFixture::p_LC |
Definition at line 83 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 83 of file LayerCreatorTests.cpp
Referenced by checkBinning(), and LayerCreatorFixture().
std::shared_ptr<const SurfaceArrayCreator> Acts::Test::LayerCreatorFixture::p_SAC |
Definition at line 82 of file LayerCreatorTests.cpp.
View newest version in sPHENIX GitHub at line 82 of file LayerCreatorTests.cpp
Referenced by LayerCreatorFixture().