Skip to content

Commit

Permalink
Merge pull request #33 from GernotMaier/testing-std
Browse files Browse the repository at this point in the history
Preparation of 0.2.0 with review of configuration.
  • Loading branch information
GernotMaier authored Jan 22, 2024
2 parents 06ff1c0 + 36518c7 commit 24e7feb
Show file tree
Hide file tree
Showing 22 changed files with 747 additions and 673 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: "VTS-SimPipe: simulation tools for the VERITAS observatory"
doi: 10.5281/zenodo.10541349
version: 0.1.2
version: 0.2.0
type: software
date-released: 2024-01-20
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
#The pulse shape ends with a line consisting only of the symbol *
#note that the order of the pulse shapes in the file are with increasing signal amplitude, i.e. the pulse shape for
#small signals comes before the signal shape for larger pulse shapes.
* HIGHGAINPULSESHAPE 0 VERITASHighGainPulseShapeUpgradePMTFromFADCShifted.txt
* HIGHGAINPULSESHAPE 0 VERITASHighGainPulseShapeHamamatsuPMT.txt

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

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

# Transit time spread (RMS) of the photoelectrons making it through the PMT/SiPM in ns
* TRANSITTIMESPREAD 0 0

#######################################################
#TELESCOPE TRIGGER CONFIGURATION
######################################################

# use trigger subfields, i.e. the trigger area is not homogenous
#the trigger topology has to be defined with the PATCH command
# the trigger topology has to be defined with the PATCH command
* USETRIGGERSUBFIELDS 0 1

#------------------------------------------------
Expand Down Expand Up @@ -245,7 +248,7 @@

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


Expand Down Expand Up @@ -323,7 +326,7 @@
* WRITEVBF 1

#Name of the person in charge of executing the simulation
* SIMULATORNAME Nepomuk
* SIMULATORNAME NOT_SET

#Atmospheric model
* ATMOSPHERICMODEL 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
#The pulse shape ends with a line consisting only of the symbol *
#note that the order of the pulse shapes in the file are with increasing signal amplitude, i.e. the pulse shape for
#small signals comes before the signal shape for larger pulse shapes.
* HIGHGAINPULSESHAPE 0 VERITASHighGainPulseShapeUpgradePMTFromFADCShifted.txt
* HIGHGAINPULSESHAPE 0 VERITASHighGainPulseShapeHamamatsuPMT.txt

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

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

# Transit time spread (RMS) of the photoelectrons making it through the PMT/SiPM in ns
* TRANSITTIMESPREAD 0 0

#######################################################
#TELESCOPE TRIGGER CONFIGURATION
######################################################

# use trigger subfields, i.e. the trigger area is not homogenous
#the trigger topology has to be defined with the PATCH command
# the trigger topology has to be defined with the PATCH command
* USETRIGGERSUBFIELDS 0 1

#------------------------------------------------
Expand Down Expand Up @@ -321,7 +324,7 @@
* WRITEVBF 1

#Name of the person in charge of executing the simulation
* SIMULATORNAME Nepomuk
* SIMULATORNAME NOT_SET

#Atmospheric model
* ATMOSPHERICMODEL 0
Expand Down
Loading

0 comments on commit 24e7feb

Please sign in to comment.