#include <RawScanResultIOHelper.h>
Collaboration diagram for SctData::RawScanResultIOHelper:
Public Member Functions | |
RawScanResultIOHelper () throw () | |
RawScanResult & | create () throw () |
void | set (const RawScanResult &ob) throw () |
TH2D * | getScanData (int iLink) const throw () |
boost::shared_ptr< TH2D > | getOccupancyPerEvent (int iChip) const throw () |
void | setScanData (int iLink, auto_ptr< TH2D > data) const throw () |
void | setOccupancyPerEvent (int iChip, auto_ptr< TH2D > occ) const throw () |
void | setDataType (UINT16 type) const throw () |
void | setNumberOccupancyHists (const unsigned short n) |
Protected Attributes | |
RawScanResult * | raw |
Definition at line 18 of file RawScanResultIOHelper.h.
|
Definition at line 15 of file RawScanResultIOHelper.cpp. References SctData::ob. Referenced by SctData::IO::RawScanResultStreamer_v3::read(), SctData::IO::RawScanResultStreamer_v2::read(), SctData::IO::RawScanResultStreamer_v1::read(), SctData::IO::RawScanResultStreamer_v3::write(), SctData::IO::RawScanResultStreamer_v2::write(), and SctData::IO::RawScanResultStreamer_v1::write(). |