Skip to content

Commit

Permalink
Fixing class name in rml example
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroEzq committed Oct 21, 2023
1 parent 6c44a6f commit bcc8a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/calibrationCorrection.rml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<TRestCalibrationCorrection name="calib" verboseLevel="info">
<TRestDataSetGainMap name="calib" verboseLevel="info">
<parameter name="calibFileName" value="myDataSet.root"/>
<parameter name="outputFileName" value = "myCalibration.root"/>
<parameter name = "observable" value="rawAna_ThresholdIntegral"/>
Expand All @@ -21,4 +21,4 @@
<peak energy="22.5" range=""/>
<peak energy="8.0" range=""/>
</module>
</TRestCalibrationCorrection>
</TRestDataSetGainMap>

0 comments on commit bcc8a38

Please sign in to comment.