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 #include "globals.hh" 00013 #include "BDSSpline_tab_entry.hh" 00014 00015 BDSSpline_tab_entry::BDSSpline_tab_entry(){;}