diff --git a/LArCalorimeter/LArG4/LArG4EC/src/CryostatCalibrationCalculator.cc b/LArCalorimeter/LArG4/LArG4EC/src/CryostatCalibrationCalculator.cc index 4915ba1bd395483e3a5c9166617d20f14c54c513..a4094e6c20db1d522080593e772aa0a21af469dd 100644 --- a/LArCalorimeter/LArG4/LArG4EC/src/CryostatCalibrationCalculator.cc +++ b/LArCalorimeter/LArG4/LArG4EC/src/CryostatCalibrationCalculator.cc @@ -181,6 +181,14 @@ namespace LArG4 { sizeof(region030)/sizeof(RegionInfo_t), region030 } }, + // ------------- region: warm and cold walls behind HEC, FCAL ---- + // copy number range (low, high) + { 200, 201, // cold back wall of endcap cryostat + // Det Sub Typ Sam + { 10, 4, 1, 3, + sizeof(region030)/sizeof(RegionInfo_t), + region030 } + }, }; static const CopyNumberInfo_t info6[] =