DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CylindricalSegmentation.cpp
Go to the documentation of this file.
1 /*
2  * CylindricalSegmentation.cpp
3  *
4  * Created on: Oct 31, 2013
5  * Author: Christian Grefe, CERN
6  */
7 
9 
10 namespace DD4hep {
11  namespace DDSegmentation {
12 
14  CylindricalSegmentation::CylindricalSegmentation(const std::string& cellEncoding) :
15  Segmentation(cellEncoding) {
16  }
17 
20  Segmentation(decode) {
21  }
22 
25 
26  }
27 
28  } /* namespace DDSegmentation */
29 } /* namespace DD4hep */
CylindricalSegmentation(const std::string &cellEncoding)
default constructor using an arbitrary type
Base class for all segmentations.
Definition: Segmentation.h:68