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 // BDSExtractBunch.hh 00007 // Bunch format interfacing to PLACET output file 00008 // G.A.Blair (RHUL) 10.12.01 00009 // adapted from code supplied by D.Schulte (CERN) 00010 00011 #ifndef BDSParticle_h 00012 #define BDSParticle_h 1 00013 00014 #include "globals.hh" 00015 00016 class BDSParticle 00017 { 00018 public: 00019 BDSParticle(); 00020 G4double energy,wgt,y,yp; 00021 G4double x,xp; 00022 }; 00023 00024 00025 #endif