EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <iostream>
#include <PndPidCandidate.h>
#include <PndMCTrack.h>
#include <EicRootManager.h>
#include <EicRcParticle.h>
#include <EicEventAssembler.h>
#include <EicCalorimeterReconstruction.h>
Go to the source code of this file.
Macros | |
#define | _PHOTON_PDG_CODE_ 22 |
#define | _PION_PDG_CODE_ 211 |
#define | _POSITRON_PDG_CODE_ (-11) |
#define _PHOTON_PDG_CODE_ 22 |
Definition at line 163 of file EicEventAssembler.cxx.
View newest version in sPHENIX GitHub at line 163 of file EicEventAssembler.cxx
Referenced by EicEventAssembler::PerformPidCalculations(), and EicEventAssembler::ReAssignMomentumValue().
#define _PION_PDG_CODE_ 211 |
Definition at line 164 of file EicEventAssembler.cxx.
View newest version in sPHENIX GitHub at line 164 of file EicEventAssembler.cxx
Referenced by EicEventAssembler::PerformPidCalculations(), and EicEventAssembler::ReAssignMomentumValue().
#define _POSITRON_PDG_CODE_ (-11) |
Definition at line 165 of file EicEventAssembler.cxx.
View newest version in sPHENIX GitHub at line 165 of file EicEventAssembler.cxx
Referenced by EicEventAssembler::PerformPidCalculations(), and EicEventAssembler::ReAssignMomentumValue().