Geant4 Cross Reference |
1 // << 2 // ******************************************* 1 // ******************************************************************** 3 // * License and Disclaimer << 2 // * DISCLAIMER * 4 // * 3 // * * 5 // * The Geant4 software is copyright of th << 4 // * The following disclaimer summarizes all the specific disclaimers * 6 // * the Geant4 Collaboration. It is provided << 5 // * of contributors to this software. The specific disclaimers,which * 7 // * conditions of the Geant4 Software License << 6 // * govern, are listed with their locations in: * 8 // * LICENSE and available at http://cern.ch/ << 7 // * http://cern.ch/geant4/license * 9 // * include a list of copyright holders. << 10 // * 8 // * * 11 // * Neither the authors of this software syst 9 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 10 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 11 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 12 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file << 13 // * use. * 16 // * for the full disclaimer and the limitatio << 17 // * 14 // * * 18 // * This code implementation is the result << 15 // * This code implementation is the intellectual property of the * 19 // * technical work of the GEANT4 collaboratio << 16 // * GEANT4 collaboration. * 20 // * By using, copying, modifying or distri << 17 // * By copying, distributing or modifying the Program (or any work * 21 // * any work based on the software) you ag << 18 // * based on the Program) you indicate your acceptance of this * 22 // * use in resulting scientific publicati << 19 // * statement, and all its terms. * 23 // * acceptance of all terms of the Geant4 Sof << 24 // ******************************************* 20 // ******************************************************************** 25 // 21 // 26 // G4ParticleWithCuts << 27 // 22 // 28 // Dummy class for G4ParticleDefinition << 23 // $Id: G4ParticleWithCuts.hh,v 1.17 2003/03/17 00:51:03 kurasige Exp $ >> 24 // GEANT4 tag $Name: geant4-05-01 $ >> 25 // >> 26 // >> 27 // -------------------------------------------------------- >> 28 // GEANT 4 class header file >> 29 // >> 30 // History: >> 31 // first implementation, based on object model of Hisaya Kurashige, >> 32 // calculation of Range Table is based on implementeation for Muon >> 33 // by L.Urban, 10 May 1996 >> 34 // added RestoreCuts H.Kurashige 09 Mar. 2001 >> 35 // introduced material dependent range cuts 08 Sep. 2001 >> 36 // restructuring for Cuts per Region by Hisaya 07 Oct.2002 >> 37 // change to dummy class by Hisaya 11 MAr.2003 >> 38 // ---------------------------------------------------------------- >> 39 // Class Description >> 40 // Dummy to be removed in future >> 41 // 29 42 30 // Author: H.Kurashige, 9 March 2001 << 31 // ------------------------------------------- << 32 #ifndef G4ParticleWithCuts_h 43 #ifndef G4ParticleWithCuts_h 33 #define G4ParticleWithCuts_h 1 44 #define G4ParticleWithCuts_h 1 >> 45 #include "G4ParticleDefinition.hh" 34 46 35 #include "G4ParticleDefinition.hh" << 47 typedef G4ParticleDefinition G4ParticleWithCuts; 36 << 37 using G4ParticleWithCuts = G4ParticleDefinitio << 38 48 39 #endif 49 #endif >> 50 >> 51 >> 52 >> 53 >> 54 >> 55 >> 56 >> 57 >> 58 >> 59 >> 60 40 61