137 theEndcapGeometry_handle);
139 theBarrelGeometry_handle);
142 theEndcapGeometry_handle.
product();
144 theBarrelGeometry_handle.
product();
148 map<EcalTrigTowerDetId, float> mapTow_Et;
150 for (
unsigned int i = 0;
i < rechit_EB_col.
product()->
size();
i++) {
154 float Etsum = ((*rechit_EB_col.
product())[
i].energy()) *
sin(theta);
155 bool test_alreadyin =
false;
156 map<EcalTrigTowerDetId, float>::iterator ittest = mapTow_Et.find(towid1);
157 if (ittest != mapTow_Et.end())
158 test_alreadyin =
true;
161 unsigned int j =
i + 1;
162 bool loopend =
false;
163 unsigned int count = 0;
164 while (j < rechit_EB_col.
product()->
size() && !loopend) {
168 if (towid1 == towid2) {
170 theBarrelGeometry->
getGeometry(myid2)->getPosition().theta();
171 Etsum += (*rechit_EB_col.
product())[j].energy() *
sin(theta);
177 mapTow_Et.insert(pair<EcalTrigTowerDetId, float>(towid1, Etsum));
180 for (
unsigned int i = 0;
i < rechit_EE_col.
product()->
size();
i++) {
183 float theta = theEndcapGeometry->
getGeometry(myid1)->getPosition().theta();
184 float Etsum = (*rechit_EE_col.
product())[
i].energy() *
sin(theta);
185 bool test_alreadyin =
false;
186 map<EcalTrigTowerDetId, float>::iterator ittest = mapTow_Et.find(towid1);
187 if (ittest != mapTow_Et.end())
188 test_alreadyin =
true;
191 unsigned int j =
i + 1;
192 bool loopend =
false;
193 unsigned int count = 0;
194 while (j < rechit_EE_col.
product()->
size() && !loopend) {
197 if (towid1 == towid2) {
199 theEndcapGeometry->
getGeometry(myid2)->getPosition().theta();
200 Etsum += (*rechit_EE_col.
product())[j].energy() *
sin(theta);
208 mapTow_Et.insert(pair<EcalTrigTowerDetId, float>(towid1, Etsum));
216 map<EcalTrigTowerDetId, float>::iterator it = mapTow_Et.find(TPtowid);
226 if (it != mapTow_Et.end()) {
void setEventSetup(const edm::EventSetup &evtSetup)
Sin< T >::type sin(const T &t)
Geom::Theta< T > theta() const
double getTPGInGeV(const EcalTriggerPrimitiveDigi &tpDigi)
int ieta() const
get the tower ieta
int compressedEt() const
get the encoded/compressed Et of interesting sample
int ietaAbs() const
get the absolute value of the tower ieta
EcalTrigTowerDetId tower() const
get the HCAL/trigger iphi of this crystal
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
int iphi() const
get the tower iphi
const EcalTrigTowerDetId & id() const
T const * product() const
virtual std::shared_ptr< const CaloCellGeometry > getGeometry(const DetId &id) const
Get the cell geometry of a given detector id. Should return false if not found.
edm::InputTag rechits_labelEE_
edm::InputTag rechits_labelEB_
EcalSubdetector subDet() const
get the subDetector associated to the Trigger Tower
bool fineGrain() const
get the fine-grain bit of interesting sample
int ttFlag() const
get the Trigger tower Flag of interesting sample
T const * product() const