Package org.jlab.analysis.roads
Class DictionaryValidator
java.lang.Object
org.jlab.analysis.roads.DictionaryValidator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidcreateHistos(Dictionary.TestMode mode, int wireBin, int stripBin, int sectorDependence) org.jlab.groot.graphics.EmbeddedCanvasTabbedvoidinit(String filename, Dictionary.TestMode mode, int wireBin, int stripBin, int sectorDependence, int maxRoads) static voidvoidvoidvoidprocessFile(String fileName, int wireBin, int pcalBin, int sectorDependence, int smearing, Dictionary.TestMode mode, int maxEvents, int pidSelect, int chargeSelect, double thrs, double vzmin, double vzmax) Test selected dictionary on input event file
- 
Constructor Details- 
DictionaryValidatorpublic DictionaryValidator()
 
- 
- 
Method Details- 
analyzeHistospublic void analyzeHistos()
- 
createHistos
- 
getCanvaspublic org.jlab.groot.graphics.EmbeddedCanvasTabbed getCanvas()
- 
initpublic void init(String filename, Dictionary.TestMode mode, int wireBin, int stripBin, int sectorDependence, int maxRoads) 
- 
plotHistospublic void plotHistos()
- 
plotRoadspublic void plotRoads()
- 
processFilepublic void processFile(String fileName, int wireBin, int pcalBin, int sectorDependence, int smearing, Dictionary.TestMode mode, int maxEvents, int pidSelect, int chargeSelect, double thrs, double vzmin, double vzmax) Test selected dictionary on input event file- Parameters:
- fileName- : input event hipo file
- wireBin- : dc wire binning
- pcalBin- : pcal strip binning
- sectorDependence- : sector-dependence mode (0=false, 1=true)
- smearing- : smaring in matching
- mode- : test mode
- maxEvents- : max number of events to process
- pidSelect- : pid for track selection
- chargeSelect- : charge for track selection
- thrs- : momentum threshold for track selection
- vzmin- : minimum track vz
- vzmax- : maximum track vz
 
- 
main
 
-