Class MPGDTrapezoidConstants.LayerComponentInfo

java.lang.Object
org.jlab.detector.geant4.v2.MPGD.trapezoid.MPGDTrapezoidConstants.LayerComponentInfo
Enclosing class:
MPGDTrapezoidConstants

public static class MPGDTrapezoidConstants.LayerComponentInfo extends Object
Simple container for material parameters associated to (layer, component). thickness : material thickness (mm) sensitivity: flag or ID for sensitivity (as defined in CCDB)
  • Field Details

    • thickness

      public final double thickness
    • sensitivity

      public final int sensitivity
  • Constructor Details

    • LayerComponentInfo

      public LayerComponentInfo(double thickness, int sensitivity)