Print

Print


Commit in lcsim/src/org/lcsim/digisim on MAIN
SDJan03.steer+26-141.3 -> 1.4
Several new modifiers

lcsim/src/org/lcsim/digisim
SDJan03.steer 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- SDJan03.steer	25 May 2005 17:50:22 -0000	1.3
+++ SDJan03.steer	27 Jun 2005 21:37:42 -0000	1.4
@@ -13,10 +13,10 @@
 
 # the active processors that are called in the given order
 ActiveProcessors CalHitMapProcessor
-ActiveProcessors EcalBarrDigitizer
-ActiveProcessors EcalEndcapDigitizer
+#ActiveProcessors EcalBarrDigitizer
+#ActiveProcessors EcalEndcapDigitizer
 ActiveProcessors HcalBarrDigitizer
-ActiveProcessors HcalEndcapDigitizer
+#ActiveProcessors HcalEndcapDigitizer
 ActiveProcessors OutputProcessor
 
 # limit the number of processed records (run+evt):
@@ -89,7 +89,7 @@
 OutputCollection EcalEndcapRawHits
 Raw2SimLinksCollection EcalEndcapRaw2sim
 
-ModifierNames    EMECFixedGain EMECThreshOnly
+ModifierNames    EMECFixedGain EMECcrosstalk
 
 # modifierName    Type                 Parameters (floats)
 EMECFixedGain       GainDiscrimination   1000000       0     0    0
@@ -102,6 +102,8 @@
 
 EMECDigiIdentity    SmearedLinear          1.2	   0.4   3.4    1
 
+EMECcrosstalk	    Crosstalk		 0.1     0.0
+
 .end -------------------------------------------------
 ############################################################
 
@@ -113,23 +115,28 @@
 OutputCollection HcalBarrRawHits
 Raw2SimLinksCollection HcalBarrRaw2sim
 
-ModifierNames    HBlightYield HBlightCollEff HBSiPMSaturat SiPMQEandAmplif HBRandomNoise HBHotCell HBDeadCellTest HBDeadCell
+ModifierNames HBidentity HBlightYield HBcrosstalk HBlightCollEff SiPMQuEffic HBExpoNoise HBGaussNoise HBdiscrim HBSiPMSaturat HBGain
 
 # Parameters:
 # modifierName    Type                gainNom  gainSig  thresh   thrSig
 HBlightYield     GainDiscrimination  10000000        0       0        0
-HBlightCollEff   GainDiscrimination    0.0111   0.0029       0        0
 
-# SiPM gain=601 with saturation at about 2200 incident photons
-# SiPMSaturation parameters:          gainNom   linMax timeNom  timeSig
-HBSiPMSaturat    SiPMSaturation	          601     2200      10        0
+# Crosstalk                              mean    sigma
+HBcrosstalk      Crosstalk               0.07     0.01
 
-# 15% Qeff * 601 amplification (for good superimposing plots)
-SiPMQEandAmplif  GainDiscrimination      0.15        0       0        0
+HBlightCollEff   SmearedGain           0.0111   0.0029
+SiPMQuEffic      SmearedGain             0.15        0
 
 ### Noise generators
-# RandomNoise parameters:   AmplNom  Sig  TimeNom  Sig  <N> sys be
-HBRandomNoise   RandomNoise  101010   0    252525   0   30   3   0
+# GaussNoise parameters:        sys   be    Ecut   TimeNom  TSig   Mean  Sigma
+# Note: sigma<0 means that threshold acts on absolute value only
+HBGaussNoise   GaussianNoise      3     0      7       100   100    0.0  -1.6
+# ExponentialNoise parameters:  sys    be   Ecut   TimeNom  TSig   Mean
+HBExpoNoise    ExponentialNoise   3     0      7       100   100    0.6
+
+# SiPM gain=601 with saturation at about 2200 incident photons
+# SiPMSaturation parameters:          gainNom   linMax timeNom  timeSig
+HBSiPMSaturat    SiPMSaturation	          601     2200      10        0
 
 # Hot cell parameters:      AmplNom  Sig  TimeNom  Sig      sys be lay the phi
 HBHotCell       HotCell      252525   0    101010   0        3   0  12 123 345
@@ -138,7 +145,12 @@
 # Hot cell parameters:          sys   be   lay   the   phi
 HBDeadCell      DeadCell          3    0    12    34    56
 
-HBSaturation    SiPMSaturation    
+# Discrimination                             threshold	 sigma
+HBdiscrim	AbsValueDiscrimination   	   8       1      
+
+# Gain adjustment
+HBidentity      SmearedGain                1        0
+HBGain          SmearedGain             1000        0
 
 .end -------------------------------------------------
 ############################################################
CVSspam 0.2.8