#include <RawScanResultIOHelper.h>
Collaboration diagram for SctData::RawScanResultIOHelper:
Public Member Functions | |
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.
|