Skip to content

Commit

Permalink
Merge pull request #217 from JeffersonLab/sdobbs_fcal_mip_fix
Browse files Browse the repository at this point in the history
change energy scaling for FCAL MIPs to match muon data
  • Loading branch information
markdalton authored Oct 5, 2023
2 parents e4c3b03 + 007e84b commit d35cac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GlueXSensitiveDetectorFCAL.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

// Scale factors to match reconstructed to generated
double GlueXSensitiveDetectorFCAL::SHOWER_ENERGY_SCALE_FACTOR = 1.0;
double GlueXSensitiveDetectorFCAL::MIP_ENERGY_SCALE_FACTOR = 1.35;
double GlueXSensitiveDetectorFCAL::MIP_ENERGY_SCALE_FACTOR = 1.55;

// Cutoff on the total number of allowed hits
int GlueXSensitiveDetectorFCAL::MAX_HITS = 100;
Expand Down

0 comments on commit d35cac5

Please sign in to comment.