ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <array>
#include <limits>
#include <string>
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/IConfinedTrackingVolumeBuilder.hpp"
#include "Acts/Geometry/ILayerBuilder.hpp"
#include "Acts/Geometry/ITrackingVolumeBuilder.hpp"
#include "Acts/Geometry/ITrackingVolumeHelper.hpp"
#include "Acts/Utilities/BinningType.hpp"
#include "Acts/Utilities/Logger.hpp"
#include "Acts/Utilities/Units.hpp"
Go to the source code of this file.
Classes | |
struct | Acts::VolumeConfig |
VolumeConfig struct to understand the layer config. More... | |
struct | Acts::WrappingConfig |
The WrappingSetup that is happening here. More... | |
class | Acts::CylinderVolumeBuilder |
struct | Acts::CylinderVolumeBuilder::Config |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
Macros | |
#define | ATAS_GEOMETRYTOOLS_TAKESMALLERBIGGER |
#define | takeSmaller(current, test) current = current < test ? current : test |
#define | takeBigger(current, test) current = current > test ? current : test |
#define | takeSmallerBigger(cSmallest, cBiggest, test) |
Enumerations | |
enum | Acts::WrappingCondition { Acts::Undefined = 0, Acts::Attaching = 1, Acts::Inserting = 2, Acts::Wrapping = 3, Acts::CentralInserting = 4, Acts::CentralWrapping = 5, Acts::NoWrapping = 6 } |
#define ATAS_GEOMETRYTOOLS_TAKESMALLERBIGGER |
Definition at line 29 of file CylinderVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 29 of file CylinderVolumeBuilder.hpp
Definition at line 31 of file CylinderVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 31 of file CylinderVolumeBuilder.hpp
Referenced by Acts::VolumeConfig::adaptR(), Acts::VolumeConfig::adaptZ(), Acts::CylinderVolumeBuilder::analyzeContent(), and Acts::CylinderVolumeHelper::estimateAndCheckDimension().
Definition at line 30 of file CylinderVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 30 of file CylinderVolumeBuilder.hpp
Referenced by Acts::VolumeConfig::adaptR(), Acts::VolumeConfig::adaptZ(), Acts::CylinderVolumeBuilder::analyzeContent(), and Acts::CylinderVolumeHelper::estimateAndCheckDimension().
#define takeSmallerBigger | ( | cSmallest, | |
cBiggest, | |||
test | |||
) |
Definition at line 32 of file CylinderVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 32 of file CylinderVolumeBuilder.hpp