#ifndef __PSHAG_CELECTRICDESCRIPTION_HPP__ #define __PSHAG_CELECTRICDESCRIPTION_HPP__ #include "CParticleDataFactory.hpp" #include "CRealElement.hpp" #include "CIntElement.hpp" #include "CVectorElement.hpp" #include "CModVectorElement.hpp" #include "CColorElement.hpp" #include "CUVElement.hpp" namespace pshag { class CElectricDescription { public: std::unique_ptr x0_LIFE; std::unique_ptr x4_SLIF; std::unique_ptr x8_GRAT; std::unique_ptr xc_SCNT; std::unique_ptr x10_SSEG; std::unique_ptr x14_COLR; bool x18_IEMT; bool x1c_FEMT; bool x20_AMPL; bool x24_AMPD; bool x28_LWD1; bool x2c_LWD2; bool x30_LWD3; std::unique_ptr x34_LCL1; std::unique_ptr x38_LCL2; std::unique_ptr x3c_LCL3; SSwooshGeneratorDesc x40_SSWH; SChildGeneratorDesc x50_GPSM; SChildGeneratorDesc x60_EPSM; bool x70_ZERY; }; } #endif // __PSHAG_CELECTRICDESCRIPTION_HPP__