#include <iostream>
#include "GeneratorInterface/ExternalDecays/interface/TauolaInterface.h"
#include "Tauola.h"
#include "TauolaHepMCEvent.h"
#include "Log.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "CLHEP/Random/RandomEngine.h"
#include "HepMC/GenEvent.h"
#include "HepMC/IO_HEPEVT.h"
#include "HepMC/HEPEVT_Wrapper.h"
#include "SimGeneral/HepPDTRecord/interface/ParticleDataTable.h"
Go to the source code of this file.