DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Classes | Namespaces | Typedefs
Segmentation.h File Reference
#include "DD4hep/detail/SegmentationsInterna.h"
#include "DDSegmentation/BitFieldCoder.h"
#include "DDSegmentation/SegmentationParameter.h"
#include <map>
#include <utility>
#include <set>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  dd4hep::DDSegmentation::Vector3D
 Simple container for a physics vector. More...
 
class  dd4hep::DDSegmentation::Segmentation
 Base class for all segmentations. More...
 

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 
 dd4hep::DDSegmentation
 Namespace for base segmentations.
 

Typedefs

typedef TypedSegmentationParameter< int > * dd4hep::DDSegmentation::IntParameter
 
typedef TypedSegmentationParameter< float > * dd4hep::DDSegmentation::FloatParameter
 
typedef TypedSegmentationParameter< double > * dd4hep::DDSegmentation::DoubleParameter
 
typedef TypedSegmentationParameter< std::string > * dd4hep::DDSegmentation::StringParameter
 
typedef TypedSegmentationParameter< std::vector< int > > * dd4hep::DDSegmentation::IntVecParameter
 
typedef TypedSegmentationParameter< std::vector< float > > * dd4hep::DDSegmentation::FloatVecParameter
 
typedef TypedSegmentationParameter< std::vector< double > > * dd4hep::DDSegmentation::DoubleVecParameter
 
typedef TypedSegmentationParameter< std::vector< std::string > > * dd4hep::DDSegmentation::StringVecParameter
 
typedef SegmentationParameter::UnitType dd4hep::DDSegmentation::UnitType