[FIXED] problem with recoideal_complete.C [message #16781] |
Mon, 09 June 2014 07:15 |
|
Dear All,
I am simulating 10^5 events for the ppbar->D*+D*- and ppbar->Jpsi pi+ pi- channels. I have run the script for this job in bellow manner.
root -l -q sim_complete.C
root -l -q digi_complete.C
root -l -q recoideal_complete.C
root -l -q pid_complete.C
when simulation comes to recoideal_complete.C, it regularly print the following message on the screen and after long perid directly comes on the terminal without closing the output file.
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
*** ERTRGO *** Boundary loop: track 1 stack 0 NTMULT 0 MUON -
Precision now set to 0.250E-04
*** ERTRGO *** Boundary loop: track 1 stack 0 NTMULT 0 MUON -
Precision now set to 0.250E-04
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
could not convert GenfitTrack to PndTrack
Is something wrong with this code?
what should I do to get out from this problem?
Thanks & Regards
Ajay
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
[Updated on: Wed, 02 July 2014 16:47] by Moderator Report message to a moderator
|
|
|
|
|
|
Re: problem with recoideal_complete.C [message #16785 is a reply to message #16784] |
Mon, 09 June 2014 09:11 |
|
Yes, I have run simulation for 10^5 events in a single file.
again I operated simulation for 10^4 events in a single file and it works for me.
How should I proceed now?
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
|
|
|
|
Re: problem with recoideal_complete.C [message #16787 is a reply to message #16786] |
Mon, 09 June 2014 09:34 |
|
Thanks Stefano for your quick reply.
Can we chose the seed no. like 1,2,3..so on for different runs as we need millions events?
Is there any code exists to merge the output root files?
How to merge 100 root files with big size?
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
|
|
|
|
Re: problem with recoideal_complete.C [message #16789 is a reply to message #16788] |
Mon, 09 June 2014 10:06 |
|
Ok, I should not try to add 100 pid_complete.root files to get the total 1 millions event. beside this I should run my analysis 100 times with each 10^4 events and create required histogram files and should add that 100 final histogram files.
was that your mean?
if I understood it correctly.
I need to know one more thing.
Why we need parameter file for our analysis?
code part is here.
FairParRootFileIo* parIO = new FairParRootFileIo();
parIO->open(inParFile);
rtdb->setFirstInput(parIO);
rtdb->setOutput(parIO);
Can we perform our analysis only with the output of reconstruction( pid_complete.root)?
Thanks in Advance.
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
|
|
|
|