ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "DecayFinder.h"
#include "DecayFinderContainerBase.h"
#include "DecayFinderContainer_v1.h"
#include <phhepmc/PHHepMCGenEvent.h>
#include <phhepmc/PHHepMCGenEventMap.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <phool/PHCompositeNode.h>
#include <phool/PHIODataNode.h>
#include <phool/PHNodeIterator.h>
#include <phool/getClass.h>
#include <HepMC/GenEvent.h>
#include <HepMC/GenParticle.h>
#include <HepMC/GenVertex.h>
#include <HepMC/IteratorRange.h>
#include <HepMC/SimpleVector.h>
#include <TDatabasePDG.h>
#include <algorithm>
#include <ctype.h>
#include <cstdlib>
#include <iostream>
#include <iterator>
#include <map>
#include <memory>
Go to the source code of this file.
Variables | |
int | listOfResonantPIDs [] |
int listOfResonantPIDs[] |
Definition at line 42 of file DecayFinder.cc.
View newest version in sPHENIX GitHub at line 42 of file DecayFinder.cc
Referenced by DecayFinder::checkIfCorrectParticle(), and DecayFinder::findDecay().