Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions sbndcode/OpDetReco/OpDeconvolution/job/run_decohitfinder.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,27 @@ physics:
{
producers:
{
opdecopmt: @local::SBNDOpDeconvolutionPMT
ophitpmt: @local::SBNDDecoOpHitFinderPMT
opflashtpc0: @local::SBNDDecoSimpleFlashTPC0
opflashtpc1: @local::SBNDDecoSimpleFlashTPC1
opdecopmt: @local::SBNDOpDeconvolutionPMT_realisticMC
ophitpmt: @local::SBNDDecoOpHitFinderPMT_realisticMC
opflashtpc0: @local::SBNDDecoSimpleFlashTPC0_realisticMC
opflashtpc1: @local::SBNDDecoSimpleFlashTPC1_realisticMC

opdecoxarapuca: @local::SBNDOpDeconvolutionXARAPUCA
ophitxarapuca: @local::SBNDDecoOpHitFinderXArapuca
opflashdecotpc0arapuca: @local::SBNDDecoSimpleFlashTPC0Arapuca
opflashdecotpc1arapuca: @local::SBNDDecoSimpleFlashTPC1Arapuca

}

reco: [
opdecopmt,
ophitpmt,
opflashtpc0,
opflashtpc1,
opflashtpc1

opdecoxarapuca,
ophitxarapuca,
opflashdecotpc0arapuca,
opflashdecotpc1arapuca
#opdecoxarapuca,
#ophitxarapuca,
#opflashdecotpc0arapuca,
#opflashdecotpc1arapuca
]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ SBNDDecoSimpleFlashTPC0_realisticMC.OpHitInputTime: "RiseTime"
SBNDDecoSimpleFlashTPC0_realisticMC.UseT0Tool: true
SBNDDecoSimpleFlashTPC0_realisticMC.ReadoutDelay: 0 //cable time delay in us
SBNDDecoSimpleFlashTPC0_realisticMC.CorrectLightPropagation: true
SBNDDecoSimpleFlashTPC0_realisticMC.DriftEstimatorConfig.CalibrationFile: "OpDetReco/PMTRatioCalibration_MC2.root"

#TPC1
SBNDDecoSimpleFlashTPC1_realisticMC: @local::SBNDSimpleFlashTPC1
Expand All @@ -73,7 +74,7 @@ SBNDDecoSimpleFlashTPC1_realisticMC.OpHitInputTime: "RiseTime"
SBNDDecoSimpleFlashTPC1_realisticMC.UseT0Tool: true
SBNDDecoSimpleFlashTPC1_realisticMC.ReadoutDelay: 0 //cable time delay in us
SBNDDecoSimpleFlashTPC1_realisticMC.CorrectLightPropagation: true
SBNDDecoSimpleFlashTPC1_realisticMC.DriftEstimatorConfig.CalibrationFile: "OpDetReco/PMTRatioCalibration_data_v2.root"
SBNDDecoSimpleFlashTPC1_realisticMC.DriftEstimatorConfig.CalibrationFile: "OpDetReco/PMTRatioCalibration_MC2.root"


###### XA IDEAL MC ######
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,5 @@ SBNDDecoOpHitFinderPMT_data.PedAlgoPset.Method:2

#####OpHit finder for PMT deconvolved waveforms#####
SBNDDecoOpHitFinderPMT_realisticMC: @local::SBNDDecoOpHitFinderPMT_data
####SPE area must be 1./DecoWaveformPrecision
SBNDDecoOpHitFinderPMT_realisticMC.InputModule: "pmtpulseoscillation"

END_PROLOG
END_PROLOG
16 changes: 8 additions & 8 deletions sbndcode/OpDetSim/digi_pmt_sbnd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ sbnd_digipmt_alg:
CableTime: 135 #time delay of the 30 m long readout cable in ns

# Digitizer simulation
PMTADCDynamicRange: 14745 #in ADC values
PMTBaseline: 14745 #in ADC
PMTADCDynamicRange: 14250 #in ADC values
PMTBaseline: 14250 #in ADC
PMTBaselineRMS: 2.6 #in ADC

#Sample noise from data
Expand All @@ -35,13 +35,13 @@ sbnd_digipmt_alg:
PMTDarkNoiseRate: 1000.0 #in Hz

# Detection efficiencies
PMTCoatedVUVEff_tpc0: 0.0315 #PMT coated detection efficiency for direct (VUV) light
PMTCoatedVISEff_tpc0: 0.03493 #PMT coated detection efficiency for reflected (VIS) light
PMTUncoatedEff_tpc0: 0.03382 #PMT uncoated detection efficiency
PMTCoatedVUVEff_tpc0: 0.0392 #PMT coated detection efficiency for direct (VUV) light
PMTCoatedVISEff_tpc0: 0.026 #PMT coated detection efficiency for reflected (VIS) light
PMTUncoatedEff_tpc0: 0.0357 #PMT uncoated detection efficiency

PMTCoatedVUVEff_tpc1: 0.027 #PMT coated detection efficiency for direct (VUV) light
PMTCoatedVISEff_tpc1: 0.03493 #PMT coated detection efficiency for reflected (VIS) light
PMTUncoatedEff_tpc1: 0.03382 #PMT uncoated detection efficiency
PMTCoatedVUVEff_tpc1: 0.0392 #PMT coated detection efficiency for direct (VUV) light
PMTCoatedVISEff_tpc1: 0.026 #PMT coated detection efficiency for reflected (VIS) light
PMTUncoatedEff_tpc1: 0.0357 #PMT uncoated detection efficiency

# Simulate gain fluctuations
# (comment-out to skip gain fluctuations simulation)
Expand Down