[Eic-core-phys] [EXTERNAL] DELPHES analysis

Hyde, Charles E. chyde at odu.edu
Fri Oct 29 13:40:40 EDT 2021


I posted the following message about DELPHES resolution results to the SLACK channel
https://urldefense.proofpoint.com/v2/url?u=https-3A__app.slack.com_client_T02B4F96G0J_C02BU5BP89E&d=DwIFAw&c=CJqEzB1piLOyyvZjb8YUQw&r=j2nVWPYkVu_g_8UgmNTpIOwdxsfZ27gFzo9MkyDLevk&m=P7iY6Lwuni50EsBlbmVc4r05l7-vGE3QCnMkos94TuZq2Q_QvJASxIio4RNXyoAl&s=Ii5pm_xpcoj90hiYIwLyxZhUNvigC-RusfbbuJ1BEhY&e= 

The Track bank includes error values on the reconstruction, but these seem to be 0.
There is also a subclass within Track labelled Particle.
This is a root TRef, which is a complicated structure that points to the entire genParticle structure of the corresponding generated particle in the Particle bank.
I added the following code snippet to my dis_analyzer.cpp macro:
for (int iTrk=0; iTrk<branchTrack->GetEntries(); iTrk++) {
   thisTrack = (Track *) branchTrack->At(iTrk);
   ptrk = thisTrack->PT*cosh(thisTrack->Eta);
   pgen = thisParticle->PT*cosh(thisParticle->Eta);
   h2_dp_vs_eta->Fill(thisParticle->Eta,(ptrk-pgen)/pgen);
}
the histogram h2_dep_vs_eta contains the momentum error vs eta of all reconstructed tracks








Sincerely,

Dr. Charles E. Hyde
Eminent Scholar and University Professor of Physics

Old Dominion University

4600 Elkhorn Ave

Norfolk VA 23529
PS-II 2100D
1 (757) 683 5853

-------------- next part --------------
A non-text attachment was scrubbed...
Name: pythia18x275_trk.pdf
Type: application/pdf
Size: 50903 bytes
Desc: pythia18x275_trk.pdf
URL: <https://mailman.jlab.org/pipermail/eic-core-phys/attachments/20211029/9f076b54/attachment-0001.pdf>


More information about the EIC-CORE-phys mailing list