16 for (uint32_t j1 = 0; j1 < shifts.size(); j1 += 12) {
17 std::ostringstream st1;
20 st1 <<
" Shifts|ShiftsScnt:";
29 uint32_t j2 =
std::min((j1 + 12), static_cast<uint32_t>(shifts.size()));
30 for (uint32_t
j = j1;
j < j2; ++
j)
31 st1 <<
":" << shifts[
j];
40 for (uint32_t j1 = 0; j1 < shifts.size(); j1 += 12) {
41 std::ostringstream st1;
43 st1 <<
" ShiftsScnt:";
47 uint32_t j2 =
std::min((j1 + 12), static_cast<uint32_t>(shifts.size()));
48 for (uint32_t
j = j1;
j < j2; ++
j)
49 st1 <<
":" << shifts[
j];
62 <<
typeHE_ <<
" cassette " << cassette <<
" Loc " << locc <<
":" <<
loc <<
" shift " 63 <<
xy.first <<
":" <<
xy.second;
Log< level::Info, true > LogVerbatim
static int cassetteIndex(int det, int layer, int zside, int cassette)
static constexpr int32_t factor_
std::pair< double, double > getShift(int layer, int zside, int cassette, bool scnt=false) const
ALPAKA_FN_ACC int side(int ieta, int iphi)
static constexpr int positHE_[12]
void setParameterScint(const std::vector< double > &shifts)
static constexpr int positEE_[6]
std::vector< double > shifts_
void setParameter(int cassette, const std::vector< double > &shifts, bool both=true)
std::vector< double > shiftsScnt_
static int cassetteType(int det, int zside, int cassette)