Skip to content

Commit b5c4ee5

Browse files
authored
Merge pull request #412 from SBNSoftware/feature/rodrigoa_newPDEs
New XAs PDEs to VUV and visible light
2 parents 2a64493 + 47d525a commit b5c4ee5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

sbndcode/OpDetSim/digi_arapuca_sbnd.fcl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ sbnd_digiarapuca_alg:
99
#Assume 25v bias with sensl c series SiPM. Values should be changed if SiPMs are to be ganged and/or of different manufacturer
1010
#Values of MaxAmplitude and BackTime to be confirmed
1111

12+
# For details in the values measured at CIEMAT: https://sbn-docdb.fnal.gov/cgi-bin/sso/ShowDocument?docid=35183
13+
1214
ArapucaBaselineRMS: 0.65 # 2.6/4 as PMTs with 14bits ADC have 4 ADC counts and most XA channels will be 12 bits
1315
ArapucaDarkNoiseRate: 10.0 #in Hz
14-
CrossTalk: 0.2 #20% probability
16+
CrossTalk: 0.424 #measured at CIEMAT, SensL SiPMs at 5.75 OV
1517
ArapucaBaseline: 700 #supposing a 12-bits ADC and 20% overshoot, 4069/6 ~700
1618
ArapucaPulseLength: 4000.0 #ns
1719
ArapucaPeakTime: 260.0 #ns
@@ -20,9 +22,9 @@ sbnd_digiarapuca_alg:
2022
ArapucaFallTime: 476.0 #ns
2123
ArapucaSaturationHigh: 4095 #ADC saturation for 12 bit ADCs, high limit (2**12-1, ADC starts at 0)
2224
ArapucaSaturationLow: 0. #ADC saturation for 12 bit ADCs, low limit
23-
XArapucaVUVEffVUV: 0.021 #VUV XArapuca efficiency to VUV light
24-
XArapucaVUVEffVis: 0.007 #VUV XArapuca efficiency to vis light (half the visible efficiency)
25-
XArapucaVISEff: 0.014 #XArapuca VIS efficiency (taking into account 70% mesh transparency 0.02*0.7)
25+
XArapucaVUVEffVUV: 0.01752 # 2.19% x 0.8(APA mesh transparency not simulated in G4) VUV XArapuca efficiency to VUV light, measured at CIEMAT
26+
XArapucaVUVEffVis: 0.00271 # 0.43% x 0.8 x 0.79 (APA mesh transparency + CPA TPB area factor): VUV XArapuca efficiency to vis light, measured at CIEMAT
27+
XArapucaVISEff: 0.01264 # 2.00% x 0.8 x 0.79 (APA mesh transparency + CPA TPB area factor): XArapuca VIS efficiency (taking into account 70% mesh transparency 0.02*0.7)
2628
DecayTXArapucaVIS: 8.5 # decay time of EJ280 in ns
2729
ArapucaDataFile: "OpDetSim/digi_arapuca_sbnd.root" # located in sbnd_data
2830
ArapucaSinglePEmodel: true # false for ideal response true for response from XTDBoard cold tests

0 commit comments

Comments
 (0)