ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <map>
#include <memory>
#include <vector>
#include "Acts/Geometry/BoundarySurfaceFace.hpp"
#include "Acts/Utilities/BinnedArray.hpp"
Go to the source code of this file.
Classes | |
class | Acts::GlueVolumesDescriptor |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
Typedefs | |
using | Acts::TrackingVolumePtr = std::shared_ptr< const TrackingVolume > |
A std::shared_ptr to a tracking volume. | |
using | Acts::TrackingVolumeArray = BinnedArray< TrackingVolumePtr > |
A BinnedArray of a std::shared_tr to a TrackingVolume. | |
Functions | |
std::ostream & | Acts::operator<< (std::ostream &sl, const GlueVolumesDescriptor &gvd) |