/scratch0/jsnuveri/BDSIM/BDSIMgit/bdsim/include/BDSTerminator.hh

00001 /* BDSIM
00002    Author: L. Nevay,
00003    Last modified 15/04/2014
00004    Copyright (c) 2014.  ALL RIGHTS RESERVED.
00005 */
00006 
00007 #ifndef BDSTerminator_h
00008 #define BDSTerminator_h
00009 
00010 #include "BDSAcceleratorComponent.hh"
00011 #include "parser/elementlist.h"
00012 
00013 class BDSTerminator : public BDSAcceleratorComponent
00014 {
00015 public:
00016   BDSTerminator(G4String aName, G4double aLength);
00017   ~BDSTerminator();
00018 private:
00019   virtual void BuildContainerLogicalVolume();
00020 };
00021 
00022 void AddTerminatorToEndOfBeamline(ElementList* beamline_list);
00023 
00024 #endif

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7