Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ShapeLocalizationParticle.hGo to the documentation of this file.00001 //-*-c++-*- 00002 #ifndef _SHAPELOCALIZATIONPARTICLE_H_ 00003 #define _SHAPELOCALIZATIONPARTICLE_H_ 00004 00005 #include "ShapeRoot.h" 00006 #include "LocalizationParticleData.h" 00007 00008 namespace DualCoding { 00009 00010 template<> 00011 class Shape<LocalizationParticleData> : public ShapeRoot { 00012 public: 00013 SHAPESTUFF_H(LocalizationParticleData); // defined in ShapeRoot.h 00014 00015 }; 00016 00017 } // namespace 00018 00019 #endif |
DualCoding 4.0 |
Generated Thu Nov 22 00:52:36 2007 by Doxygen 1.5.4 |