#include <stdlib.h>
#include "TaJetClustering.h"
#include <iostream>
#include <math.h>
#include <algorithm>
#include <EVENT/LCCollection.h>
#include <EVENT/MCParticle.h>
#include <EVENT/ReconstructedParticle.h>
#include <IMPL/LCCollectionVec.h>
#include <IMPL/ReconstructedParticleImpl.h>
#include "marlin/VerbosityLevels.h"
#include "TVector3.h"
Go to the source code of this file.
|
bool | compareEnergy (ReconstructedParticle *const &p1, ReconstructedParticle *const &p2) |
|
bool compareEnergy |
( |
ReconstructedParticle *const & |
p1, |
|
|
ReconstructedParticle *const & |
p2 |
|
) |
| |