![]() |
ATLAS Offline Software
|
#include "LArFastShower.h"#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/ISvcLocator.h"#include "LArG4Code/EnergySpot.h"#include "AtlasHepMC/GenEvent.h"#include "AtlasHepMC/GenParticle.h"#include "AtlasHepMC/GenVertex.h"#include "AtlasHepMC/IO_GenEvent.h"#include "CLHEP/Random/RandFlat.h"#include <stdexcept>#include "G4Electron.hh"#include "G4Gamma.hh"#include "G4Positron.hh"#include "G4Neutron.hh"#include "G4PionPlus.hh"#include "G4PionMinus.hh"#include "G4VSensitiveDetector.hh"#include "G4EventManager.hh"#include "LArG4ShowerLibSvc/ILArG4ShowerLibSvc.h"#include "IFastSimDedicatedSD.h"#include "GaudiKernel/ConcurrencyFlags.h"
1.8.18