VPPostProcessorInput Constructor (IList IDetectorInput , Boolean, String, String, String)Virtual Photonics - VTS Library
Virtual Photonics
constructor for post-processor input

Namespace: Vts.MonteCarlo
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public PostProcessorInput(
	IList<IDetectorInput> detectorInputs,
	bool tallySecondMoment,
	string inputFolder,
	string databaseSimulationInputFilename,
	string outputName
)

Parameters

detectorInputs
Type: OnlineSystem.Collections.Generic IList IDetectorInput 
list of detector inputs
tallySecondMoment
Type: OnlineSystem Boolean
flag indicating whether to tally second moment info for error results
inputFolder
Type: OnlineSystem String
input folder name, where database file(s), etc. reside
databaseSimulationInputFilename
Type: OnlineSystem String
filename of simulation input file that generated database to be post-processed
outputName
Type: OnlineSystem String
See Also