30 if (i!=
m_items.end()) tid=i->tower;
56 throw cms::Exception(
"CaloTowers") <<
"Cell with id " << std::hex << cell.
rawId() <<
std::dec <<
" is already mapped to a CaloTower " <<
m_items.find(cell)->tower << std::endl;
70 std::vector<DetId> items;
74 std::unique_ptr<std::multimap<CaloTowerDetId,DetId>> ptr{
new std::multimap<CaloTowerDetId,DetId>};
76 ptr->insert(std::pair<CaloTowerDetId,DetId>(
i->tower,
i->cell));
77 std::multimap<CaloTowerDetId,DetId>* expected =
nullptr;
78 if(
m_reverseItems.compare_exchange_strong(expected, ptr.get(), std::memory_order_acq_rel)) {
84 std::multimap<CaloTowerDetId,DetId>::const_iterator
j;
85 auto range=(*
m_reverseItems.load(std::memory_order_acquire)).equal_range(
id);
86 for (j=range.first; j!=range.second; j++)
87 items.push_back(j->second);
97 for (
int i=0;
i<nd;
i++)
104 for (
int i=0;
i<nd;
i++)
111 for (
int i=0;
i<nd;
i++)
118 for (
int i=0;
i<nd;
i++)
122 int hcal_ieta2 = hcal_ieta-1;
124 for (
int i=0;
i<nd;
i++)
132 if (hid.
zside() == -1) {
139 for (
int ie=etaMin; ie<=
etaMax; ie++)
141 items.push_back(
EBDetId(ie,ip));
void useStandardHE(bool use=true)
add standard (hardcoded) HE items?
HcalSubdetector subdet() const
get the subdetector
int convertHcaltoCT(int hcal_ieta, HcalSubdetector subdet) const
int tower_ieta() const
get the HCAL/trigger ieta of this crystal
int zside() const
get the z-side of the cell (1/-1)
int tower_iphi() const
get the HCAL/trigger iphi of this crystal
int crystal_iphi_low() const
get the smallest crystal_iphi of the crystal in front of this tower (HB and HE tower 17 only) ...
std::vector< T >::const_iterator const_iterator
void useStandardEB(bool use=true)
add standard (hardcoded) EB items?
const CaloTowerTopology * m_cttopo
void sort()
done adding to the association
void useStandardHB(bool use=true)
add standard (hardcoded) HB items?
std::vector< DetId > constituentsOf(const CaloTowerDetId &id) const
Get the constituent detids for this tower id ( not yet implemented )
uint32_t rawId() const
get the raw id
CaloTowerDetId towerOf(const DetId &id) const
Get the tower id for this det id (or null if not known)
int crystal_ieta_low() const
get the smallest crystal_ieta of the crystal in front of this tower (HB and HE tower 17 only) ...
const HcalTopology * m_hcaltopo
~CaloTowerConstituentsMap()
CaloTowerConstituentsMap()=delete
void depthBinInformation(HcalSubdetector subdet, int etaRing, int &nDepthBins, int &startingBin) const
finds the number of depth bins and which is the number to start with
void assign(const DetId &cell, const CaloTowerDetId &tower)
set the association between a DetId and a tower
int ietaAbs() const
get the absolute value of the cell ieta
int iphi() const
get the cell iphi
void useStandardHO(bool use=true)
add standard (hardcoded) HO items?
int crystal_ieta_high() const
get the largest crystal_ieta of the crystal in front of this tower (HB and HE tower 17 only) ...
bool null() const
is this a null id ?
static const int MAX_IETA
std::atomic< std::multimap< CaloTowerDetId, DetId > * > m_reverseItems
int convertCTtoHcal(int ct_ieta) const
volatile std::atomic< bool > shutdown_flag false
int crystal_iphi_high() const
get the largest crystal_iphi of the crystal in front of this tower (HB and HE tower 17 only) ...
void useStandardHF(bool use=true)
add standard (hardcoded) HF items?
edm::SortedCollection< MapItem > m_items