1 #ifndef MHO_MK4ChanId_HH__
2 #define MHO_MK4ChanId_HH__
29 static std::string
Make(
const std::string& band,
int chidx,
const std::string& sideband,
char pol)
31 std::ostringstream ss;
32 ss << band << std::setfill(
'0') << std::setw(2) << chidx << sideband << pol;
36 static std::string
Make(
const std::string& band,
int chidx,
const std::string& sideband,
const std::string& pol)
38 return Make(band, chidx, sideband, pol.empty() ?
'-' : pol[0]);
Definition: MHO_MK4ChanId.hh:27
static std::string Make(const std::string &band, int chidx, const std::string &sideband, char pol)
Definition: MHO_MK4ChanId.hh:29
static std::string Make(const std::string &band, int chidx, const std::string &sideband, const std::string &pol)
Definition: MHO_MK4ChanId.hh:36
Definition: MHO_AdhocFlagging.hh:18