Skip to content

Commit 4303abc

Browse files
committed
doc typo
1 parent 80db058 commit 4303abc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

documentation/extra_doc/2_technicalities.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,16 @@ The last step is to create the collection efficiency weights to match the relati
226226

227227
The scan data of transit time / gain must be corrected before use, as the coordinates of the beam do not necessarily correspond to the primary spot on the photocathode that is illuminated, since air-glass boundary refracts the beam.
228228

229-
- As before, we have to simulate the beam used during the scan measurement (see for example `Beam::configureXYZScan_PicoQuantSetup` and `Beam::runBeamPicoQuantSetup` for the beam used in Münster)
230-
- In in `runXYZfrontalScan()` of `OMSim_efficiency_calibration.cc` change the scan range (`grid` vector) and radius limit (`rLim`) according to the diameter of your PMT
231-
- Adjust the binning of the output histogram in `OMSimEffiCaliAnalyisis::writeHitPositionHistogram` to a finner binning as before
232-
- Run the XY grid simulation **using the simple PMT**. 10000 photons per grid position should be enough, but you may increase / decrease statistics as you want
229+
- As before, we have to simulate the beam used during the scan measurement.
230+
- Run the XY grid simulation **using the simple PMT**, check the function being used under step 4
233231

234232
```bash
235-
./OMSim_efficiency_calibration --simple_PMT --pmt_model 0 --simulation_step 4 -n 10000 --threads 4 --output_file step4 --detector_type 1
233+
./OMSim_efficiency_calibration --simple_PMT --pmt_model 0 --simulation_step 4 -n 100000 --threads 4 --output_file step4 --detector_type 1
236234
```
237235
- Follow the analysis in the notebook `documentation/notebooks/scans_matching/` and save the created files in `common/data/PMTs/measurement_matching_data/scans/`. Note that OMSim expects a naming convention for these files (see `OMSimPMTResponse::configureScansInterpolator`).
238236
- Modify `getScannedWavelength` of your PMT response class for the wavelengths you scanned and add the `configureScansInterpolator` in the constructor.
239-
- Run the simulation in step 5 to check the output with the newly introduced files
237+
- Run the simulation in step 5 (modify method before accordingly) to check the output with the newly introduced files
238+
240239
```bash
241240
./OMSim_efficiency_calibration --pmt_model 0 --simulation_step 5 -n 10000 --threads 4 --output_file step5 --detector_type 1
242241
```

0 commit comments

Comments
 (0)