Skip to content
Snippets Groups Projects
Geant4GeometryInfo.cpp 648 B
Newer Older
// $Id: Geant4Mapping.cpp 588 2013-06-03 11:41:35Z markus.frank $
//====================================================================
//  AIDA Detector description implementation for LCD
//--------------------------------------------------------------------
//
//  Author     : M.Frank
//
//====================================================================

#include "DDG4/Geant4GeometryInfo.h"
using namespace DD4hep::Simulation;

/// Default constructor
Geant4GeometryInfo::Geant4GeometryInfo()
    : TNamed("Geant4GeometryInfo", "Geant4GeometryInfo"), valid(false) {
Geant4GeometryInfo::~Geant4GeometryInfo() {