Commit afd740dc authored by Valentina Fioretti's avatar Valentina Fioretti
Browse files

GDML fixed

parent 698dc472
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
/***************************************************************************
                          CXYZSD.cc  -  description
                             -------------------
    begin                : 2012
    copyright            : (C) 2012 Valentina Fioretti
    email                : fioretti@iasfbo.inaf.it
 ***************************************************************************/
//
// ********************************************************************
// * License and Disclaimer                                           *
+1 −23
Original line number Diff line number Diff line
/***************************************************************************
                          CXYSSD.hh  -  description
                             -------------------
    begin                : 2012
    copyright            : (C) 2012 Valentina Fioretti
    email                : fioretti@iasfbo.inaf.it
 ***************************************************************************/
//
// ********************************************************************
// * License and Disclaimer                                           *
// *                                                                  *
@@ -29,21 +21,7 @@
// * use  in  resulting  scientific  publications,  and indicate your *
// * acceptance of all terms of the Geant4 Software license.          *
// ********************************************************************
//
// Copyright 2025 Valentina Fioretti
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// **********************************************************************


#ifndef CXYZSD_h
#define CXYZSD_h 1
+0 −16
Original line number Diff line number Diff line
/***************************************************************************
                          THELSatellite.cc  -  description
                             -------------------
    begin                : 2010
    copyright            : (C) 2010, 2014 Andrea Bulgarelli
    email                : bulgarelli@iasfbo.inaf.it
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software for non commercial purpose              *
 *   and for public research institutes; you can redistribute it and/or    *
 *   modify it under the terms of the GNU General Public License.          *
 *   For commercial purpose see appropriate license terms                  *
 *                                                                         *
 ***************************************************************************/
//
// Copyright 2025 Valentina Fioretti
//
+0 −16
Original line number Diff line number Diff line
/***************************************************************************
                          THELSatellite.hh  -  description
                             -------------------
    begin                : 2010
    copyright            : (C) 2010, 2014  Andrea Bulgarelli
    email                : bulgarelli@iasfbo.inaf.it
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software for non commercial purpose              *
 *   and for public research institutes; you can redistribute it and/or    *
 *   modify it under the terms of the GNU General Public License.          *
 *   For commercial purpose see appropriate license terms                  *
 *                                                                         *
 ***************************************************************************/
//
// Copyright 2025 Valentina Fioretti
//
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gdml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd">
<gdml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

 <define>
  <constant name="HALFPI" value="pi/2."/>
Loading