![]() |
ATLAS Offline Software
|
#include "TRTTransitionRadiation.h"#include "TRTRadiatorParameters.h"#include "TRRegionXMLHandler.h"#include "CLHEP/Random/RandGaussZiggurat.h"#include "GeoModelInterfaces/StoredMaterialManager.h"#include "GeoMaterial2G4/Geo2G4MaterialFactory.h"#include "PathResolver/PathResolver.h"#include "StoreGate/DataHandle.h"#include "StoreGate/StoreGateSvc.h"#include "RDBAccessSvc/IRDBAccessSvc.h"#include "RDBAccessSvc/IRDBRecordset.h"#include "RDBAccessSvc/IRDBRecord.h"#include "GeoModelInterfaces/IGeoDbTagSvc.h"#include "G4DynamicParticle.hh"#include "G4Gamma.hh"#include "G4Material.hh"#include "G4Element.hh"#include "G4EmProcessSubType.hh"#include "G4ProcessType.hh"#include "Randomize.hh"#include "CLHEP/Random/RandPoisson.h"#include <cmath>#include <limits>
1.8.18