Extend LArSoft Data Types - twongjirad/LArLiteSoftCookBook GitHub Wiki

  • Put object into core/DataFormat
  • Extension of source file must be .cxx in order to be included in build
  • class must inherit from data_base
  • also make event_[DATATYPE] class. Must be a hook of some sort.
  • Add new class and event_X to LinkDef.h
  • Make enum and string constant name in Base/DataFormatConstants.h