6 std::vector<HGCSiliconDetId>
ids;
8 for (
int u = 0; u < 2 * nCells; ++u) {
9 for (
int v = 0;
v < 2 * nCells; ++
v) {
10 if (((
v - u) < nCells) && (u -
v) <= nCells) {
12 ids.emplace_back(newId);
20 std::vector<HGCalTriggerDetId>
ids;
23 for (
int u = 0; u < 2 * nCells; ++u) {
24 for (
int v = 0;
v < 2 * nCells; ++
v) {
25 if (((
v - u) < nCells) && (u -
v) <= nCells) {
27 ids.emplace_back(newId);
std::vector< HGCalTriggerDetId > getDetTriggerIds(HGCSiliconDetId const &id) const
HGCSiliconDetIdToModule()
static const int HGCalFineN
std::vector< HGCSiliconDetId > getDetIds(HGCSiliconDetId const &id) const
static const int HGCalCoarseN
static const int HGCalFineTrigger