60 using stringcmd_pair = std::pair<G4UIcmdWithAString*, std::string>;
61 using boolcmd_pair = std::pair<G4UIcmdWithABool*, std::string>;
62 using directory_array = std::array<G4UIdirectory*, G4ProfileType::TypeEnd>;
63 using stringcmd_array = std::array<stringcmd_pair, G4ProfileType::TypeEnd>;
64 using boolcmd_array = std::array<boolcmd_pair, G4ProfileType::TypeEnd>;
65 using boolcmd_vector = std::vector<boolcmd_pair>;
69 directory_array profileTypeDirs;
71 boolcmd_array profileEnableCmds;
72 boolcmd_vector profileGeneralCmds;
73 stringcmd_array profileCompCmds;