#include "EVENT/LCIO.h"
#include "EVENT/LCRunHeader.h"
#include "EVENT/LCCollection.h"
#include "EVENT/LCParameters.h"
#include "EVENT/ReconstructedParticle.h"
#include "IMPL/ReconstructedParticleImpl.h"
#include "GammaGammaSolutionFinder.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "CLHEP/Vector/ThreeVector.h"
#include <marlin/Global.h>
#include "TMath.h"
#include "TMatrixD.h"
#include <cstdlib>
Go to the source code of this file.
Typedefs | |
typedef CLHEP::HepLorentzVector | LorentzVector |
typedef CLHEP::Hep3Vector | Vector3D |
Variables | |
GammaGammaSolutionFinder | aGammaGammaSolutionFinder |
typedef CLHEP::HepLorentzVector LorentzVector |
Definition at line 11 of file GammaGammaSolutionFinder.cc.
typedef CLHEP::Hep3Vector Vector3D |
Definition at line 12 of file GammaGammaSolutionFinder.cc.
GammaGammaSolutionFinder aGammaGammaSolutionFinder |
Definition at line 26 of file GammaGammaSolutionFinder.cc.