EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
namespace | ActsExamples::Generic |
Functions | |
std::vector< Acts::Vector3D > | ActsExamples::Generic::modulePositionsCylinder (double radius, double zStagger, double moduleHalfLength, double lOverlap, const std::pair< int, int > &binningSchema) |
helper method for cylinder | |
std::vector< std::vector < Acts::Vector3D > > | ActsExamples::Generic::modulePositionsDisc (double z, double ringStagger, std::vector< double > phiStagger, std::vector< double > phiSubStagger, double innerRadius, double outerRadius, const std::vector< size_t > &discBinning, const std::vector< double > &moduleHalfLength) |
helper method for disc | |
std::vector< Acts::Vector3D > | ActsExamples::Generic::modulePositionsRing (double z, double radius, double phiStagger, double phiSubStagger, int nPhiBins) |
Helper method for positioning. | |