ATLAS Offline Software
|
#include <cmath>
#include <stdexcept>
#include <sstream>
#include <fstream>
#include "GaudiKernel/IPartPropSvc.h"
#include "AtlasHepMC/GenEvent.h"
#include "AtlasHepMC/GenParticle.h"
#include "AtlasHepMC/GenVertex.h"
#include "TruthUtils/HepMCHelpers.h"
#include "GeneratorObjects/McEventCollection.h"
#include "CLHEP/Units/SystemOfUnits.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "McParticleEvent/TruthEtIsolationsContainer.h"
#include "TruthIsolationTool.h"
Go to the source code of this file.
Typedefs | |
using | GenParticles_t = std::list< HepMC::ConstGenParticlePtr > |
using GenParticles_t = std::list<HepMC::ConstGenParticlePtr> |
Definition at line 39 of file TruthParticleID/McParticleTools/src/TruthIsolationTool.cxx.