Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: EventKeys - add parameters

...

Code Block
bgColor#F7F7ED
Event keys:
  EventKey(type=Psana::EvrData::DataV3, src=DetInfo(NoDetector.0:Evr.0))
  EventKey(type=Psana::Camera::FrameV1, src=DetInfo(CxiDg1.0:Tm6740.0))
  EventKey(type=Psana::Ipimb::DataV1, src=DetInfo(CxiDg1.0:Ipimb.0))
...

This module have two optional parameters to control output:

parameter

default value

description

print_cfg_in_evt

false

Flag: true - print in event() info about env.configStore().keys()

print_clb_in_evt

false

Flag: true - print in event() info about env.calibStore().keys()

This module is useful to display the content of the events without dumping all the data. Example command which uses this module is:

...