Abnormal distribution [message #14377] |
Mon, 21 January 2013 18:45 |
Jifeng Hu
Messages: 31 Registered: October 2012
|
continuous participant |
From: *physik.uni-giessen.de
|
|
In this simulation, a box generator was used to shoot three 1GeV energy photons. Then their energy was reconstructed (E_{rec}, and compared to the energy in Monto Carlo truth (E_{truth}).
please see the plot in the attachment.
The X-axis shows the polar angle in unit rad, the Y axis shows the energy difference (E_{rec}-E_{truth}) in unit GeV.
We can find,
a) the Shashlyk calorimeter has a worse resolution, but a longer right-side tail, it implies a incorrect reconstruction in EMC cluster or bump.
b) for the intersection between forward calorimeter and shashlyk calorimeter, still a longer right-side tail exists.
c) barrel calorimeter looks good, a left-side tail arises from the energy leak in crystal and energy loss before hitting crystals.
d) for the intersection between barrel and backward, there exists a large gap, but abnormal reconstruction near theta value 2.5.
e) energy reconstruction near the edge of backward calorimeter need more correction.
What are your opinions?
The energy reconstruction determines the photon detection efficiency.
|
|
|
|
|
|
Re: Abnormal distribution [message #14387 is a reply to message #14381] |
Wed, 23 January 2013 10:38 |
Jifeng Hu
Messages: 31 Registered: October 2012
|
continuous participant |
From: *physik.uni-giessen.de
|
|
Hi, Dima,
With your suggestion, some new plots are got. you can find
them in the eps file attached.
here lists my brief code slice.
PndEmcAbsClusterCalibrator * calibrator1= PndEmcClusterCalibrator::MakeEmcClusterCalibrator(1);
PndEmcAbsClusterCalibrator * calibrator2= PndEmcClusterCalibrator::MakeEmcClusterCalibrator(2);
PndEmcBump* theHit = (PndEmcBump*) fRecoHitArray->At(HitIndex1);
fEnergy1 = theHit->energy();
fEnergy1C = calibrator1->Energy(theHit);
fEnergy1CC = calibrator2->Energy(theHit);
conclusions:
a> calibration still needs further improvement for crystals near backward endcap edges.
b> calibrator2 looks better for intersection between forward and barrel calorimeter, but a little problem in theta ranges near value 2.5.
However, results looks much better.
Thanks for your correction.
best regards,
Jifeng Hu
|
|
|