Skip to content

Commit

Permalink
Pointed to EEMCH fix in calibrations
Browse files Browse the repository at this point in the history
  • Loading branch information
cdean-github committed Jan 7, 2022
1 parent accb3d9 commit ae4db87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/G4_EEMC_hybrid.C
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void EEMCH_Towers()
} else if (G4EEMCH::SETTING::USECUSTOMMAPCARBON){
mapping_eemc_1 << getenv("CALIBRATIONROOT") << "/CrystalCalorimeter/mapping/crystal_mapping/tower_map_purecrystal_185cm_EEEMCcarbon.txt";
} else if (G4EEMCH::SETTING::USECUSTOMMAPUPDATED){
mapping_eemc_1 << getenv("CALIBRATIONROOT") << "/CrystalCalorimeter/mapping/crystal_mapping/tower_map_purecrystal_185cm_updatedGeo.txt";
mapping_eemc_1 << getenv("CALIBRATIONROOT") << "/CrystalCalorimeter/mapping/crystal_mapping/tower_map_purecrystal_185cm_updatedGeo_TemporaryTowerFix.txt";
} else if (G4EEMCH::SETTING::USEHYBRID && !G4EEMCH::SETTING::USECEMCGeo)
mapping_eemc_1 << getenv("CALIBRATIONROOT") << "/CrystalCalorimeter/mapping/crystal_mapping/tower_map_crystal_200cm_SciGlassBarrel.txt";
else if (G4EEMCH::SETTING::USEHYBRID && G4EEMCH::SETTING::USECEMCGeo)
Expand Down

0 comments on commit ae4db87

Please sign in to comment.