VPReflectedMTOfRhoAndSubregionHistDetector MembersVirtual Photonics - VTS Library
Virtual Photonics

The ReflectedMTOfRhoAndSubregionHistDetector type exposes the following members.
Constructors

  NameDescription
Public methodReflectedMTOfRhoAndSubregionHistDetector 
Returns a default instance of ReflectMTOfRhoAndSubRegionHistDetector (for serialization purposes only)
Public methodReflectedMTOfRhoAndSubregionHistDetector(DoubleRange, DoubleRange, DoubleRange, ITissue, Boolean, String)
constructor for momentum transfer as a function of rho and tissue subregion with histogram for MT detector input
Back to Top
Methods

  NameDescription
Public methodContainsPoint
method to determine if detector contains point, set to always be true for now (not used).
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodNormalize
method to normalize tally
Public methodTally
method to tally reflected photon by determining cumulative MT in each tissue subregion and binning in MT
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyFractionalMT
fraction of MT spent in each subregion
Public propertyFractionalMTBins
fractional momentum transfer binning
Public propertyMean
mean of tally
Public propertyMTBins
momentum transfer binning
Public propertyName
name of detector, default uses TallyType
Public propertyRho
rho binning
Public propertySecondMoment
2nd moment of tally
Public propertySubregionIndices
subregion index binning, needed by DetectorIO
Public propertyTallyCount
number of times this detector gets tallied
Public propertyTallyType
detector identifier
Back to Top
See Also