CBM_YAML_PROPERTIES(yaml::Property(&Cell::sizeX, "sizeX", "size in X direction"), yaml::Property(&Cell::sizeY, "sizeY", "size in Y direction"), yaml::Property(&Cell::translation, "translation", "Translation vector", YAML::Flow), yaml::Property(&Cell::rotation, "rotation", "Rotation matrix", YAML::Flow))
CBM_YAML_PROPERTIES(yaml::Property(&Rpc::deadStrips, "deadStrips", "bit mask for dead strips"), yaml::Property(&Rpc::posYMaxScal, "posYMaxScal", "maximum value of y position"), yaml::Property(&Rpc::maxTimeDist, "maxTimeDist", "maximum time distance"), yaml::Property(&Rpc::maxSpaceDist, "maxSpaceDist", "maximum space distance"), yaml::Property(&Rpc::sigVel, "sigVel", "signal velocity"), yaml::Property(&Rpc::timeRes, "timeRes", "time resolution"), yaml::Property(&Rpc::cell, "cell", "cell parameters"), yaml::Property(&Rpc::trackingStationId, "trackingStationId", "tracking station index"), yaml::Property(&Rpc::CPTOffYBinWidth, "CPTOffYBinWidth", "CPT Y offset bin width"), yaml::Property(&Rpc::CPTOffYRange, "CPTOffYRange", "CPT Y offset range"), yaml::Property(&Rpc::CPTOffY, "CPTOffY", "CPT Y offset array"), yaml::Property(&Rpc::chanPar, "chanPar", "channel parameters"))
CBM_YAML_PROPERTIES(yaml::Property(&HitfindSetup::NbSm, "NbSm", "Number of SMs per super module type", {}, YAML::Flow), yaml::Property(&HitfindSetup::NbRpc, "NbRpc", "Number of RPCs per super module type", {}, YAML::Flow), yaml::Property(&HitfindSetup::rpcs, "rpcs", "Parameters of RPCs"))