Contents
Class DictionaryValidator
java.lang.Object
org.jlab.analysis.roads.DictionaryValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createHistos
(Dictionary.TestMode mode, int wireBin, int stripBin, int sectorDependence) org.jlab.groot.graphics.EmbeddedCanvasTabbed
void
init
(String filename, Dictionary.TestMode mode, int wireBin, int stripBin, int sectorDependence, int maxRoads) static void
void
void
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
-
Constructor Details
-
Method Details
-
analyzeHistos
public void analyzeHistos() -
createHistos
-
getCanvas
public org.jlab.groot.graphics.EmbeddedCanvasTabbed getCanvas() -
init
public void init(String filename, Dictionary.TestMode mode, int wireBin, int stripBin, int sectorDependence, int maxRoads) -
plotHistos
public void plotHistos() -
plotRoads
public void plotRoads() -
processFile
public 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 filewireBin
- : dc wire binningpcalBin
- : pcal strip binningsectorDependence
- : sector-dependence mode (0=false, 1=true)smearing
- : smaring in matchingmode
- : test modemaxEvents
- : max number of events to processpidSelect
- : pid for track selectionchargeSelect
- : charge for track selectionthrs
- : momentum threshold for track selectionvzmin
- : minimum track vzvzmax
- : maximum track vz
-
main
-