/home/cern/BDSIM_new/src/BDSComponentOffset.cc

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 #include "BDSGlobalConstants.hh" // must be first in include list
00011 #include "BDSComponentOffset.hh"
00012 
00013 //============================================================
00014 
00015 BDSComponentOffset::BDSComponentOffset (G4String& aName,
00016                                         G4double aXoffset,
00017                                         G4double aYoffset):
00018   BDSAcceleratorComponent(aName,
00019                           0,0,0,0,
00020                           NULL,"",0,
00021                           aXoffset,
00022                           aYoffset)
00023 {}
00024 
00025 BDSComponentOffset::~BDSComponentOffset()
00026 {}

Generated on Wed Mar 5 17:25:22 2008 for BDSIM by  doxygen 1.5.3