iceCube.uhe.analysis
Class CriteriaIC22

java.lang.Object
  extended by iceCube.uhe.analysis.Criteria
      extended by iceCube.uhe.analysis.CriteriaIC22

public class CriteriaIC22
extends Criteria


Field Summary
protected  double maxCobZ
           
protected  int maxNumberOfVertex
           
protected  double min2CobZ
           
protected  double minCobZ
           
protected static double[][] vertexIC22DefaultLocationX
          The default vertex X location on the logNpe-CosZenith plane in the EHE super cut.
protected static double[][] vertexIC22DefaultLocationXwithNoCOBcut
          The default vertex X location on the logNpe-CosZenith plane in the EHE super cut.
protected static double[][] vertexIC22DefaultLocationY
          The default vertex y location on the logNpe-CosZenith plane in the EHE super cut.
protected static double[][] vertexIC22DefaultLocationYwithNoCOBcut
          The default vertex y location on the logNpe-CosZenith plane in the EHE super cut.
 
Fields inherited from class iceCube.uhe.analysis.Criteria
isCOBZCut, isEHESuperCut, max2CobZ, minNDOMsInEHESuperCut, numberOfEventCategory, numberOfVertex, vertexDefaultLocationX, vertexDefaultLocationY, vertexLocation
 
Constructor Summary
CriteriaIC22()
          Constructor
 
Method Summary
protected  void setEHESuperCut(int category)
          set all the GZK boundary values of Npe and cosZenith in the "EHE Super Cut" for a given event categories with the default settings.
 
Methods inherited from class iceCube.uhe.analysis.Criteria
doesThisEventPass, doesThisEventPassEHESuperCut, doesThisEventPassSimpleCut, isATWDNpeLarger, isCOBZwithinRange, isThisEventInTheGZKRegion, setCOBZcut, setCOBZcut, setEHESuperCut, setEHESuperCut, setMaxDistance, setMinimumBound, setNPEScalingFactor, setRangeOfCosineOfZenith, setSimpleCosZenithCut, setSimpleNpeCut, setThresholdOfFirstGuessQuality, setThresholdOfLogNpe, setThresholdOfNDOMs, unsetCOBZcut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minCobZ

protected double minCobZ

maxCobZ

protected double maxCobZ

min2CobZ

protected double min2CobZ

maxNumberOfVertex

protected int maxNumberOfVertex

vertexIC22DefaultLocationXwithNoCOBcut

protected static double[][] vertexIC22DefaultLocationXwithNoCOBcut
The default vertex X location on the logNpe-CosZenith plane in the EHE super cut. Used in the setEHESuperCut(). This is for option of the cut without using the COB-z.


vertexIC22DefaultLocationYwithNoCOBcut

protected static double[][] vertexIC22DefaultLocationYwithNoCOBcut
The default vertex y location on the logNpe-CosZenith plane in the EHE super cut. Used in the setEHESuperCut() This is for option of the cut without using the COB-z.


vertexIC22DefaultLocationX

protected static double[][] vertexIC22DefaultLocationX
The default vertex X location on the logNpe-CosZenith plane in the EHE super cut. Used in the setEHESuperCut()


vertexIC22DefaultLocationY

protected static double[][] vertexIC22DefaultLocationY
The default vertex y location on the logNpe-CosZenith plane in the EHE super cut. Used in the setEHESuperCut()

Constructor Detail

CriteriaIC22

public CriteriaIC22()
Constructor

Method Detail

setEHESuperCut

protected void setEHESuperCut(int category)
set all the GZK boundary values of Npe and cosZenith in the "EHE Super Cut" for a given event categories with the default settings.

Overrides:
setEHESuperCut in class Criteria