#include <vector>
#include <string>
#include <utility>
#include <map>
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IAlgorithm.h"
#include "GaudiKernel/Algorithm.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/DataObject.h"
#include "AIDA/IHistogram1D.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "HepMC/GenVertex.h"
#include "AtlfastEvent/Cell.h"
#include "AtlfastEvent/CollectionDefs.h"
#include "AtlfastEvent/SimpleKinematic.h"
#include "AtlfastEvent/ParticleCodes.h"
#include "AtlfastUtils/TesIO.h"
#include "AtlfastUtils/FunctionObjects.h"
#include "AtlfastUtils/HepMC_helper/HepMC_helper.h"
#include "AtlfastAlgs/GlobalEventData.h"
Include dependency graph for FinalStateParticleHistogramMaker.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | HepMC_helper |
namespace | Atlfast |
Classes | |
class | Atlfast::FillHistograms |
Runs on each set of selectors to make histograms from selected GenParticles. More... | |
class | Atlfast::FinalStateParticleHistogramMaker |
Plots information from truth particles using various selectors. More... |