9#include "EmcRec/EmcRecSplitWeighted.h"
10#include "EmcRec/EmcRecShowerEnergy.h"
11#include "EmcRec/EmcRecShowerPosLin.h"
12#include "EmcRec/EmcRecShowerPosLog.h"
13#include "EmcRec/EmcRecShowerShape.h"
14#include "EmcRec/EmcRecParameter.h"
15#include "EmcRecGeoSvc/EmcRecGeoSvc.h"
16#include "GaudiKernel/Bootstrap.h"
17#include "GaudiKernel/ISvcLocator.h"
55 if(eCluster>Para.
SmCut(3)) {
65 RecEmcHitMap::const_iterator ciHitMap;
66 if(aMaxVec.size()==0) {
79 double time=aCluster.
Find(aMaxVec[0])->second.getTime();
81 for(ciHitMap=aCluster.
Begin();
82 ciHitMap!=aCluster.
End();
84 aHit=ciHitMap->second;
100 aShowerMap[aMaxVec[0]]=aShower;
112 RecEmcHitMap::const_iterator ci_HitMap;
116 RecEmcShowerMap::iterator i_ShowerMap,i2_ShowerMap;
119 unsigned int iterations=0;
120 double centroidShift;
121 map<RecEmcID,HepPoint3D,less<RecEmcID> > showerCentroid;
122 map<RecEmcID,HepPoint3D,less<RecEmcID> >::const_iterator ci_showerCentroid;
125 ISvcLocator* svcLocator = Gaudi::svcLocator();
126 StatusCode sc = svcLocator->service(
"EmcRecGeoSvc",iGeoSvc);
127 if(sc!=StatusCode::SUCCESS) {
132 for(ciMax=aMaxVec.begin();
133 ciMax!=aMaxVec.end();
140 tmpShowerMap.clear();
141 for(ciMax=aMaxVec.begin();
142 ciMax!=aMaxVec.end();
144 double weightTotal=0.,
weight=0.;
150 for(ci_HitMap=tmpCluster.
Begin();
151 ci_HitMap!=tmpCluster.
End();
154 aFrac=ci_HitMap->second;
159 for(ciMax1=aMaxVec.begin();
160 ciMax1!=aMaxVec.end();
162 HepPoint3D seedPoint(showerCentroid[*ciMax1]);
171 theDistance=(hitPoint-seedPoint).mag();
174 if(*ciMax1==*ciMax) {
175 aDistance=theDistance;
197 HepPoint3D oldCentroid(showerCentroid[*ciMax]);
198 centroidShift+=(newCentroid-oldCentroid).mag();
200 showerCentroid[*ciMax]=newCentroid;
203 centroidShift/=(double)aMaxVec.size();
204 for(ci_showerCentroid=showerCentroid.begin();
205 ci_showerCentroid!=showerCentroid.end();
206 ci_showerCentroid++){
207 showerCentroid[ci_showerCentroid->first]
208 =tmpShowerMap[ci_showerCentroid->first].position();
213 while((iterations<8)&&(centroidShift>0.01));
215 unsigned int tht,phi;
216 unsigned int tht2,
phi2;
217 unsigned int dtht,dphi;
218 unsigned int thetagap=0,phigap=0;
222 for(i_ShowerMap=tmpShowerMap.begin();
223 i_ShowerMap!=tmpShowerMap.end();
227 i_ShowerMap->second.setStatus(2);
233 id=(i_ShowerMap->second).getShowerId();
237 for(i2_ShowerMap=tmpShowerMap.begin();
238 i2_ShowerMap!=tmpShowerMap.end();
240 id2=(i2_ShowerMap->second).getShowerId();
244 dtht=tht>tht2 ? tht-tht2 : tht2-tht;
247 dist=sqrt(
double(dtht*dtht+dphi*dphi));
259 i_ShowerMap->second.NearestSeed(nearest);
260 i_ShowerMap->second.ThetaGap(thetagap);
261 i_ShowerMap->second.PhiGap(phigap);
265 i_ShowerMap->second.Find(i_ShowerMap->second.getShowerId())->second.getTime();
268 i_ShowerMap->second.setTime(
time);
269 aShowerMap[i_ShowerMap->first]=i_ShowerMap->second;
272 tmpShowerMap.clear();
RecEmcIDVector::const_iterator ci_RecEmcIDVector
vector< RecEmcID > RecEmcIDVector
map< RecEmcID, RecEmcShower, less< RecEmcID > > RecEmcShowerMap
EvtComplex exp(const EvtComplex &c)
*********Class see also m_nmax DOUBLE PRECISION m_MasPhot DOUBLE PRECISION m_phsu DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_r2 DOUBLE PRECISION m_WtMass INTEGER m_nmax INTEGER m_Nevgen INTEGER m_IsFSR INTEGER m_MarTot *COMMON c_KarFin $ !Output file $ !Event serial number $ !alpha QED at Thomson limit $ !minimum energy at CMS for remooval $ !infrared cut
*********Class see also m_nmax DOUBLE PRECISION m_MasPhot DOUBLE PRECISION m_phsu DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_r2 DOUBLE PRECISION m_WtMass INTEGER m_nmax INTEGER m_Nevgen INTEGER m_IsFSR INTEGER m_MarTot *COMMON c_KarFin $ !Output file $ !Event serial number $ !alpha QED at Thomson limit $ !minimum energy at CMS for remooval $ !infrared dimensionless $ !dummy photon IR regulator $ !crude photon multiplicity enhancement factor *EVENT $ !MC crude volume of PhhSpace *Sfactors $ !YFS formfactor IR part only $ !YFS formfactor non IR finite part $ !mass weight
HepPoint3D position() const
void setTime(double time)
static unsigned int getPHI_BARREL_MAX()
static unsigned int theta_module(const Identifier &id)
static unsigned int phi_module(const Identifier &id)
static EmcRecParameter & GetInstance()
double EThresholdCluster() const
double ElectronicsNoiseLevel() const
double LateralProfile() const
std::string PositionMode1() const
double MoliereRadius() const
double SmCut(int n) const
void Energy(RecEmcShower &aShower)
virtual void Position(RecEmcShower &aShower)=0
void CalculateMoment(RecEmcShower &aShower) const
EmcRecShowerEnergy * fShowerE
EmcRecShowerPosAbs * fShowerPos
EmcRecShowerShape * fShowerShape
virtual void Split(RecEmcCluster &aCluster, const RecEmcIDVector &aMaxVec, RecEmcShowerMap &aShowerMap)
virtual HepPoint3D GetCFrontCenter(const Identifier &id) const =0
RecEmcEnergy getEnergy() const
RecEmcID getClusterId() const
RecEmcHitMap::const_iterator Find(const RecEmcID &CellId) const
double getSecondMoment() const
RecEmcHitMap::const_iterator Begin() const
RecEmcHitMap::const_iterator End() const
void InsertShowerId(const RecEmcID id)
RecEmcFrac Fraction(const RecEmcFrac &Fraction)
RecEmcFrac getFraction() const
RecEmcEnergy getEnergy() const
RecEmcID getCellId() const
RecEmcID getShowerId() const
void ClusterId(const RecEmcID id)
RecEmcID ShowerId(RecEmcID id)
void Insert(const RecEmcFraction &aFraction)