00001 /* BDSIM code. Version 1.0 00002 Author: Grahame A. Blair, Royal Holloway, Univ. of London. 00003 Last modified 19.1.2003 00004 Copyright (c) 2003 by G.A.Blair. ALL RIGHTS RESERVED. 00005 */ 00006 /* BDSComponentOffset. Version 1.0 00007 Author: John C.Carter, Royal Holloway, Univ. of London 00008 Date: 10 Mar 2005 00009 */ 00010 #ifndef BDSComponentOffset_h 00011 #define BDSComponentOffset_h 1 00012 00013 #include "globals.hh" 00014 #include "BDSAcceleratorComponent.hh" 00015 00016 class BDSComponentOffset :public BDSAcceleratorComponent 00017 { 00018 public: 00019 BDSComponentOffset(G4String& aName,G4double aXoffset,G4double aYoffset); 00020 ~BDSComponentOffset(); 00021 00022 protected: 00023 00024 private: 00025 00026 }; 00027 00028 #endif