00001 /* BDSIM code. Version 1.0 00002 Author: Grahame A. Blair, Royal Holloway, Univ. of London. 00003 Last modified 24.7.2002 00004 Copyright (c) 2002 by G.A.Blair. ALL RIGHTS RESERVED. 00005 */ 00006 00007 // BDSExtract 00008 // Generates individual particles from PLACET output file 00009 // G.A.Blair (RHUL) 10.12.01 00010 // adapted from code supplied by D.Schulte (CERN) 00011 00012 #ifndef BDSSpline_tab_entry_h 00013 #define BDSSpline_tab_entry_h 1 00014 00015 //--------------- 00016 class BDSSpline_tab_entry 00017 { 00018 public: 00019 BDSSpline_tab_entry(); 00020 00021 G4double x,y,y2; 00022 }; 00023 00024 #endif