C# 클래스 Data.EDM.Block

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Version int
detectors List

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetAverageTOF ( int index ) : TOF
GetSPData ( string channel ) : List
GetSwitchTOFs ( string switches, int index ) : TOF[]
GetSwitchTOFs ( string switches, int index, bool normed ) : TOF[]
GetTOFIntegralArray ( int index, double startTime, double endTime ) : double[]
GetTOFMeanArray ( int index, double startTime, double endTime ) : double[]
Normalise ( GatedDetectorExtractSpec normGate ) : void
SetTimeStamp ( ) : void
TOFuliseSinglePointData ( string channelsToTOFulise ) : void

메소드 상세

GetAverageTOF() 공개 메소드

public GetAverageTOF ( int index ) : TOF
index int
리턴 TOF

GetSPData() 공개 메소드

public GetSPData ( string channel ) : List
channel string
리턴 List

GetSwitchTOFs() 공개 메소드

public GetSwitchTOFs ( string switches, int index ) : TOF[]
switches string
index int
리턴 TOF[]

GetSwitchTOFs() 공개 메소드

public GetSwitchTOFs ( string switches, int index, bool normed ) : TOF[]
switches string
index int
normed bool
리턴 TOF[]

GetTOFIntegralArray() 공개 메소드

public GetTOFIntegralArray ( int index, double startTime, double endTime ) : double[]
index int
startTime double
endTime double
리턴 double[]

GetTOFMeanArray() 공개 메소드

public GetTOFMeanArray ( int index, double startTime, double endTime ) : double[]
index int
startTime double
endTime double
리턴 double[]

Normalise() 공개 메소드

public Normalise ( GatedDetectorExtractSpec normGate ) : void
normGate GatedDetectorExtractSpec
리턴 void

SetTimeStamp() 공개 메소드

public SetTimeStamp ( ) : void
리턴 void

TOFuliseSinglePointData() 공개 메소드

public TOFuliseSinglePointData ( string channelsToTOFulise ) : void
channelsToTOFulise string
리턴 void

프로퍼티 상세

Version 공개적으로 프로퍼티

public int Version
리턴 int

detectors 공개적으로 프로퍼티

public List detectors
리턴 List