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
CartesianGrid.cpp
Go to the documentation of this file.
1 /*
2  * CartesianGrid.cpp
3  *
4  * Created on: Jun 28, 2013
5  * Author: Christian Grefe, CERN
6  */
7 
9 
10 namespace DD4hep {
11  namespace DDSegmentation {
12 
14  CartesianGrid::CartesianGrid(const std::string& cellEncoding) :
15  Segmentation(cellEncoding) {
16  }
17 
20  }
21 
24  }
25 
26  } /* namespace DDSegmentation */
27 } /* namespace DD4hep */
CartesianGrid(const std::string &cellEncoding="")
Default constructor used by derived classes passing the encoding string.
Base class for all segmentations.
Definition: Segmentation.h:68