![]() |
|
|||
File indexing completed on 2025-02-22 09:36:49
0001 //========================================================================== 0002 // AIDA Detector description implementation 0003 //-------------------------------------------------------------------------- 0004 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN) 0005 // All rights reserved. 0006 // 0007 // For the licensing terms see $DD4hepINSTALL/LICENSE. 0008 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS. 0009 // 0010 //========================================================================== 0011 /* 0012 * PolarGrid.cpp 0013 * 0014 * Created on: Sep 16, 2014 0015 * Author: Marko Petric 0016 */ 0017 0018 #include <DDSegmentation/PolarGrid.h> 0019 0020 namespace dd4hep { 0021 namespace DDSegmentation { 0022 0023 /// Default constructor used by derived classes passing the encoding string 0024 PolarGrid::PolarGrid(const std::string& cellEncoding) : 0025 Segmentation(cellEncoding) { 0026 } 0027 /// Default constructor used by derived classes passing an existing decoder 0028 PolarGrid::PolarGrid(const BitFieldCoder* decode) : Segmentation(decode) { 0029 } 0030 0031 /// Destructor 0032 PolarGrid::~PolarGrid() { 0033 } 0034 0035 } /* namespace DDSegmentation */ 0036 } /* namespace dd4hep */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |