101 topology_p =
new EcalPreshowerTopology(geoHandle);
112 LogTrace(
"EcalClusters") <<
"PreshowerPhiClusterProducerInfo: ### Total # of preshower RecHits: "<< rechits->
size();
115 std::map<DetId, EcalRecHit> rechits_map;
117 for (it = rechits->
begin(); it != rechits->
end(); it++) {
119 if (it->recoFlag()==1 || it->recoFlag()==14 || (it->recoFlag()<=10 && it->recoFlag()>=5))
continue;
121 rechits_map.insert(std::make_pair(it->id(), *it));
124 std::set<DetId> used_strips;
126 LogTrace(
"EcalClusters") <<
"PreshowerPhiClusterProducerInfo: ### rechits_map of size " << rechits_map.size() <<
" was created!";
132 reco::SuperClusterCollection::const_iterator it_super;
134 for (it_super=SClusts->begin(); it_super!=SClusts->end(); ++it_super) {
142 LogTrace(
"EcalClusters")<<
" superE = " << it_super->energy() <<
" superETA = " << it_super->eta() <<
" superPHI = " << it_super->phi() ;
155 for ( ; bc_iter !=it_super->clustersEnd(); ++bc_iter) {
157 refPhi = (*bc_iter)->phi();
172 for (bc_iter = it_super->clustersBegin() ; bc_iter !=it_super->clustersEnd(); ++bc_iter) {
176 double X = (*bc_iter)->x();
177 double Y = (*bc_iter)->y();
178 double Z = (*bc_iter)->z();
190 if (status_p1->getStatusCode() == 1) condP1 = 0;
191 if (status_p2->getStatusCode() == 1) condP2 = 0;
192 }
else if (strip1 ==
ESDetId(0)) {
194 }
else if (strip2 ==
ESDetId(0)) {
203 clusters1.push_back(cl1);
209 clusters2.push_back(cl2);
218 LogTrace(
"EcalClusters") <<
" For SC #" << isc-1 <<
", containing "
219 << it_super->clustersSize()
220 <<
" basic clusters, PreshowerPhiClusterAlgo made "
221 << clusters1.size() <<
" in X plane and "
223 <<
" in Y plane " <<
" preshower clusters " ;
226 if(e1+e2 > 1.0
e-10) {
231 if (condP1 == 1 && condP2 == 1) {
233 }
else if (condP1 == 1 && condP2 == 0) {
235 }
else if (condP1 == 0 && condP2 == 1) {
237 }
else if (condP1 == 0 && condP2 == 0) {
243 float E = it_super->energy() + deltaE;
245 LogTrace(
"EcalClusters") <<
" Creating corrected SC ";
249 sc.setPreshowerEnergyPlane2(e2*mip_);
250 if (condP1 == 1 && condP2 == 1) sc.setPreshowerPlanesStatus(0);
251 else if (condP1 == 1 && condP2 == 0) sc.setPreshowerPlanesStatus(1);
252 else if (condP1 == 0 && condP2 == 1) sc.setPreshowerPlanesStatus(2);
253 else if (condP1 == 0 && condP2 == 0) sc.setPreshowerPlanesStatus(3);
257 new_SC.push_back(sc);
259 new_SC.push_back(sc);
265 clusters_p1->assign(clusters1.begin(), clusters1.end());
266 clusters_p2->assign(clusters2.begin(), clusters2.end());
270 LogTrace(
"EcalClusters") <<
"Preshower clusters added to the event" ;
273 superclusters_p->assign(new_SC.begin(), new_SC.end());
275 LogTrace(
"EcalClusters") <<
"Corrected SClusters added to the event" ;
277 if (topology_p)
delete topology_p;
const double Z[kNumberCalorimeter]
PreshowerPhiClusterAlgo * presh_algo
bool getByToken(EDGetToken token, Handle< PROD > &result) const
void push_back(Ptr< T > const &iPtr)
const self & getMap() const
reco::PreshowerCluster makeOneCluster(ESDetId strip, HitsID *used_strips, RecHitsMap *rechits_map, const CaloSubdetectorGeometry *&geometry_p, CaloSubdetectorTopology *&topology_p, double deltaEta, double minDeltaPhi, double maxDeltaPhi)
Sin< T >::type sin(const T &t)
std::vector< EcalRecHit >::const_iterator const_iterator
void set(const edm::EventSetup &es)
std::string preshClusterCollectionX_
std::string assocSClusterCollection_
std::vector< SuperCluster > SuperClusterCollection
collection of SuperCluser objectr
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
void setBCRef(const CaloClusterPtr &r)
DetIds of component RecHits – now inherited from CaloCluster.
const_iterator find(uint32_t rawId) const
std::vector< PreshowerCluster > PreshowerClusterCollection
collection of PreshowerCluster objects
double energy() const
cluster energy
edm::ESHandle< ESChannelStatus > esChannelStatus_
float esPhiClusterDeltaEta_
std::string preshClusterCollectionY_
const_iterator end() const
double deltaPhi(double phi1, double phi2)
T const * product() const
std::vector< Item >::const_iterator const_iterator
ESHandle< TrackerGeometry > geometry
edm::EDGetTokenT< reco::SuperClusterCollection > endcapSClusterToken_
edm::EDGetTokenT< EcalRecHitCollection > preshHitToken_
void setPreshowerEnergyPlane1(double preshowerEnergy1)
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
const_iterator begin() const
float esPhiClusterDeltaPhi_