Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CylinderVolumeBuilder.hpp File Reference
#include "Acts/Definitions/Units.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/ITrackingVolumeBuilder.hpp"
#include "Acts/Geometry/ITrackingVolumeHelper.hpp"
#include "Acts/Utilities/BinningType.hpp"
#include "Acts/Utilities/Logger.hpp"
#include <algorithm>
#include <array>
#include <limits>
#include <memory>
#include <ostream>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for CylinderVolumeBuilder.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 Acts includes to create all necessary definitions.
 

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
}