Berkeley Nuclear Data Software
Classes | Enumerations
NSDCuts Namespace Reference

Classes

class  CutTypeNameToEnum
 ya this should be abstracted ad More...
 

Enumerations

enum  CutType {
  LowerBound , UpperBound , Range , PolyBound ,
  PolyRange , PHVTOF , IntListCut , GrphCut ,
  NA
}
 

Enumeration Type Documentation

◆ CutType

this enum is used to provide unique identifiers for cut types if yopu are adding a cut type you need to add the string identifier in the cutNameToEnum map and you need to add a process function in the CutManBuilder class

Enumerator
LowerBound 
UpperBound 
Range 
PolyBound 
PolyRange 
PHVTOF 
IntListCut 
GrphCut 
NA