Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • "DetInfo(Detector.DetID:Device.DevID)"
    Corresponds to DetInfo address type. Detector is the detector name (one of the names of the constants in Pds::DetInfo::Detector enum. DetID is a detector ID number. Device is the device name (one of the names of the constants in Pds::DetInfo::Device enum. DevID is a device ID number. Any or all parts of the specification may be missing. If detector ID or device ID is missing then separating dot is optional. If both device and device ID are missing the separating colon is optional. Missing parts could also be replaces with wildcard '*' symbol.
  • "Detector.DetID:Device.DevID"
    Same as the above specification, DetInfo and parentheses can be omitted.
  • "Detector-DetID|Device-DevID"
    Same as above, this format is supported for compatibility with pyana but is deprecated.
  • "BldInfo(BldType)"
    Corresponds to BldInfo address type. BldType is one of the names of the constants in Pds::BldInfo::Type enum (currently defined types are EBeam, PhaseCavity, FEEGasDetEnergy, Nh2Sb1Ipm01). BldType can be omitted.
  • "BldType"
    Same as above, but you cannot omit BldType here.
  • "ProcInfo(ipAddr)"
    Corresponds to ProcInfo address type. ipAddr is an IPv4 address in decimal dot notation (123.123.123.123). ipAddr can be omitted.

...