Implementation of the deep learning track shower id algorithm. More...
#include "Pandora/AlgorithmHeaders.h"
#include <torch/script.h>
#include <torch/torch.h>
#include "larpandoradlcontent/LArTrackShowerId/DlHitTrackShowerIdAlgorithm.h"
#include "larpandoracontent/LArHelpers/LArFileHelper.h"
#include "larpandoracontent/LArHelpers/LArMCParticleHelper.h"
#include "larpandoracontent/LArHelpers/LArMonitoringHelper.h"
#include "larpandoracontent/LArHelpers/LArMvaHelper.h"
#include "larpandoracontent/LArHelpers/LArPfoHelper.h"
#include "larpandoracontent/LArObjects/LArCaloHit.h"
#include <chrono>
Go to the source code of this file.
Namespaces | |
lar_dl_content | |
Implementation of the deep learning track shower id algorithm.
Definition in file DlHitTrackShowerIdAlgorithm.cc.