Inheritance diagram for SctData.RawScanResult:
Public Member Functions | |
RawScanResult (ScanHeader header, ModuleConfiguration moduleConfig, ScanPoints points, IHistogram2D scanData) | |
String | getClassName () |
String | getUniqueID () |
IHistogram2D | getData () |
Gets the scan data as a ROOT histogram. | |
void | write (OStream s, ObjectManager o) throws java.io.IOException |
Static Public Member Functions | |
String | getUniqueID (ScanHeader header) |
RawScanResult | read (IStream s, ObjectManager o) throws java.io.IOException |
Utility function that gets a general occupancy hist. |
Note that this object (like all others in the package) owns its members (i.e. it will delete them when it is deleted). This can cause problems with the 4 argument constructor if you give it local vars!!!! The get***Occupancy functions all return a TH1D with a constant name. It is up to the calling code to rename it as required if it does not want the hist deleted the next time any of these functions is called.
|
Implements Sct.Serializable. |
|
Utility function that gets a general occupancy hist. Returns a TH1D containing the occupancy. |