Class MUVTStripFactory

java.lang.Object
org.jlab.detector.geant4.v2.MPGD.trapezoid.MPGDTrapezoidStripFactory
org.jlab.detector.geant4.v2.MPGD.MUVT.MUVTStripFactory

public final class MUVTStripFactory extends MPGDTrapezoidStripFactory
MUVT strip factory. It relies entirely on AbstractMPGDTrapezoidStripFactory for: - strip building (component IDs, endpoints) - surfaces - planes The ONLY detector-specific thing here is the mapping "volume name -> Geant4Basic", used by the abstract class to find the sensitive volume (Sensitivity==1) and its transform.
  • Constructor Details

    • MUVTStripFactory

      public MUVTStripFactory(DatabaseConstantProvider cp, String variation)
      Build using an already-configured DatabaseConstantProvider.
    • MUVTStripFactory

      public MUVTStripFactory(int run, String variation)
      Convenience constructor: internally creates a DatabaseConstantProvider.
      Parameters:
      run -
      variation -
  • Method Details