Skip to content

Commit 24e7feb

Browse files
authored
Merge pull request #33 from GernotMaier/testing-std
Preparation of 0.2.0 with review of configuration.
2 parents 06ff1c0 + 36518c7 commit 24e7feb

22 files changed

+747
-673
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cff-version: 1.2.0
44
message: If you use this software, please cite it using these metadata.
55
title: "VTS-SimPipe: simulation tools for the VERITAS observatory"
66
doi: 10.5281/zenodo.10541349
7-
version: 0.1.2
7+
version: 0.2.0
88
type: software
99
date-released: 2024-01-20
1010
keywords:
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
#The pulse shape ends with a line consisting only of the symbol *
8989
#note that the order of the pulse shapes in the file are with increasing signal amplitude, i.e. the pulse shape for
9090
#small signals comes before the signal shape for larger pulse shapes.
91-
* HIGHGAINPULSESHAPE 0 VERITASHighGainPulseShapeUpgradePMTFromFADCShifted.txt
91+
* HIGHGAINPULSESHAPE 0 VERITASHighGainPulseShapeHamamatsuPMT.txt
9292

9393
#the file with the pulse shapes for the LowGain channel.
9494
#This will be used if the SINGLEPEWIDTH is set 0
9595
#The format is exactly as in the high gain case.
96-
* LOWGAINPULSESHAPE 0 VERITASLowGainPulseShapesUpgradePMTFromFADCWithInterpolationsShifted.txt
96+
* LOWGAINPULSESHAPE 0 VERITASLowGainPulseShapeHamamatsuPMT.txt
9797

9898
#the pileup window is the window that is centered on each photon.The amplitudes of all the photons that are detected
9999
# within this window are summed up. The sum is used to find the right pulse shape that needs to be simulated for this photon.
@@ -157,12 +157,15 @@
157157
#changed it by multiplying the old value by 1.53 to account for difference between lab measured and insitu measurement
158158
* AFTERPULSINGSLOPE 0 -0.25
159159

160+
# Transit time spread (RMS) of the photoelectrons making it through the PMT/SiPM in ns
161+
* TRANSITTIMESPREAD 0 0
162+
160163
#######################################################
161164
#TELESCOPE TRIGGER CONFIGURATION
162165
######################################################
163166

164167
# use trigger subfields, i.e. the trigger area is not homogenous
165-
#the trigger topology has to be defined with the PATCH command
168+
# the trigger topology has to be defined with the PATCH command
166169
* USETRIGGERSUBFIELDS 0 1
167170

168171
#------------------------------------------------
@@ -245,7 +248,7 @@
245248

246249
# gain conversion digital counts per photoelectron [dc/pe] (Amplitude)
247250
# 5.73dc/pe * 2ns * 0.21 =2.41 dc/pe (amplitude) (0.21 comes from the high gain pulse shape (peak/area))
248-
#for RHV 2.41*0.3=0.723
251+
# for RHV 2.41*0.3=0.723
249252
* FADCPETODCCONVERSION 0 0.723
250253

251254

@@ -323,7 +326,7 @@
323326
* WRITEVBF 1
324327

325328
#Name of the person in charge of executing the simulation
326-
* SIMULATORNAME Nepomuk
329+
* SIMULATORNAME NOT_SET
327330

328331
#Atmospheric model
329332
* ATMOSPHERICMODEL 0
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
#The pulse shape ends with a line consisting only of the symbol *
8989
#note that the order of the pulse shapes in the file are with increasing signal amplitude, i.e. the pulse shape for
9090
#small signals comes before the signal shape for larger pulse shapes.
91-
* HIGHGAINPULSESHAPE 0 VERITASHighGainPulseShapeUpgradePMTFromFADCShifted.txt
91+
* HIGHGAINPULSESHAPE 0 VERITASHighGainPulseShapeHamamatsuPMT.txt
9292

9393
#the file with the pulse shapes for the LowGain channel.
9494
#This will be used if the SINGLEPEWIDTH is set 0
9595
#The format is exactly as in the high gain case.
96-
* LOWGAINPULSESHAPE 0 VERITASLowGainPulseShapesUpgradePMTFromFADCWithInterpolationsShifted.txt
96+
* LOWGAINPULSESHAPE 0 VERITASLowGainPulseShapeHamamatsuPMT.txt
9797

9898
#the pileup window is the window that is centered on each photon.The amplitudes of all the photons that are detected
9999
# within this window are summed up. The sum is used to find the right pulse shape that needs to be simulated for this photon.
@@ -157,12 +157,15 @@
157157
#changed it by multiplying the old value by 1.53 to account for difference between lab measured and insitu measurement
158158
* AFTERPULSINGSLOPE 0 -0.25
159159

160+
# Transit time spread (RMS) of the photoelectrons making it through the PMT/SiPM in ns
161+
* TRANSITTIMESPREAD 0 0
162+
160163
#######################################################
161164
#TELESCOPE TRIGGER CONFIGURATION
162165
######################################################
163166

164167
# use trigger subfields, i.e. the trigger area is not homogenous
165-
#the trigger topology has to be defined with the PATCH command
168+
# the trigger topology has to be defined with the PATCH command
166169
* USETRIGGERSUBFIELDS 0 1
167170

168171
#------------------------------------------------
@@ -321,7 +324,7 @@
321324
* WRITEVBF 1
322325

323326
#Name of the person in charge of executing the simulation
324-
* SIMULATORNAME Nepomuk
327+
* SIMULATORNAME NOT_SET
325328

326329
#Atmospheric model
327330
* ATMOSPHERICMODEL 0

0 commit comments

Comments
 (0)