Use rawdigits writer - twongjirad/LArLiteSoftCookBook GitHub Wiki

The answer

  1. Checkout/Re-setup a uboone environment

  2. build normally RawDigitWriter_module should build automatically

  3. go to uboonecode/uboone/RawData/util

  4. run uboone_rawdigit_writer_fromraw.fcl on a raw ubdaq file, or uboone_rawdigit_writer.fcl for swizzled files.

It will output a RawDigitWriter file for PMT only data. This is just a simple ROOT tree with a vector of waveforms. There are other branches to tell what event number, run, channel, etc. is associated with this waveform.

Annotated

last checked 4/22 on develop