ATLAS Offline Software
|
#include "AthenaBaseComps/AthAlgorithm.h"
#include "AthenaBaseComps/AthAlgTool.h"
#include "xAODTruth/TruthEvent.h"
#include "xAODTruth/TruthEventContainer.h"
#include "xAODTruth/TruthMetaDataContainer.h"
#include "MCTruthClassifier/IMCTruthClassifier.h"
Go to the source code of this file.
Classes | |
class | xAODTruthParticleSlimmerGen |
Algorithm to skim the xAOD truth particle container for generators filters in fact we want to remove barcode 0 particles and particles with duplicated barcodes This algorithm is used to copy and skim the particles from the xAOD TruthParticles container, The design of this class heavily mirrors the DerivationFramework::TruthCollectionMaker. More... | |