#include "AtlfastAlgs/ReconstructedParticleHistogramMaker.h"
#include "AtlfastEvent/ReconstructedParticle.h"
#include "AtlfastEvent/CollectionDefs.h"
#include "AtlfastEvent/MCparticleCollection.h"
#include "AtlfastUtils/HepMC_helper/IMCselector.h"
#include "AtlfastUtils/HepMC_helper/SelectType.h"
#include "AtlfastUtils/HepMC_helper/IsFinalState.h"
#include "AtlfastUtils/HepMC_helper/IsFromHardScatter.h"
#include "AtlfastUtils/HepMC_helper/MCCuts.h"
#include "AtlfastUtils/HepMC_helper/NCutter.h"
#include "AtlfastAlgs/GlobalEventData.h"
#include <cmath>
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/DataSvc.h"
#include "AIDA/IHistogram1D.h"
#include "GaudiKernel/IHistogramSvc.h"
#include "GeneratorObjects/McEventCollection.h"
#include "HepMC/GenParticle.h"
Include dependency graph for ReconstructedParticleHistogramMaker.cxx:
Go to the source code of this file.
Namespaces | |
namespace | Atlfast |
Variables | |
static const AlgFactory< Atlfast::ReconstructedParticleHistogramMaker > | s_factory |
const IAlgFactory & | ReconstructedParticleHistogramMakerFactory = s_factory |
const AlgFactory<Atlfast::ReconstructedParticleHistogramMaker> s_factory [static] |
Definition at line 40 of file ReconstructedParticleHistogramMaker.cxx.
const IAlgFactory& ReconstructedParticleHistogramMakerFactory = s_factory |
Definition at line 41 of file ReconstructedParticleHistogramMaker.cxx.