00001 00002 // 00003 // $Id: AlgShieldPlank.h,v 1.1 2004/02/12 17:35:16 caius Exp $ 00004 // 00005 // AlgShieldPlank 00006 // 00007 // Package: ShieldPlank 00008 // 00009 // First go at alg fro making shield strips 00010 // 00011 // Contact: Caius Howcroft<howcroft@hep.phy.cam.ac.uk> 00012 // 00013 // Created on: Tue Sep 30 15:39:32 BST 2003 00014 // (generated by howcroft@pceb with rkp_init_alg.pl) 00015 // 00017 00018 00019 #ifndef SHIELDSTRIP_ALGSHIELDSTRIP_H 00020 #define SHIELDSTRIP_ALGSHIELDSTRIP_H 00021 00022 #include "Algorithm/AlgBase.h" 00023 00024 class CandHandle; 00025 00026 class AlgShieldPlank : public AlgBase 00027 { 00028 00029 public: 00030 AlgShieldPlank(); 00031 virtual ~AlgShieldPlank(); 00032 virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx); 00033 virtual void Trace(const char *c) const; 00034 00035 00036 private: 00037 00038 00039 ClassDef(AlgShieldPlank,1) 00040 }; 00041 00042 #endif // SHIELDSTRIP_ALGSHIELDSTRIP_H 00043
1.3.9.1