Tags:
tag this topic
create new tag
view all tags
%TOC% ---+++ Three physics processes and related physics distribution checked * Reconstruct real data * Simulate single particles with generator tester * Simulate J/psi->rho pi with generator BesEvtGen ---+++ Status: * No difference in the reconstruction * Almost the same in the simulation with high statistics for three instances ---+++ Histograms for comparisons: <img width="400" alt="aa" src="%ATTACHURL%/distribution.jpg" height="460" /> ---+++ PDF files for comparisons: ---+++ Problems found: ----++++ Real data reconstruction job with 6.5.5 on SLC4_32bit machines can't get the same results as on SLC5_64bit machines. Main Reasons: (1) the parameters have not been properly initialized (2) the functions have not set proper return. Examples: (1) EsTimeAlg/src/EsTimeAlg.cxx double ttof[30]={0.},helztof[30],mcztof,forevtime,backevtime; changed to: double ttof[30]={0.},helztof[30]={0.0},mcztof=0.0,forevtime=0.0,backevtime=0.0; double cor_evtime,corev[15],tmp_time=0.; changed to: double cor_evtime=0.,corev[15]={0.0},tmp_time=0.; (2)MdcDedxAlg/src/MdcDedxRecon.cxx add zhit_pol = 0.0; in MdcDedxRecon::execute() and MdcDedxRecon::kaltrackrec add in MdcDedxRecon::execute() : else continue; to avoid push_back resdedx which not set initial value. dedxList->push_back( resdedx ); (3)TrkReco src/TMDCTsf.cxx int nHits[4]; //in each layer. changed to: int nHits[4]={0,0,0,0}; //in each layer. src/TCurlFinder.cxx TTrack* TCurlFinder::merge3DTrack at the end of the member function, at : return track; -- Main.ZhangXiaomei - 2010-10-25
Attachments
Attachments
Topic attachments
I
Attachment
History
Action
Size
Date
Who
Comment
jpg
distribution.jpg
r1
manage
59.7 K
2010-10-25 - 13:16
ZhangXiaomei
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r2 - 2011-04-28
-
ZhangXiaomei
Home
Site map
AFS web
BES web
BesDistributedComputing web
BESIII web
BOSS web
Castor web
CCSystem web
Amanda web
CA web
PBS web
Quattor web
ClusterFileSystem web
ClusterSys web
CMS web
AMS web
HERD web
Condor web
CRAC web
DayaBay web
DBgroup web
Dirac web
DSEP web
FileStore web
GangLia web
Hadoop web
HERD web
More...
BOSS Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Български
Cesky
Dansk
Deutsch
English
Español
_Français_
Italiano
日本語
한글
Nederlands
Polski
Português
Русский
Svenska
简体中文
簡體中文
E
dit
A
ttach
Copyright © 2008-2021 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback