Versions Compared

Key

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

...

Code Block
pslogin ~ >  xtcreader -f myxtcfile.xtc | less

Reading through the output, you may see sections describing the various transitions in datataking. Look for these "headings" in the text output:

  • Configure transition
  • BeginRun transition
  • BeginCalibCycle transition
  • Enable transition
  • Enable transition
  • L1Accept transition — This is the event data. Each event starts with "L1Accept transition:". From the text that follows, you can get an idea of what detector data is in the xtc file.

MyAna .... C++ program to extract information from xtc file

...