Use auto-declaring property ctor for BCM RDOs ReadHandleKey
Fatras does not simulate the BCM, and therefore when RawInfoSummaryForTagWriter attempts to retrieve BCM RDOs, dereferencing the associated VarHandle fails and leads to a crash. Instead of introducing a new property explicitly, this commit uses the auto-declaring property constructor for the associated ReadHandleKey; to disable the reading of BCM RDOs, this key can be made empty in job configuration, which will record zero BCM hits in the RISFTobject.
Showing
- PhysicsAnalysis/EventTag/EventTagRawAlgs/src/RawInfoSummaryForTagWriter.cxx 21 additions, 20 deletions...entTag/EventTagRawAlgs/src/RawInfoSummaryForTagWriter.cxx
- PhysicsAnalysis/EventTag/EventTagRawAlgs/src/RawInfoSummaryForTagWriter.h 2 additions, 2 deletions...EventTag/EventTagRawAlgs/src/RawInfoSummaryForTagWriter.h
Please register or sign in to comment