82 bool validCellId(
unsigned subdet,
unsigned cell_id)
const;
115 <<
"HGCalTriggerGeometryHexImp2 geometry cannot be initialized with the V9 HGCAL geometry";
122 int wafer_type = cell_det_id.
waferType();
123 unsigned cell = cell_det_id.
cell();
127 throw cms::Exception(
"BadGeometry") <<
"HGCalTriggerGeometry: HGCal cell " << cell
128 <<
" is not mapped to any trigger cell for the wafer type " << wafer_type
129 <<
". The trigger cell mapping should be modified.\n";
131 unsigned trigger_cell = trigger_cell_itr->second;
145 unsigned wafer = cell_det_id.
wafer();
146 unsigned subdet = cell_det_id.
subdetId();
147 std::unordered_map<short, short>::const_iterator module_itr;
148 bool out_of_range_error =
false;
153 out_of_range_error =
true;
158 out_of_range_error =
true;
161 edm::LogError(
"HGCalTriggerGeometry") <<
"Unknown wafer->module mapping for subdet " << subdet <<
"\n";
164 if (out_of_range_error) {
165 throw cms::Exception(
"BadGeometry") <<
"HGCalTriggerGeometry: Wafer " << wafer
166 <<
" is not mapped to any trigger module for subdetector " << subdet
167 <<
". The module mapping should be modified. See " 168 "https://twiki.cern.ch/twiki/bin/viewauth/CMS/" 169 "HGCALTriggerPrimitivesSimulation#Trigger_geometry for details.\n";
171 unsigned module = module_itr->second;
182 HGCalDetId trigger_cell_det_id(trigger_cell_id);
183 unsigned wafer = trigger_cell_det_id.
wafer();
184 unsigned subdet = trigger_cell_det_id.
subdetId();
187 std::unordered_map<short, short>::const_iterator module_itr;
188 bool out_of_range_error =
false;
193 out_of_range_error =
true;
198 out_of_range_error =
true;
201 edm::LogError(
"HGCalTriggerGeometry") <<
"Unknown wafer->module mapping for subdet " << subdet <<
"\n";
204 if (out_of_range_error) {
205 throw cms::Exception(
"BadGeometry") <<
"HGCalTriggerGeometry: Wafer " << wafer
206 <<
" is not mapped to any trigger module for subdetector " << subdet
207 <<
". The module mapping should be modified. See " 208 "https://twiki.cern.ch/twiki/bin/viewauth/CMS/" 209 "HGCALTriggerPrimitivesSimulation#Trigger_geometry for details.\n";
211 unsigned module = module_itr->second;
213 trigger_cell_det_id.
zside(),
214 trigger_cell_det_id.
layer(),
222 const unsigned trigger_cell_id)
const {
223 HGCalDetId trigger_cell_det_id(trigger_cell_id);
224 unsigned subdet = trigger_cell_det_id.
subdetId();
227 int wafer_type = trigger_cell_det_id.
waferType();
228 unsigned trigger_cell = trigger_cell_det_id.
cell();
232 for (
auto tc_c_itr = cell_range.first; tc_c_itr != cell_range.second; tc_c_itr++) {
234 trigger_cell_det_id.
zside(),
235 trigger_cell_det_id.
layer(),
237 trigger_cell_det_id.
wafer(),
246 unsigned subdet = module_det_id.
subdetId();
250 std::pair<std::unordered_multimap<short, short>::const_iterator, std::unordered_multimap<short, short>::const_iterator>
260 edm::LogError(
"HGCalTriggerGeometry") <<
"Unknown module->wafers mapping for subdet " << subdet <<
"\n";
264 for (
auto wafer_itr = wafer_itrs.first; wafer_itr != wafer_itrs.second; wafer_itr++) {
271 module_det_id.
zside(),
272 module_det_id.
layer(),
277 cell_det_ids.emplace(cell_id.rawId());
284 const unsigned module_id)
const {
286 unsigned subdet = module_det_id.
subdetId();
290 std::pair<std::unordered_multimap<short, short>::const_iterator, std::unordered_multimap<short, short>::const_iterator>
300 edm::LogError(
"HGCalTriggerGeometry") <<
"Unknown module->wafers mapping for subdet " << subdet <<
"\n";
304 for (
auto wafer_itr = wafer_itrs.first; wafer_itr != wafer_itrs.second; wafer_itr++) {
311 module_det_id.
zside(),
312 module_det_id.
layer(),
317 cell_det_ids.emplace(cell_id.rawId());
324 const unsigned module_id)
const {
326 unsigned subdet = module_det_id.
subdetId();
330 std::pair<std::unordered_multimap<short, short>::const_iterator, std::unordered_multimap<short, short>::const_iterator>
340 edm::LogError(
"HGCalTriggerGeometry") <<
"Unknown module->wafers mapping for subdet " << subdet <<
"\n";
345 for (
auto wafer_itr = wafer_itrs.first; wafer_itr != wafer_itrs.second; wafer_itr++) {
352 module_det_id.
zside(),
353 module_det_id.
layer(),
358 trigger_cell_det_ids.emplace(trigger_cell_id.rawId());
361 return trigger_cell_det_ids;
365 const unsigned module_id)
const {
367 unsigned subdet = module_det_id.
subdetId();
371 std::pair<std::unordered_multimap<short, short>::const_iterator, std::unordered_multimap<short, short>::const_iterator>
381 edm::LogError(
"HGCalTriggerGeometry") <<
"Unknown module->wafers mapping for subdet " << subdet <<
"\n";
386 for (
auto wafer_itr = wafer_itrs.first; wafer_itr != wafer_itrs.second; wafer_itr++) {
393 module_det_id.
zside(),
394 module_det_id.
layer(),
399 trigger_cell_det_ids.emplace(trigger_cell_id.rawId());
402 return trigger_cell_det_ids;
406 const unsigned trigger_cell_id)
const {
407 HGCalDetId trigger_cell_det_id(trigger_cell_id);
408 unsigned wafer = trigger_cell_det_id.
wafer();
409 int wafer_type = trigger_cell_det_id.
waferType();
410 unsigned subdet = trigger_cell_det_id.
subdetId();
411 unsigned trigger_cell = trigger_cell_det_id.
cell();
416 std::unordered_map<short, std::vector<short>>::const_iterator surrounding_wafers_itr;
417 bool out_of_range_error =
false;
422 out_of_range_error =
true;
427 out_of_range_error =
true;
430 edm::LogError(
"HGCalTriggerGeometry") <<
"Unknown wafer neighbours for subdet " << subdet <<
"\n";
433 if (out_of_range_error) {
434 throw cms::Exception(
"BadGeometry") <<
"HGCalTriggerGeometry: Neighbors are not defined for wafer " << wafer
435 <<
" in subdetector " << subdet
436 <<
". The wafer neighbor mapping should be modified. \n";
438 const std::vector<short>& surrounding_wafers = surrounding_wafers_itr->second;
440 std::vector<int>
types;
441 types.reserve(surrounding_wafers.size() + 1);
442 types.emplace_back(wafer_type);
443 for (
const auto w : surrounding_wafers) {
451 types.emplace_back(wt);
458 throw cms::Exception(
"BadGeometry") <<
"HGCalTriggerGeometry: Neighbors are not defined for trigger cell " 459 << trigger_cell <<
" with wafer configuration " 460 << std::bitset<7>(trigger_cell_key >> 8)
461 <<
". The trigger cell neighbor mapping should be modified. \n";
463 const auto& neighbors = neighbors_itr->second;
465 neighbor_detids.reserve(neighbors.size());
466 for (
const auto& wafer_tc : neighbors) {
467 if (wafer_tc.first - 1 >= (
int)surrounding_wafers.size()) {
469 <<
"HGCalTriggerGeometry: Undefined wafer neighbor number " << wafer_tc.first <<
" for wafer " << wafer
470 <<
" and trigger cell " << trigger_cell <<
". The neighbor mapping files should be modified.";
472 int neighbor_wafer = (wafer_tc.first == 0 ? wafer : surrounding_wafers.at(wafer_tc.first - 1));
473 if (neighbor_wafer == -1)
475 int type = types.at(wafer_tc.first);
477 trigger_cell_det_id.
zside(),
478 trigger_cell_det_id.
layer(),
483 neighbor_detids.emplace(neighbor_det_id.rawId());
486 return neighbor_detids;
493 if (cell_ids.empty())
495 for (
const auto& cell : cell_ids) {
501 return GlobalPoint(triggerCellVector / cell_ids.size());
508 if (cell_ids.empty())
510 for (
const auto& cell : cell_ids) {
516 return GlobalPoint(moduleVector / cell_ids.size());
523 if (!l1tModulesMappingStream.is_open()) {
524 throw cms::Exception(
"MissingDataFile") <<
"Cannot open HGCalTriggerGeometry L1TModulesMapping file\n";
529 for (; l1tModulesMappingStream >> subdet >> wafer >> module;) {
550 <<
"Unsupported subdetector number (" << subdet <<
") in L1TModulesMapping file\n";
554 if (!l1tModulesMappingStream.eof())
555 edm::LogWarning(
"HGCalTriggerGeometry") <<
"Error reading L1TModulesMapping '" << wafer <<
" " << module <<
"' \n";
556 l1tModulesMappingStream.close();
559 if (!l1tCellsMappingStream.is_open()) {
560 throw cms::Exception(
"MissingDataFile") <<
"Cannot open HGCalTriggerGeometry L1TCellsMapping file\n";
564 short triggerCell = 0;
565 for (; l1tCellsMappingStream >> waferType >> cell >> triggerCell;) {
571 if (triggerCell + 1 > itr_insert.first->second)
572 itr_insert.first->second = triggerCell + 1;
574 if (!l1tCellsMappingStream.eof())
576 <<
"Error reading L1TCellsMapping'" << waferType <<
" " << cell <<
" " << triggerCell <<
"' \n";
577 l1tCellsMappingStream.close();
583 if (!l1tCellNeighborsMappingStream.is_open()) {
584 throw cms::Exception(
"MissingDataFile") <<
"Cannot open HGCalTriggerGeometry L1TCellNeighborsMapping file\n";
586 for (std::array<char, 512>
buffer; l1tCellNeighborsMappingStream.getline(&
buffer[0], 512);) {
593 std::regex key_regex(
"\\(\\s*[01]{7}\\s*,\\s*\\d{1,3}\\s*\\)");
594 std::vector<std::string> key_tokens{std::sregex_token_iterator(line.begin(), line.end(), key_regex), {}};
595 if (key_tokens.size() != 1) {
596 throw cms::Exception(
"BadGeometry") <<
"Syntax error in the L1TCellNeighborsMapping:\n" 597 <<
" Cannot find the trigger cell key in line:\n" 598 <<
" '" << &
buffer[0] <<
"'\n";
600 std::regex digits_regex(
"([01]{7})|(\\d{1,3})");
601 std::vector<std::string> type_tc{
602 std::sregex_token_iterator(key_tokens[0].
begin(), key_tokens[0].
end(), digits_regex), {}};
604 int trigger_cell = std::stoi(type_tc[1]);
605 std::vector<int> wafer_types;
606 wafer_types.reserve(type_tc[0].
size());
608 for (
const char c : type_tc[0])
609 wafer_types.emplace_back((std::stoi(
std::string(&
c)) ? 1 : -1));
615 std::regex neighbors_regex(
"\\(\\s*\\d{1,3}\\s*,\\s*\\d\\s*\\)");
616 std::vector<std::string> neighbors_tokens{std::sregex_token_iterator(line.begin(), line.end(), neighbors_regex),
618 if (neighbors_tokens.empty()) {
619 throw cms::Exception(
"BadGeometry") <<
"Syntax error in the L1TCellNeighborsMapping:\n" 620 <<
" Cannot find any neighbor in line:\n" 621 <<
" '" << &
buffer[0] <<
"'\n";
624 for (
const auto& neighbor : neighbors_tokens) {
625 std::vector<std::string> pair_neighbor{std::sregex_token_iterator(neighbor.begin(), neighbor.end(), digits_regex),
627 short neighbor_wafer(std::stoi(pair_neighbor[1]));
628 short neighbor_cell(std::stoi(pair_neighbor[0]));
629 itr_insert.first->second.emplace(neighbor_wafer, neighbor_cell);
632 if (!l1tCellNeighborsMappingStream.eof())
633 edm::LogWarning(
"HGCalTriggerGeometry") <<
"Error reading L1TCellNeighborsMapping'\n";
634 l1tCellNeighborsMappingStream.close();
638 if (!l1tWaferNeighborsMappingStream.is_open()) {
639 throw cms::Exception(
"MissingDataFile") <<
"Cannot open HGCalTriggerGeometry L1TWaferNeighborsMapping file\n";
641 for (std::array<char, 512>
buffer; l1tWaferNeighborsMappingStream.getline(&
buffer[0], 512);) {
645 std::vector<std::string> tokens{std::sregex_token_iterator(line.begin(), line.end(),
delimiter, -1), {}};
646 if (tokens.size() != 8) {
648 <<
"Syntax error in the L1TWaferNeighborsMapping in line:\n" 649 <<
" '" << &
buffer[0] <<
"'\n" 650 <<
" A line should be composed of 8 integers separated by spaces:\n" 651 <<
" subdet waferid neighbor1 neighbor2 neighbor3 neighbor4 neighbor5 neighbor6\n";
653 short subdet(std::stoi(tokens[0]));
654 short wafer(std::stoi(tokens[1]));
656 std::unordered_map<short, std::vector<short>>* wafer_neighbors;
665 throw cms::Exception(
"BadGeometry") <<
"Unknown subdet " << subdet <<
" in L1TWaferNeighborsMapping:\n" 666 <<
" '" << &
buffer[0] <<
"'\n";
668 auto wafer_itr = wafer_neighbors->emplace(wafer, std::vector<short>());
669 for (
auto neighbor_itr = tokens.cbegin() + 2; neighbor_itr != tokens.cend(); ++neighbor_itr) {
670 wafer_itr.first->second.emplace_back(std::stoi(*neighbor_itr));
677 for (
unsigned layer = 1; layer <= n_layers_ee; layer++) {
679 unsigned wafer = wafer_module.first;
693 for (
unsigned layer = 1; layer <= n_layers_fh; layer++) {
695 unsigned wafer = wafer_module.first;
711 const std::vector<int>& wafer_types)
const {
712 unsigned packed_value = trigger_cell;
713 for (
unsigned i = 0;
i < wafer_types.size();
i++) {
716 if (wafer_types.at(
i) == 1)
717 packed_value += (0
x1 << (8 +
i));
753 HGCalDetId trigger_cell_det_id(trigger_cell_id);
754 unsigned subdet = trigger_cell_det_id.
subdetId();
757 for (
const auto cell_id : cells) {
edm::FileInPath l1tWaferNeighborsMapping_
std::unordered_map< short, short > number_cells_in_wafers_
std::unordered_map< short, short > number_trigger_cells_in_wafers_
bool is_valid(const Digi &d)
const HGCalGeometry * eeGeometry() const
const HGCalTopology & eeTopology() const
edm::FileInPath l1tModulesMapping_
Global3DPoint GlobalPoint
constexpr uint32_t rawId() const
get the raw id
unsigned packTriggerCell(unsigned, const std::vector< int > &) const
void initialize(const edm::ESHandle< CaloGeometry > &) final
std::multimap< std::pair< short, short >, short > trigger_cells_to_cells_
GlobalPoint getPosition(const DetId &id) const
std::unordered_multimap< short, short > module_to_wafers_fh_
std::unordered_set< unsigned > invalid_triggercells_
edm::FileInPath l1tCellsMapping_
GlobalPoint getTriggerCellPosition(const unsigned) const final
geom_set getNeighborsFromTriggerCell(const unsigned) const final
bool disconnectedModule(const unsigned) const final
bool validCellId(unsigned subdet, unsigned cell_id) const
static const int kHGCalCellMask
unsigned getTriggerCellFromCell(const unsigned) const final
unsigned int layers(bool reco) const
int zside() const
get the z-side of the cell (1/-1)
const HGCalGeometry * fhGeometry() const
std::unordered_map< short, std::vector< short > > wafer_neighbors_fh_
std::unordered_map< short, std::vector< short > > wafer_neighbors_ee_
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
std::unordered_multimap< short, short > module_to_wafers_ee_
std::map< std::pair< short, short >, short > cells_to_trigger_cells_
int wafer() const
get the wafer #
void setCaloGeometry(const edm::ESHandle< CaloGeometry > &geom)
std::unordered_map< int, std::set< std::pair< short, short > > > trigger_cell_neighbors_
geom_set getCellsFromModule(const unsigned) const final
std::unordered_map< short, short > wafer_to_module_ee_
geom_set getCellsFromTriggerCell(const unsigned) const final
geom_ordered_set getOrderedTriggerCellsFromModule(const unsigned) const final
unsigned getModuleFromCell(const unsigned) const final
int cell() const
get the absolute value of the cell #'s in x and y
const HGCalDDDConstants & dddConstants() const
std::unordered_map< short, short > wafer_to_module_fh_
std::set< unsigned > geom_ordered_set
bool validTriggerCell(const unsigned) const final
std::unordered_set< unsigned > geom_set
std::string fullPath() const
int detIdWaferType(unsigned subdet, short wafer) const
int waferType() const
get the wafer type
geom_set getTriggerCellsFromModule(const unsigned) const final
#define DEFINE_EDM_PLUGIN(factory, type, name)
unsigned getModuleFromTriggerCell(const unsigned) const final
unsigned triggerLayer(const unsigned) const final
bool valid(const DetId &id) const override
Is this a valid cell id.
bool validTriggerCellFromCells(const unsigned) const
int waferTypeT(int wafer) const
GlobalPoint getModulePosition(const unsigned) const final
edm::FileInPath l1tCellNeighborsMapping_
geom_ordered_set getOrderedCellsFromModule(const unsigned) const final
const HGCalTopology & fhTopology() const
int layer() const
get the layer #
void fillInvalidTriggerCells()
HGCalTriggerGeometryHexImp2(const edm::ParameterSet &conf)