C# Class Analysis.EDM.GatedDetectorData

Inheritance: DetectorData
Datei anzeigen Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
Gate GatedDetectorExtractSpec
SubtractedBackground double

Public Methods

Method Description
ExtractFromBlock ( Block b, GatedDetectorExtractSpec gate ) : GatedDetectorData
operator ( ) : GatedDetectorData

Method Details

ExtractFromBlock() public static method

public static ExtractFromBlock ( Block b, GatedDetectorExtractSpec gate ) : GatedDetectorData
b Data.EDM.Block
gate GatedDetectorExtractSpec
return GatedDetectorData

operator() public static method

public static operator ( ) : GatedDetectorData
return GatedDetectorData

Property Details

Gate public_oe property

public GatedDetectorExtractSpec Gate
return GatedDetectorExtractSpec

SubtractedBackground public_oe property

public double SubtractedBackground
return double