#include "IsolatedPhotonTaggingProcessor.h"
#include <EVENT/LCCollection.h>
#include <IMPL/LCCollectionVec.h>
#include <EVENT/ReconstructedParticle.h>
#include <EVENT/Cluster.h>
#include <UTIL/LCTypedVector.h>
#include <EVENT/Track.h>
#include <marlin/Exceptions.h>
#include <EVENT/Vertex.h>
#include "marlin/VerbosityLevels.h"
#include "TVector3.h"
#include "TLorentzVector.h"
#include "TMath.h"
#include "TMVA/Reader.h"
#include "Utilities.h"
#include <memory>
#include <algorithm>
Go to the source code of this file.
Variables | |
IsolatedPhotonTaggingProcessor | aIsolatedPhotonTaggingProcessor |
IsolatedPhotonTaggingProcessor aIsolatedPhotonTaggingProcessor |
Definition at line 38 of file IsolatedPhotonTaggingProcessor.cc.