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
PolarGrid.cpp
Go to the documentation of this file.
1 /*
2  * PolarGrid.cpp
3  *
4  * Created on: Sep 16, 2014
5  * Author: Marko Petric
6  */
7 
9 
10 namespace DD4hep {
11  namespace DDSegmentation {
12 
14  PolarGrid::PolarGrid(const std::string& cellEncoding) :
15  Segmentation(cellEncoding) {
16  }
19  }
20 
23  }
24 
25  } /* namespace DDSegmentation */
26 } /* namespace DD4hep */
virtual ~PolarGrid()
Destructor.
Definition: PolarGrid.cpp:22
Base class for all segmentations.
Definition: Segmentation.h:68
PolarGrid(const std::string &cellEncoding="")
Default constructor used by derived classes passing the encoding string.
Definition: PolarGrid.cpp:14