C__1DSortOut | |
C_ListRef< LIST > | |
CG4SPSRandomGenerator::a_check | |
CUReduciblePolygon::ABVertex | |
CG4ReduciblePolygon::ABVertex | |
CG4INCL::Random::Adapter | |
CG4INCL::AllocationPool< T > | |
►Callocator | |
CG4EnhancedVecAllocator< _Tp > | |
CAnalysis | |
CAnalysisManager | |
CG4VisCommandSceneAddArrow2D::Arrow2D | |
CAtom | Atom Class |
Cattribute_id | |
CB02PVolumeStore | |
CB03PVolumeStore | |
►Cbad_cast | |
CG4BadAnyCast | |
CG4BadArgument | Bad Argument exception |
CG4InvalidUICommand | |
CBarycenter | Molecule Class |
►CBasePhysics | |
CCexmcPhysicsList< BasePhysics, StudiedPhysics, ProductionModel > | |
►Cbasic_streambuf | |
CG4strstreambuf | |
►Cbinary_function | |
CG4SmartVoxelStat::ByCpu | |
CG4SmartVoxelStat::ByMemory | |
CG4StatMFMicroCanonical::SumProbabilities | |
CSumCoulombEnergy | |
Cbinding | |
Cblock | |
CG4INCL::Book | |
CG4VTwistSurface::Boundary | |
CBrachyAnalysisManager | |
CBrachyDetectorConstructionI | |
CBrachyDetectorConstructionIr | |
CBrachyDetectorConstructionLeipzig | |
►CBrachyFactory | |
CBrachyFactoryI | |
CBrachyFactoryIr | |
CBrachyFactoryLeipzig | |
CBrachyMaterial | |
CG4SPSRandomGenerator::bweights_t | |
CG4INCL::BystrickyEvaluator< N > | |
►Cc2_const_ptr< float_type > | Create a container for a c2_function which handles the reference counting.It is useful as a smart container to hold a c2_function and keep the reference count correct. The recommended way for a class to store a c2_function which is handed in from the outside is for it to have a c2_ptr member into which the passed-in function is stored. This way, when the class instance is deleted, it will automatically dereference any function which it was handed |
Cc2_ptr< float_type > | Create a container for a c2_function which handles the reference counting |
Cc2_typed_ptr< float_type, c2_class > | Create a non-generic container for a c2_function which handles the reference counting |
►Cc2_const_ptr< G4double > | |
Cc2_ptr< G4double > | |
Cc2_factory< float_type > | Factory of pre-templated c2_function generators |
Cc2_fblock< float_type > | Structure used to hold evaluated function data at a point |
►Cc2_function< float_type > | Parent class for all c2_functions |
►Cc2_binary_function< float_type > | Provides support for c2_function objects which are constructed from two other c2_function objects |
Cc2_composed_function_p< float_type > | Provides function composition (nesting)This allows evaluation of f(g(x)) where f and g are c2_function objects |
Cc2_diff_p< float_type > | Create a c2_function which is the difference of two other c2_functions.This should always be constructed using c2_function::operator-() |
Cc2_product_p< float_type > | Create a c2_function which is the product of two other c2_functions.This should always be constructed using c2_function::operator*() |
Cc2_ratio_p< float_type > | Create a c2_function which is the ratio of two other c2_functions.This should always be constructed using c2_function::operator/() |
Cc2_sum_p< float_type > | Create a c2_function which is the sum of two other c2_function objects.This should always be constructed using c2_function::operator+() |
Cc2_cached_function_p< float_type > | A container into which any other c2_function can be dropped.It allows a function to be pre-evaluated at a point, and used at multiple places in an expression efficiently. If it is re-evaluated at the previous point, it returns the remembered values; otherwise, it re-evauates the function at the new point |
Cc2_classic_function_p< float_type > | Container into which any conventional c-style function can be dropped, to create a degenerate c2_function without derivatives. Mostly useful for sampling into interpolating functions. construct a reference to this with c2_classic_function()The factory function c2_factory::classic_function() creates *new c2_classic_function_p() |
Cc2_connector_function_p< float_type > | Create a c2_function which smoothly connects two other c2_functions.This takes two points and generates a polynomial which matches two c2_function arguments at those two points, with two derivatives at each point, and an arbitrary value at the center of the region. It is useful for splicing together functions over rough spots (0/0, for example) |
Cc2_constant_p< float_type > | C2_function which is constantThe factory function c2_factory::constant() creates *new c2_constant_p() |
Cc2_exp_p< float_type > | Compute exp(x) with its derivatives.The factory function c2_factory::exp() creates *new c2_exp_p |
Cc2_identity_p< float_type > | Compute x with its derivatives.The factory function c2_factory::identity() creates *new c2_identity_p |
Cc2_inverse_function_p< float_type > | Create the formal inverse function of another functionfor example, given a c2_function f |
Cc2_linear_p< float_type > | Create a linear mapping of another functionfor example, given a c2_function f |
Cc2_log_p< float_type > | Compute log(x) with its derivatives.The factory function c2_factory::log() creates *new c2_log_p |
Cc2_piecewise_function_p< float_type > | Create a c2_function which is a piecewise assembly of other c2_functions.The functions must have increasing, non-overlapping domains. Any empty space between functions will be filled with a linear interpolation |
►Cc2_plugin_function_p< float_type > | Container into which any other c2_function can be dropped, to allow expressions with replacable components.It is useful for plugging different InterpolatingFunctions into a c2_function expression. It saves a lot of effort in other places with casting away const declarations |
Cc2_const_plugin_function_p< float_type > | C2_plugin_function_p which promises not to fiddle with the plugged function.The factory function c2_factory::const_plugin_function() creates *new c2_const_plugin_function_p() |
Cc2_power_law_p< float_type > | Create a power law mapping of another functionfor example, given a c2_function f |
Cc2_quadratic_p< float_type > | Create a quadratic mapping of another functionfor example, given a c2_function f |
Cc2_recip_p< float_type > | Compute scale/x with its derivatives.The factory function c2_factory::recip() creates *new c2_recip_p |
Cc2_scaled_function_p< float_type > | Create a very lightweight method to return a scalar multiple of another function. \ \The factory function c2_factory::scaled_function() creates *new c2_scaled_function_p |
►Cc2_sin_p< float_type > | Compute sin(x) with its derivatives.The factory function c2_factory::sin() creates *new c2_sin_p |
Cc2_cos_p< float_type > | Compute cos(x) with its derivatives.The factory function c2_factory::cos() creates *new c2_cos_p |
Cc2_sqrt_p< float_type > | Compute sqrt(x) with its derivatives.The factory function c2_factory::sqrt() creates *new c2_sqrt_p() |
Cc2_tan_p< float_type > | Compute tan(x) with its derivatives.The factory function c2_factory::tan() creates *new c2_tan_p |
►Cinterpolating_function_p< float_type > | Create a cubic spline interpolation of a set of (x,y) pairsThis is one of the main reasons for c2_function objects to exist |
Caccumulated_histogram< float_type > | An interpolating_function_p which is the cumulative integral of a histogram |
Carrhenius_interpolating_function_p< float_type > | A spline with X in reciprocal space and Y transformed in log space.Most useful for thermodynamic types of data where Y is roughly A*exp(-B/x). Typical examples are reaction rate data, and thermistor calibration data |
Clin_log_interpolating_function_p< float_type > | A spline with Y transformed into log space.Most useful for functions looking like y=exp(x) |
Clog_lin_interpolating_function_p< float_type > | A spline with X transformed into log space.Most useful for functions looking like y=log(x) or any other function with a huge X dynamic range, and a slowly varying Y |
Clog_log_interpolating_function_p< float_type > | A spline with X and Y transformed into log space.Most useful for functions looking like y=x^n or any other function with a huge X and Y dynamic range |
►Cc2_function< G4double > | |
Cc2_linear_p< G4double > | |
►Cc2_plugin_function_p< G4double > | |
Cc2_const_plugin_function_p< G4double > | |
►Cc2_function_transformation< float_type > | Transformation of a function in and out of a coordinate space, using 2 c2_transformations |
Cc2_arrhenius_function_transformation< float_type > | Transformation of a function in and out of Arrhenius (1/x vs. log(y)) space |
Cc2_lin_lin_function_transformation< float_type > | Transformation of a function in and out of lin-lin space |
Cc2_lin_log_function_transformation< float_type > | Transformation of a function in and out of lin-log space |
Cc2_log_lin_function_transformation< float_type > | Transformation of a function in and out of log-lin space |
Cc2_log_log_function_transformation< float_type > | Transformation of a function in and out of log-log space |
Cc2_function< float_type >::c2_integrate_recur | Structure used to pass information recursively in integrator |
Cc2_function< float_type >::c2_root_info | Structure used to hold root bracketing information |
Cc2_function< float_type >::c2_sample_recur | Structure used to pass information recursively in sampler |
►Cc2_transformation< float_type > | Transformation of a coordinate, including an inverse |
Cc2_transformation_linear< float_type > | Identity transform |
Cc2_transformation_log< float_type > | Log axis transform |
Cc2_transformation_recip< float_type > | Reciprocal axis transform |
CcacheEl_t | |
CG4IonDEDXHandler::CacheEntry | |
CCacheValue | |
CCexmcSetup::CalorimeterGeometryData | |
►CG4INCL::CascadeAction | |
CG4INCL::AvatarDumpAction | |
CCCalAnalysis | Defines the format which is used for the output file default is a ROOT file. Comment the g4root and un-comment one of the others, to change the output format |
CCCalDataSet | |
►CCCalDetector | |
►CCCalEcal | |
CCCalG4Ecal | |
►CCCalHall | |
CCCalG4Hall | |
►CCCalHcal | |
CCCalG4Hcal | |
►CCCalG4Able | |
CCCalG4Ecal | |
CCCalG4Hall | |
CCCalG4Hcal | |
CCCalGeometryConfiguration | |
►CCCalHit | |
CCCalG4Hit | |
►CCCalMaterial | |
CCCalAMaterial | |
CCCalMaterialFactory | |
CCCaloOrganization | |
CCCalRotationMatrixFactory | |
CCCalSDList | |
CCCalSensAssign | |
CCCalSensitiveConfiguration | |
CCCalSensitiveDetectors | |
CCCalVisualisable | |
►CCCalVOrganization | |
CCCalEcalOrganization | |
CCCalHcalOrganization | |
Cccdpm25bufueh | |
Cccdpm25bufues | |
Cccdpm25casadi | |
Cccdpm25cmhico | |
Cccdpm25collap | |
Cccdpm25colle | |
Cccdpm25collis | |
Cccdpm25coulo | |
Cccdpm25cronin | |
Cccdpm25diffra | |
Cccdpm25diqi | |
Cccdpm25diqrej | |
Cccdpm25diqsum | |
Cccdpm25diquax | |
Cccdpm25dpar | |
Cccdpm25dprin | |
Cccdpm25dropjj | |
Cccdpm25droppt | |
Cccdpm25dshm | |
Cccdpm25dtumat | |
Cccdpm25edens | |
Cccdpm25evappp | |
Cccdpm25extevt | |
Cccdpm25ferfor | |
Cccdpm25final | |
Cccdpm25fluctu | |
Cccdpm25frbkcm | |
Cccdpm25glaber | |
Cccdpm25gluspl | |
Cccdpm25hadthr | |
Cccdpm25hboo | |
Cccdpm25hdjase | |
Cccdpm25hettp | |
Cccdpm25hkkevt | |
Cccdpm25ifragm | |
Cccdpm25ifroto | |
Cccdpm25inpflg | |
Cccdpm25kglaub | |
Cccdpm25ncouch | |
Cccdpm25ncoucs | |
Cccdpm25ncshxx | |
Cccdpm25nncms | |
Cccdpm25nstari | |
Cccdpm25nucc | |
Cccdpm25nuccc | |
Cccdpm25nucimp | |
Cccdpm25nuclea | |
Cccdpm25nucros | |
Cccdpm25paname | |
Cccdpm25parevt | |
Cccdpm25pomtab | |
Cccdpm25pomtyp | |
Cccdpm25popcck | |
Cccdpm25popcor | |
Cccdpm25projk | |
Cccdpm25promu | |
Cccdpm25pshow | |
Cccdpm25ptlarg | |
Cccdpm25ptsamp | |
Cccdpm25pydat1 | |
Cccdpm25recom | |
Cccdpm25rptshm | |
Cccdpm25seadiq | |
Cccdpm25seaqxx | |
Cccdpm25seasu3 | |
Cccdpm25secint | |
Cccdpm25shmakl | |
Cccdpm25sigma | |
Cccdpm25sincha | |
Cccdpm25stars | |
Cccdpm25strufu | |
Cccdpm25taufo | |
Cccdpm25user1 | |
Cccdpm25user2 | |
Cccdpm25vxsvd | |
Cccdpm25xseadi | |
Cccdpm25xsecnu | |
Cccdpm25xsecpt | |
Cccdpm25zentra | |
Ccchijingbveg1 | |
Ccchijinghijcrdn | |
Ccchijinghijdat | |
Ccchijinghijjet1 | |
Ccchijinghijjet2 | |
Ccchijinghijjet4 | |
Ccchijinghimain1 | |
Ccchijinghimain2 | |
Ccchijinghiparnt | |
Ccchijinghipyint | |
Ccchijinghistrng | |
Ccchijingranseed | |
Ccchijingseedvax | |
Cccurqmd13aios | |
Cccurqmd13boxic | |
Cccurqmd13boxrc | |
Cccurqmd13brwignorm | |
Cccurqmd13cgks | |
Cccurqmd13colltab | |
Cccurqmd13comseed | |
Cccurqmd13const | |
Cccurqmd13coor | |
Cccurqmd13coparm | |
Cccurqmd13cuts | |
Cccurqmd13decaywidth | |
Cccurqmd13energies | |
Cccurqmd13factorials | |
Cccurqmd13ffermi | |
Cccurqmd13fnewpart | |
Cccurqmd13frag | |
Cccurqmd13frcoor | |
Cccurqmd13FRGCPA | |
Cccurqmd13FRGSPA | |
Cccurqmd13inewpart | |
Cccurqmd13ini | |
Cccurqmd13input2 | |
Cccurqmd13inputs | |
Cccurqmd13isys | |
Cccurqmd13itdelay | |
Cccurqmd13logic | |
Cccurqmd13loptions | |
Cccurqmd13mdprop | |
Cccurqmd13normsplin | |
Cccurqmd13options | |
Cccurqmd13optstrings | |
Cccurqmd13peq | |
Cccurqmd13pots | |
Cccurqmd13protarints | |
Cccurqmd13protarreals | |
Cccurqmd13resonances | |
Cccurqmd13rnewpart | |
Cccurqmd13rsys | |
Cccurqmd13rtdelay | |
Cccurqmd13scoor | |
Cccurqmd13sigtabi | |
Cccurqmd13sigtabr | |
Cccurqmd13sisys | |
Cccurqmd13spdata | |
Cccurqmd13ssys | |
Cccurqmd13stables | |
Cccurqmd13svinfo | |
Cccurqmd13sys | |
Cccurqmd13tabnames | |
Cccurqmd13urqmdparams | |
Cccurqmd13values | |
Cccurqmd13versioning | |
Cccurqmd13xsections | |
CCexmcAngularRange | |
CCexmcPrivate::CexmcBasePhysicsInstance< typename > | |
CCexmcPrivate::CexmcBasePhysicsInstance< FTFP_BERT > | |
CCexmcCmdLineData | |
CCexmcEnergyDepositStore | |
CCexmcMessenger | |
►CCexmcPhaseSpaceGenerator | |
CCexmcReimplementedGenbod | |
CCexmcPhaseSpaceOutVectorElement | |
►CCexmcPhysicsManager | |
CCexmcPhysicsList< BasePhysics, StudiedPhysics, ProductionModel > | |
►CCexmcProductionModel | |
CCexmcChargeExchangeProductionModel< OutputParticle > | |
CCexmcProductionModelData | |
CCexmcProductionModelFactory< BasePhysics, StudiedPhysics, ProductionModel > | |
CCexmcScenePrimitives::CexmcRadialLine | |
►CCexmcReconstructor | |
CCexmcChargeExchangeReconstructor | |
CCexmcSimpleRangeWithValue< RangeCategory, ValueCategory > | |
CCexmcTrackPointInfo | |
CCexmcTrackPointsStore | |
CchannelID_s | |
CCLibSymbolInfo | |
CCML2Acc1 | |
CCML2AcceleratorConstruction | |
CCML2CInputData | |
CCML2Convergence | |
CCML2ExpVoxels | |
CCML2Ph_BoxInBox | |
CCML2Ph_FullWater | |
CCML2PhantomConstruction | |
CCML2PhaseSpaces | |
►CG4GenericMessenger::Command | |
CG4GenericMessenger::Method | |
CG4GenericMessenger::Property | |
►CG4DNAPARSER::Command | |
CG4DNAPARSER::CommandWithOption | |
CG4DNAPARSER::CommandWithOption | |
CG4DNAPARSER::CommandWithOption | |
CG4DNAPARSER::CommandWithOption | |
CG4DNAPARSER::CommandWithOption | |
CG4DNAPARSER::CommandWithOption | |
CG4DNAPARSER::CommandLineParser | |
Ccomparator | |
CUUtils::CompareAsc< T > | |
CUUtils::CompareDesc< T > | |
CCompareMaterial | |
CcompDoubleWithPrecision | |
CcompMoleculeP | |
CG4MoleculeHandleManager::CompMoleculePointer | |
CCompMoleculePointer | |
CcompTrackPerID | |
CG4INCL::Config | The INCL configuration object |
Cconfig_s | |
CG4INCL::Nucleus::ConservationBalance | Struct for conservation laws |
CG4INCL::ConsideredPartner | Container for the relevant information |
CCONTENT_SCAFFOLD | |
►CConversionErrorPolicy | |
CG4AttValueFilterT< T, ConversionErrorPolicy > | |
CG4DimensionedType< T, ConversionErrorPolicy > | |
CG4MPIScorerMerger::convMap_t | |
CcrossSectionData_s | |
CG4VTwistSurface::CurrentStatus | |
CD1232 | |
CG4VisCommandSceneAddDate::Date | |
CDEFAULT_ATTRIBUTE | |
CDelete< T > | |
CG4PiData::Delete | |
CDeleteCollisionInitialState | |
CDeleteDynamicParticle | |
CG4VPreCompoundEmissionFactory::DeleteFragment | |
CG4StatMFChannel::DeleteFragment | |
CG4StatMFMacroCanonical::DeleteFragment | |
CG4StatMFMicroCanonical::DeleteFragment | |
CG4StatMFMicroManager::DeleteFragment | |
CG4QGSParticipants::DeleteInteractionContent | |
CDeleteKineticTrack | |
CDeleteLevel | |
CDeleteParton | |
CG4QGSParticipants::DeletePartonPair | |
CDeleteReactionProduct | |
CG4SPBaryonTable::DeleteSPBaryon | |
CG4QGSParticipants::DeleteSplitableHadron | |
CDeleteString | |
CDeleteVSplitableHadron | |
CG4GMocrenFileSceneHandler::Detector | |
CDicomHandler | |
CDicomPhantomZSliceHeader | DicomPhantomZSliceHeader class |
CDicomPhantomZSliceMerged | |
CCLHEP::detail::do_right_shift< n, false > | |
CDTD | |
CDumpFrames | |
CE_isoAng | |
CE_P_E_isoAng | |
CGMocrenDetector::Edge | |
CELEMENT_TYPE | |
CG4OpenInventorXtExaminerViewer::elementForSorting | |
CEm10Materials | |
CEmAcceptance | |
CCLHEP::enable_shared_from_this< T > | |
CCLHEP::enable_shared_from_this2< T > | |
CENTITY | |
CeOccComp | |
►CErrorHandler | |
CG4GDMLErrorHandler | |
CCLHEP::detail::esft2_deleter_wrapper | |
CG4VisCommandSceneAddEventID::EventID | |
CG4INCL::EventInfo | |
►Cexception | |
Cc2_exception | Exception class for c2_function operations |
CCexmcException | |
►CG4HadronicException | |
CG4HadReentrentException | |
CExExChAntiBarionBuilder | |
CExExChHyperonFTFPBuilder | |
CExExChPiKBuilder | |
CExExChProtonBuilder | |
CExG4HbookBaseHnManager | Manager class for tools::hbook::base_histo functions |
CExP02GeoTree | Helper class needed for the ROOT I/O. It contains pointers to geometry tree, element table and material table |
CexrdmAnalysisManager | |
CexrdmEnergyDeposition | |
CexrdmHisto | |
CexrdmMaterial | |
CG4VisCommandSceneAddExtent::Extent | |
CExTGRCRegionCutsMgr | Region cuts manager |
CExTGRCRegionData | Stores cuts per region data |
CF01FieldSetup | |
CF02ElectricFieldSetup | A class for control of the Electric Field of the detector |
CF03FieldSetup | A class for setting up the Magnetic Field |
►CF04ElementField | |
►CF04SimpleSolenoid | |
CF04FocusSolenoid | |
CF04Materials | |
CFCALCryostatVolumes | |
CFCALEMModule | |
CFCALHadModule | |
CFCALMaterialConsultant | |
CG4XXXFileViewer::FileWriter | |
CG4INCL::FinalState | Final state of an interaction |
CG4OpenGLFontBaseStore::FontInfo | |
CG4VisCommandSceneAddFrame::Frame | |
CG3DetTable | |
CG3DetTableEntry | |
CG3Division | |
CG3EleTable | |
CG3MatTable | |
CG3MatTableEntry | |
CG3MedTable | |
CG3MedTableEntry | |
CG3PartTable | |
CG3Pos | |
CG3RotTable | |
CG3RotTableEntry | |
CG3VolTable | |
CG3VolTableEntry | |
CG4Abla | Class containing ABLA de-excitation code |
►CG4AblaFissionBase | |
CG4AblaFission | |
►CG4AblaVirtualData | An interface to data used by ABLA |
CG4AblaDataFile | Read ABLA data from files |
CG4Absorber | |
CG4AdjointCrossSurfChecker | |
CG4AdjointCSManager | |
CG4AdjointCSMatrix | |
CG4AdjointInterpolator | |
CG4AdjointPosOnPhysVolGenerator | |
CG4AdjointPrimaryGenerator | |
CG4AffineTransform | |
CG4Ald | |
CG4AllITFinder | Holds all IT Manager, and take care of deleting them when AllITManager is deleted Set general verbose for all IT Manager |
►CG4AllocatorBase | |
CG4Allocator< Type > | |
CG4Allocator< G4KDNode< PointT > > | |
CG4Allocator< G4KDTree > | |
CG4AllocatorList | |
CG4AllocatorPool | |
CG4AllocStats | |
CG4AlphaBuilder | |
CG4Analyser | |
CG4AnalysisManagerState | |
CG4AnalysisVerbose | |
CG4AnalyticalPolSolver | |
CG4AnnihilationCrossSection | |
CG4AntiBarionBuilder | |
CG4AnyMethod | This class represents any object method |
CG4AnyType | This class represents any data type |
CG4AssemblyTriplet | |
CG4AssemblyVolume | |
CG4ASTARStopping | |
CG4AtomicDeexcitation | |
CG4AtomicShell | |
CG4AtomicShells | |
CG4AtomicTransitionManager | |
CG4AttCheck | |
►CG4AttDef | |
CG4AttDefT< T > | |
CG4AttHolder | |
CG4AttValue | |
CG4AugerData | |
CG4AugerTransition | |
CG4AuxiliaryNavServices | |
CG4BaryonConstructor | |
CG4BaryonSplitter | |
►CG4BaseAnalysisManager | |
CG4HnManager | |
►CG4VH1Manager | |
CG4H1ToolsManager | |
►CG4VH2Manager | |
CG4H2ToolsManager | |
►CG4VH3Manager | |
CExG4HbookH3DummyManager | Manager class for H3 with dummy implementation |
CG4H3ToolsManager | |
►CG4VNtupleManager | |
CG4CsvNtupleManager | |
CG4RootNtupleManager | |
CG4XmlNtupleManager | |
►CG4VP1Manager | |
CG4P1ToolsManager | |
►CG4VP2Manager | |
CExG4HbookP2DummyManager | Manager class for P2 with dummy implementation |
CG4P2ToolsManager | |
►CG4VRNtupleManager | |
CG4CsvRNtupleManager | |
CG4RootRNtupleManager | |
CG4XmlRNtupleManager | |
►CG4BaseFileManager | |
CG4CsvRFileManager | |
CG4RootRFileManager | |
►CG4VFileManager | |
CG4CsvFileManager | |
CG4RootFileManager | |
CG4XmlFileManager | |
CG4XmlRFileManager | |
►CG4BasePhantomBuilder | |
►CG4PhantomBuilder | |
CG4CustomFemaleBuilder | |
CG4FemaleBuilder | |
CG4MaleBuilder | |
CG4PhantomHeadBuilder | |
CG4BaseToolsManager | |
►CG4BCAction | |
CG4BCDecay | |
CG4BCLateParticle | |
CG4MesonAbsorption | |
CG4Scatterer | |
CG4BertiniElectroNuclearBuilder | |
CG4Bessel | |
CG4BestUnit | |
CG4BetaDecayCorrections | |
CG4BetaFermiFunction | |
CG4BiasingHelper | |
CG4BiasingOperationManager | |
CG4BiasingProcessSharedData | |
CG4BiasingTrackData | |
CG4BiasingTrackDataStore | |
CG4BlockingList | |
CG4BosonConstructor | |
CG4BremsstrahlungParameters | |
CG4BrownianAction | |
CG4BufferError | |
CG4Cache< VALTYPE > | |
CG4Cache< DMXPmtSD * > | |
CG4Cache< DMXScintSD * > | |
CG4Cache< F01CalorimeterSD * > | |
CG4Cache< F01FieldSetup * > | |
CG4Cache< F02CalorimeterSD * > | |
CG4Cache< F02ElectricFieldSetup * > | |
CG4Cache< F03CalorimeterSD * > | |
CG4Cache< F03FieldSetup * > | |
CG4Cache< F04GlobalField * > | |
CG4Cache< G4BiasingOperatorStateNotifier * > | |
CG4Cache< G4bool > | |
CG4Cache< G4double > | |
CG4Cache< G4GlobalMagFieldMessenger * > | |
CG4Cache< G4HadFinalState * > | |
CG4Cache< G4MagneticField * > | |
CG4Cache< G4MultiFunctionalDetector * > | |
CG4Cache< G4NeutronHPAngular::toBeCached > | |
CG4Cache< G4NeutronHPContAngularPar::toBeCached * > | |
CG4Cache< G4NeutronHPEnAngCorrelation::toBeCached > | |
CG4Cache< G4NeutronHPProduct::toBeCached > | |
CG4Cache< G4PhysicsFreeVector * > | |
CG4Cache< G4SingleParticleSource::part_prop_t > | |
CG4Cache< G4SPSEneDistribution::threadLocal_t > | |
CG4Cache< G4SPSPosDistribution::thread_data_t > | |
CG4Cache< G4SPSRandomGenerator::a_check > | |
CG4Cache< G4SPSRandomGenerator::bweights_t > | |
CG4Cache< G4VNeutronHPEnergyAngular::toBeCached > | |
CG4Cache< GammaRayTelAnticoincidenceSD * > | |
CG4Cache< GammaRayTelCalorimeterSD * > | |
CG4Cache< GammaRayTelTrackerSD * > | |
CG4Cache< LXePMTSD * > | |
CG4Cache< LXeScintSD * > | |
►CG4Cache< std::map< const G4LogicalVolume *, G4VBiasingOperator * > > | |
CG4MapCache< const G4LogicalVolume *, G4VBiasingOperator * > | |
►CG4Cache< std::map< const G4ProcessManager *, G4BiasingProcessSharedData * > > | |
CG4MapCache< const G4ProcessManager *, G4BiasingProcessSharedData * > | |
►CG4Cache< std::map< G4VBiasingOperation *, std::size_t > > | |
CG4MapCache< G4VBiasingOperation *, std::size_t > | |
►CG4Cache< std::map< KEYTYPE, VALTYPE > > | |
CG4MapCache< KEYTYPE, VALTYPE > | |
CG4Cache< std::vector< G4int > * > | |
►CG4Cache< std::vector< G4VBiasingOperation * > > | |
CG4VectorCache< G4VBiasingOperation * > | |
►CG4Cache< std::vector< G4VBiasingOperator * > > | |
CG4VectorCache< G4VBiasingOperator * > | |
►CG4Cache< std::vector< VALTYPE > > | |
CG4VectorCache< VALTYPE > | |
►CG4Cache< T * > | |
CG4ThreadLocalSingleton< T > | |
CG4Cache< WLSPhotonDetSD * > | |
CG4Cache< XrayFluoSD * > | |
CG4CacheReference< VALTYPE > | |
CG4CacheReference< G4double > | |
CG4CacheReference< VALTYPE * > | |
CG4CacheReference< value_type > | |
CG4CameronGilbertPairingCorrections | |
CG4CameronGilbertShellCorrections | |
CG4CameronShellPlusPairingCorrections | |
CG4CameronTruranHilfPairingCorrections | |
CG4CameronTruranHilfShellCorrections | |
►CG4CascadeChannel | |
CG4CascadeFunctions< DATA, SAMP > | |
►CG4CascadeFunctions< G4CascadeNNChannelData, G4PionNucSampler > | |
CG4CascadeNNChannel | |
►CG4CascadeFunctions< G4CascadeNPChannelData, G4PionNucSampler > | |
CG4CascadeNPChannel | |
►CG4CascadeFunctions< G4CascadePPChannelData, G4PionNucSampler > | |
CG4CascadePPChannel | |
CG4CascadeChannelTables | |
CG4CascadeCoalescence | |
CG4CascadeData< NE, N2, N3, N4, N5, N6, N7, N8, N9 > | |
CG4CascadeGamNChannelData | |
CG4CascadeGamPChannelData | |
CG4CascadeHistory | |
CG4CascadeInterpolator< NBINS > | |
CG4CascadeInterpolator< 30 > | |
CG4CascadeInterpolator< 5 > | |
CG4CascadeInterpolator< 72 > | |
CG4CascadeInterpolator< NKEBINS > | |
CG4CascadeKminusNChannelData | |
CG4CascadeKminusPChannelData | |
CG4CascadeKplusNChannelData | |
CG4CascadeKplusPChannelData | |
CG4CascadeKzeroBarNChannelData | |
CG4CascadeKzeroBarPChannelData | |
CG4CascadeKzeroNChannelData | |
CG4CascadeKzeroPChannelData | |
CG4CascadeLambdaNChannelData | |
CG4CascadeLambdaPChannelData | |
CG4CascadeMuMinusPChannelData | |
CG4CascadeNNChannelData | |
CG4CascadeNPChannelData | |
CG4CascadeOmegaMinusNChannelData | |
CG4CascadeOmegaMinusPChannelData | |
CG4CascadeParameters | |
CG4CascadePiMinusNChannelData | |
CG4CascadePiMinusPChannelData | |
CG4CascadePiPlusNChannelData | |
CG4CascadePiPlusPChannelData | |
CG4CascadePiZeroNChannelData | |
CG4CascadePiZeroPChannelData | |
CG4CascadePPChannelData | |
CG4CascadeSampler< NBINS, NMULT > | |
►CG4CascadeSampler< 30, 8 > | |
►CG4PionNucSampler | |
CG4CascadeFunctions< G4CascadeNNChannelData, G4PionNucSampler > | |
CG4CascadeFunctions< G4CascadeNPChannelData, G4PionNucSampler > | |
CG4CascadeFunctions< G4CascadePPChannelData, G4PionNucSampler > | |
►CG4CascadeSampler< 31, 6 > | |
CG4KaonHypSampler | |
CG4CascadeSigmaMinusNChannelData | |
CG4CascadeSigmaMinusPChannelData | |
CG4CascadeSigmaPlusNChannelData | |
CG4CascadeSigmaPlusPChannelData | |
CG4CascadeSigmaZeroNChannelData | |
CG4CascadeSigmaZeroPChannelData | |
CG4CascadeXiMinusNChannelData | |
CG4CascadeXiMinusPChannelData | |
CG4CascadeXiZeroNChannelData | |
CG4CascadeXiZeroPChannelData | |
CG4CascadParticle | |
CG4CellScoreComposer | |
CG4CellScoreValues | |
CG4ChargeState | |
CG4ChebyshevApproximation | |
►CG4ChordFinder | |
CG4ChordFinderSaf | |
CG4ChunkIndexType | |
CG4ChunkType | |
CG4Clebsch | |
CG4ClippablePolygon | |
CG4CollisionInitialState | |
CG4CollisionManager | |
CG4CollisionOutput | |
CG4Colour | |
CG4ConvergenceTester | |
CG4ConversionFatalError | |
CG4CookPairingCorrections | |
CG4CookShellCorrections | |
CG4CoulombKinematicsInfo | |
CG4CountedObject< X > | |
CG4CountedObject< G4VTouchable > | |
►CG4coutDestination | |
CG4MTcoutDestination | |
►CG4ofstreamDestinationBase | |
CG4CerrToFile | |
CG4CoutToFile | |
CG4PyCoutDestination | |
►CG4UIsession | |
CG4UIbatch | |
CG4UIGAG | |
►CG4VBasicShell | |
CG4UIGainServer | |
CG4UIterminal | |
►CG4VMPIsession | |
CG4MPIbatch | |
CG4MPIsession | |
CG4CreatorFactoryT< T, Identifier, Creator > | |
CG4CrossSectionBuffer | |
CG4CrossSectionDataSetRegistry | |
CG4CrossSectionDataStore | |
CG4CrossSectionFactoryRegistry | |
CG4CrossSectionSourcePtr | |
CG4CsvNtupleDescription | |
CG4CsvRNtupleDescription | |
CG4DataFormatError | |
CG4DataInterpolation | |
CG4DataQuestionaire | |
CG4DCIOcatalog | |
CG4DCofThisEvent | |
CG4DCtable | |
CG4DecayKineticTracks | |
CG4DecayProducts | |
CG4DecayStrongResonances | |
CG4DecayTable | |
CG4Delete | |
CG4DensityEffectData | |
CG4DetailedBalancePhaseSpaceIntegral | |
CG4DeuteronBuilder | |
CG4DiffractiveExcitation | |
CG4DiffractiveHHScatterer | |
CG4DiffractiveStringBuilder | |
CG4DigiManager | |
CG4DNADamages | |
CG4DNAGenericIonsManager | |
CG4DNAMolecularReactionData | G4DNAMolecularReactionData contains the information relative to a given reaction (eg : °OH + °OH -> H2O2) |
CG4DNAWaterExcitationStructure | |
CG4DNAWaterIonisationStructure | |
CG4DopplerProfile | |
CG4DPMJET2_5CrossSectionParamSet | |
CG4DrawVoxels | |
CG4DynamicParticle | |
CG4Ec2sub | |
CG4Ecld | Shell corrections and deformations |
CG4eeCrossSections | |
CG4Eenuc | |
CG4eIonisationParameters | |
CG4ElasticData | |
CG4ElasticHNScattering | |
CG4ElectronIonPair | |
CG4ElectronOccupancy | |
CG4Element | |
CG4ElementData | |
CG4ElementSelector | |
CG4EmBiasingManager | |
►CG4EmCalculator | |
CHadrontherapyInteractionParameters | |
CIORTInteractionParameters | |
CG4EmConfigurator | |
CG4EmCorrections | |
CG4EMDissociationSpectrum | |
CG4EmElementSelector | |
CG4EmModelManager | |
CG4EmParameters | |
CG4EmProcessOptions | |
CG4EmSaturation | |
►CG4enable_shared_from_this | |
CG4ITReaction | |
CG4ITReactionPerTrack | |
CG4EnclosingCylinder | |
CG4ENDFTapeRead | G4ENDFTapeRead is a class designed to read in data from unformatted ENDF data tapes for MT = 454 or MT = 459, which correspond to independent fission yields and cumulative fission yields, respectively |
CG4ENDFYieldDataContainer | G4ENDFYieldDataContainer is a simple data storage class that handles the memory management internally |
CG4EnergyLossForExtrapolator | |
CG4EnergyLossTables | |
CG4EnergyLossTablesHelper | |
CG4EnergyRangeManager | |
CG4EnergySplitter | |
►CG4EquationOfMotion | |
CG4EqEMFieldWithEDM | |
CG4EqEMFieldWithSpin | |
CG4EqGravityField | |
CG4EqMagElectricField | |
►CG4Mag_EqRhs | |
CG4BlineEquation | |
CG4KM_NucleonEqRhs | |
CG4KM_OpticalEqRhs | |
CG4Mag_SpinEqRhs | |
►CG4Mag_UsualEqRhs | |
CG4ErrorMag_UsualEqRhs | |
CG4MonopoleEq | |
CG4MonopoleEquation | |
CG4RepleteEofM | |
CG4ErrorFreeTrajParam | |
CG4ErrorMatrix | |
CG4ErrorMatrix::G4ErrorMatrix_row | |
CG4ErrorMatrix::G4ErrorMatrix_row_const | |
CG4ErrorPropagator | |
CG4ErrorPropagatorData | |
CG4ErrorPropagatorManager | |
CG4ErrorRunManagerHelper | |
CG4ErrorSurfaceTrajParam | |
CG4ErrorSymMatrix | |
CG4ErrorSymMatrix::G4ErrorSymMatrix_row | |
CG4ErrorSymMatrix::G4ErrorSymMatrix_row_const | |
►CG4ErrorTarget | |
CG4ErrorGeomVolumeTarget | |
►CG4ErrorTanPlaneTarget | |
►CG4ErrorSurfaceTarget | |
CG4ErrorCylSurfaceTarget | |
CG4ErrorPlaneSurfaceTarget | |
CG4ErrorTrackLengthTarget | |
►CG4ErrorTrajState | |
CG4ErrorFreeTrajState | |
CG4ErrorSurfaceTrajState | |
CG4ESTARStopping | |
►CG4Evaluator | |
CG4tgrEvaluator | |
CG4Event | |
CG4EventManager | |
CG4ExcitationHandler | |
►CG4ExcitedBaryonConstructor | |
CG4ExcitedDeltaConstructor | |
CG4ExcitedLambdaConstructor | |
CG4ExcitedNucleonConstructor | |
CG4ExcitedSigmaConstructor | |
CG4ExcitedXiConstructor | |
CG4ExcitedMesonConstructor | |
CG4ExcitedString | |
CG4ExitNormal | |
CG4ExitonConfiguration | |
CG4EzVolume | |
CG4EzWorld | |
CG4FakeParticleID | |
CG4Fancy3DNucleusHelper | |
CG4FastList< OBJECT > | G4FastList is used by G4TrackHolder to save G4IT tracks only |
CG4FastList< G4FastList< G4Track > > | |
CG4FastList< G4FastList< OBJECT > > | |
CG4FastList< G4Track > | |
CG4FastList_Boundary< OBJECT > | |
CG4FastList_const_iterator< OBJECT > | G4FastList_iterator enables to go through the tracks contained by a list |
CG4FastList_iterator< OBJECT > | G4FastList_iterator enables to go through the tracks contained by a list |
CG4FastListNode< OBJECT > | G4FastListNode is the entity actually stored by the G4FastList |
CG4FastListNode< G4FastList< G4FastList< G4Track > > > | |
CG4FastListNode< G4FastList< G4FastList< OBJECT > > > | |
CG4FastListNode< G4FastList< G4Track > > | |
CG4FastListNode< G4FastList< OBJECT > > | |
CG4FastListNode< G4Track > | |
CG4FastSimulationManager | |
CG4FastTrack | |
CG4FastVector< Type, N > | |
CG4Fb | Fission barriers |
CG4FermiConfiguration | |
CG4FermiFragmentsPool | |
CG4FermiMomentum | |
CG4FermiPhaseSpaceDecay | |
►CG4Field | |
►CG4ElectroMagneticField | |
CEMField | |
CF04GlobalField | |
CF05Field | |
►CG4ElectricField | |
CG4UniformElectricField | |
CHadrontherapyElectricTabulatedField3D | |
►CG4MagneticField | |
CB5MagneticField | Magnetic field |
CCCalMagneticField | |
CExN04Field | |
CExN04Field | |
CG4CachedMagneticField | |
CG4DELPHIMagField | |
CG4HarmonicPolMagField | |
CG4KM_DummyField | |
CG4LineCurrentMagField | |
CG4QuadrupoleMagField | |
►CG4UniformMagField | |
CExErrorMagneticField | Magnetic field class |
CExN02MagneticField | |
CExP01MagneticField | Magnetic field for the persistency example |
CH02Field | |
CHadrontherapyMagneticField3D | |
CPurgMagTabulatedField3D | |
►CPyG4MagneticField | |
CpyG4MagneticField::CB_PyG4MagneticField | |
CRE01Field | |
CRE05Field | |
CTabulatedField3D | |
CG4UniformGravityField | |
CG4FieldManager | |
►CG4FieldPropagation | |
CG4RKFieldIntegrator | |
CG4FieldTrack | |
CG4FieldTrackUpdator | |
CG4FileUtilities | |
CG4Fiss | |
CG4FissionConfiguration | |
CG4fissionEvent | |
CG4FissionFragmentGenerator | G4FissionFragmentGenerator is the front end class to be used by the user for handling all fission event generation |
CG4FissionParameters | |
►CG4FissionProductYieldDist | G4FissionProductYieldDist is the base class for storing all the fission data and generating fission events |
CG4FPYBiasedLightFragmentDist | G4FPYBiasedLightFragmentDist is an inherited class of G4FissionProductYield that only samples the 'light' fission fragments, defined by A < 115 |
CG4FPYNormalFragmentDist | G4FPYNormalFragmentDist is an inherited class of G4FissionProductYield that samples fission fragments from the entire data set |
CG4FissionStore | |
CG4FluoData | |
CG4FluoTransition | |
CG4ForEach< group > | |
CG4ForEach< G4Terminator > | |
CG4FPYSamplingOps | G4FPYSamplingOps performs all the uniform and Gaussian distribution sampling operations |
CG4Fragment | |
CG4FragmentingString | |
CG4FRofstream | |
CG4FTFAnnihilation | |
CG4FTFParameters | |
CG4GDecay3 | |
CG4GDMLAuxPairType | |
CG4GDMLEvaluator | |
CG4GDMLMatrix | |
CG4GDMLParser | |
►CG4GDMLRead | |
►CG4GDMLReadDefine | |
►CG4GDMLReadMaterials | |
►CG4GDMLReadSolids | |
►CG4GDMLReadSetup | |
►CG4GDMLReadParamvol | |
►CG4GDMLReadStructure | |
CG03ColorReader | GDML reader for the color attributes |
►CG4GDMLWrite | |
►CG4GDMLWriteDefine | |
►CG4GDMLWriteMaterials | |
►CG4GDMLWriteSolids | |
►CG4GDMLWriteSetup | |
►CG4GDMLWriteParamvol | |
►CG4GDMLWriteStructure | |
CG03ColorWriter | GDML writer for the color attributes |
CG4GeneralParticleSourceData | |
CG4GeometryCell | |
CG4GeometryCellComp | |
CG4GeometryCellStep | |
CG4GeometryManager | |
CG4GeometryTolerance | |
CG4GeometryWorkspace | |
CG4GeometryWorkspacePool | |
CG4GeomSplitter< T > | |
►CG4GeomTestPoint | |
CG4GeomTestVolPoint | |
CG4GeomTestVolume | |
CG4GFlashSpot | |
CG4GHEKinematicsVector | |
CG4GIDI | |
CG4GIDI_map | |
CG4GIDI_Product_s | |
CG4GIDI_target | |
CG4GlaubAADataSetHandler | |
CG4GlobalFastSimulationManager | |
CG4GMocrenFileCTtoDensityMap | |
CG4GMocrenIO | |
CG4GoudsmitSaundersonTable | |
►CG4HadDecayGenerator | |
CG4CascadeFinalStateGenerator | |
CG4HadFinalState | |
CG4HadProjectile | |
CG4HadronBuilder | |
►CG4HadronCrossSections | |
CG4NeutronHPElementData | |
CG4ParticleHPElementData | |
►CG4HadronicInteraction | |
CCexmcChargeExchangeProductionModel< OutputParticle > | |
CG4BinaryLightIonReaction | |
CG4ChargeExchange | |
CG4DPMJET2_5Model | |
CG4ElectroVDNuclearModel | |
CG4EmCaptureCascade | |
CG4EMDissociation | |
CG4EventGenerator | |
CG4FissLib | |
►CG4HadronElastic | |
CG4AntiNuclElastic | |
CG4ChipsElasticModel | |
CG4DiffuseElastic | |
CG4ElasticHadrNucleusHE | |
CG4hhElastic | |
CG4LEHadronProtonElastic | |
CG4LEnp | |
CG4LEpp | |
CG4NuclNuclDiffuseElastic | |
►CG4LENDModel | |
CG4LENDCapture | |
CG4LENDElastic | |
CG4LENDFission | |
CG4LENDInelastic | |
CG4LFission | |
CG4LMsdGenerator | |
CG4LowEIonFragmentation | |
CG4MuMinusCapturePrecompound | |
CG4MuonMinusBoundDecay | |
CG4MuonVDNuclearModel | |
CG4NeutronHPCapture | |
CG4NeutronHPElastic | |
CG4NeutronHPFission | |
CG4NeutronHPInelastic | |
CG4NeutronHPThermalScattering | |
CG4NeutronRadCapture | |
CG4ParaFissionModel | |
CG4ParticleHPCapture | |
CG4ParticleHPElastic | |
CG4ParticleHPFission | |
CG4ParticleHPInelastic | |
CG4ParticleHPThermalScattering | |
CG4QMDReaction | |
►CG4RPGInelastic | |
CG4RPGAntiKZeroInelastic | |
CG4RPGAntiLambdaInelastic | |
CG4RPGAntiNeutronInelastic | |
CG4RPGAntiOmegaMinusInelastic | |
CG4RPGAntiProtonInelastic | |
CG4RPGAntiSigmaMinusInelastic | |
CG4RPGAntiSigmaPlusInelastic | |
CG4RPGAntiXiMinusInelastic | |
CG4RPGAntiXiZeroInelastic | |
CG4RPGKLongInelastic | |
CG4RPGKMinusInelastic | |
CG4RPGKPlusInelastic | |
CG4RPGKShortInelastic | |
CG4RPGKZeroInelastic | |
CG4RPGLambdaInelastic | |
►CG4RPGNucleonInelastic | |
CG4RPGNeutronInelastic | |
CG4RPGProtonInelastic | |
CG4RPGOmegaMinusInelastic | |
►CG4RPGPionInelastic | |
CG4RPGPiMinusInelastic | |
CG4RPGPiPlusInelastic | |
CG4RPGSigmaMinusInelastic | |
CG4RPGSigmaPlusInelastic | |
CG4RPGXiMinusInelastic | |
CG4RPGXiZeroInelastic | |
CG4TheoFSGenerator | |
►CG4VIntraNuclearTransportModel | |
CG4BinaryCascade | |
CG4CascadeInterface | |
CG4GeneratorPrecompoundInterface | |
CG4HIJING_Model | |
CG4INCLXXInterface | INCL++ intra-nuclear cascade |
CG4UrQMD1_3Model | |
►CG4VPreCompoundModel | |
CG4AblaInterface | |
CG4PreCompoundModel | |
CG4WilsonAbrasionModel | |
CG4HadronicInteractionRegistry | |
CG4HadronicInteractionWrapper | |
CG4HadronicProcessStore | |
CG4HadronicWhiteBoard | |
CG4HadronNucleonXsc | |
CG4HadSecondary | |
CG4HadSignalHandler | |
CG4HCIOcatalog | |
CG4HCofThisEvent | |
CG4HCtable | |
CG4He3Builder | |
CG4HEPEvtParticle | |
CG4HepRepFileXMLWriter | |
CG4HnDimensionInformation | |
CG4HnInformation | |
CG4HuffmanCodeTable | |
CG4HumanPhantomAnalysisManager | |
CG4HumanPhantomColour | |
CG4HumanPhantomMaterial | |
CG4HyperNucleiProperties | |
CG4HyperonFTFPBuilder | |
►CG4IDataSet | |
CG4CompositeDataSet | |
CG4DataSet | |
CG4PixeShellDataSet | |
►CG4IInterpolator | |
CG4LinInterpolator | |
CG4LogLogInterpolator | |
CG4INCLXXInterfaceStore | Singleton class for configuring the INCL++ Geant4 interface |
CG4INCLXXVInterfaceTally | |
CG4IndexError | |
CG4InitXscPAI | |
CG4Integrator< T, F > | |
CG4InteractionCase | |
CG4InteractionCode | |
CG4InteractionContent | |
CG4InterpolationIterator | |
CG4InterpolationManager | |
CG4IntersectingCone | |
CG4IntGrp< t1, i2, t3 > | |
►CG4InuclParticle | |
CG4InuclElementaryParticle | |
CG4InuclNuclei | |
CG4IonConstructor | |
CG4IonCoulombCrossSection | |
CG4IonDEDXHandler | |
CG4ionEffectiveCharge | |
CG4IonisParamElm | |
CG4IonisParamMat | |
CG4IonTable | |
CG4IsoResult | |
CG4Isotope | |
CG4IsotopeProperty | |
CG4ITBox | G4ITBox behaves just like a stack for G4IT |
►CG4ITGun | |
CG4MoleculeGun | |
CG4ITModelHandler | G4ITModelHandler holds for two IT types the corresponding model manager |
CG4ITModelManager | G4ITModelManager chooses which model to use according to the global simulation time |
CG4ITModelProcessor | The G4ITModelProcessor will call the two processes defined in G4VITModel |
►CG4ITNavigator | |
CG4ITMultiNavigator | |
CG4ITNavigator1 | |
CG4ITNavigator2 | |
►CG4ITNavigatorState_Lock1 | |
CG4ITNavigator1::G4SaveNavigatorState | |
►CG4ITNavigatorState_Lock2 | |
CG4ITNavigator2::G4NavigatorState | |
CG4ITReactionChange | Similar to G4ParticleChange, but deal with two tracks rather than one |
CG4ITReactionSet | |
►CG4ITReactionTable | Free interface to define reaction information |
CG4DNAMolecularReactionTable | G4DNAMolecularReactionTable sorts out the G4DNAMolecularReactionData for bimolecular reaction |
CG4ITStepProcessor | Its role is the same as G4StepManager : |
►CG4ITStepProcessorState_Lock | |
CG4ITStepProcessor::G4ITStepProcessorState | |
►CG4ITTrackingInteractivity | |
CITTrackingInteractivity | |
CG4ITTrackingManager | |
CG4ITTransportationManager | |
►CG4ITTransportationState | |
CG4DNABrownianTransportation::G4ITBrownianState | |
CG4ITType | Tag the G4IT Should be automatically setup by G4IT using : ITDef(MyIT) and ITImp(MyIT) |
CG4ITTypeManager | |
CG4JpegCoder | |
CG4JpegProperty | |
CG4JTPolynomialSolver | |
CG4KaonBuilder | |
CG4KDMap | |
►CG4KDNode_Base | |
CG4KDNode< PointT > | G4KDNode stores one entity in G4KDTree This class is for internal use only |
CG4KDTree | G4KDTree is used by the ITManager to locate the neareast neighbours |
CG4LatticeLogical | |
CG4LatticeManager | |
CG4LatticePhysical | |
CG4LatticeReader | |
CG4LENDManager | |
CG4LENDUsedTarget | |
CG4LeptonConstructor | |
CG4LEPTSDiffXS | |
CG4LEPTSDistribution | |
CG4LEPTSElossDistr | |
CG4LevelManager | |
CG4LevelReader | |
CG4LightMedia | |
CG4LineSection | |
►CG4LogicalSurface | |
CG4LogicalBorderSurface | |
CG4LogicalSkinSurface | |
CG4LogicalVolume | |
CG4VisCommandSceneAddLogo::G4Logo | |
CG4LorentzConvertor | |
CG4LossTableBuilder | |
CG4LossTableManager | |
CG4LVData | |
CG4MagInt_Driver | |
►CG4MagIntegratorStepper | |
CG4CashKarpRKF45 | |
►CG4MagErrorStepper | |
CG4ClassicalRK4 | |
CG4ConstRK4 | |
CG4ExplicitEuler | |
CG4ImplicitEuler | |
CG4SimpleHeum | |
CG4SimpleRunge | |
►CG4MagHelicalStepper | |
CG4ExactHelixStepper | |
CG4HelixExplicitEuler | |
CG4HelixHeum | |
CG4HelixImplicitEuler | |
CG4HelixMixedStepper | |
CG4HelixSimpleRunge | |
CG4NystromRK4 | |
CG4RKG3_Stepper | |
CG4ManyFastLists_iterator< OBJECT > | |
CG4Material | |
CG4MaterialCutsCouple | |
►CG4MaterialPropertiesTable | |
CG4UCNMaterialPropertiesTable | |
CG4MaterialScanner | |
CG4MCCIndexConversionTable | |
CG4MCTEvent | |
CG4MCTGenEvent | |
CG4MCTSimEvent | |
CG4MCTSimParticle | |
CG4MCTSimVertex | |
CG4MemoryError | |
CG4MesonConstructor | |
CG4MesonSplitter | |
CG4MicroElecSiStructure | |
CG4ModelColourMap< T > | |
CG4ModelColourMap< Charge > | |
CG4ModelColourMap< G4String > | |
CG4ModelingParameters | |
CG4MolecularConfiguration | The pointer G4MolecularConfiguration will be shared by all the molecules having the same molecule definition and the same electron occupancy BE CAREFUlL !!! : If you change the mass for instance of a OH^-, this will affect all the OH^- molecule diffusing around |
CG4MolecularConfiguration::G4MolecularConfigurationManager | |
CG4MolecularDissociationChannel | |
CG4MolecularDissociationTable | Class Description G4MolecularDecayTable operates as a container of deexcitation modes for excited or ionized molecules |
CG4MoleculeCounter | |
CG4MoleculeHandleManager | |
CG4MoleculeIterator< MOLECULE > | |
CG4MoleculeTable | |
CG4MonopoleFieldSetup | |
CG4MottCoefficients | |
CG4MPImanager | |
CG4MPIRunMerger | |
CG4MPIScorerMerger | |
CG4MPIstatus | |
►CG4MTHepRandom | |
CG4MTRandExponential | |
►CG4MTRandFlat | |
CG4MTRandBit | |
CG4MTRandGamma | |
►CG4MTRandGauss | |
CG4MTRandGaussQ | |
CG4MTRandGeneral | |
CG4MuElecSiStructure | |
CG4MultiBodyMomentumDist | |
CG4NavigationHistory | |
CG4NavigationHistoryPool | |
CG4NavigationLevel | |
CG4NavigationLevelRep | |
CG4NavigationLogger | |
►CG4Navigator | |
CG4ErrorPropagationNavigator | |
CG4MultiNavigator | |
CG4NeutronBuilder | |
CG4NeutronHPAngular | |
CG4NeutronHPAngularP | |
CG4NeutronHPChannel | |
CG4NeutronHPChannelList | |
CG4NeutronHPContAngularPar | |
CG4NeutronHPData | |
CG4NeutronHPDataPoint | |
CG4NeutronHPDataUsed | |
CG4NeutronHPDeExGammas | |
CG4NeutronHPEnAngCorrelation | |
CG4NeutronHPEnergyDistribution | |
CG4NeutronHPFastLegendre | |
CG4NeutronHPField | |
CG4NeutronHPFieldPoint | |
►CG4NeutronHPFinalState | |
CG4FissionLibrary | |
CG4NeutronHPCaptureFS | |
CG4NeutronHPElasticFS | |
►CG4NeutronHPFissionBaseFS | |
CG4NeutronHPFCFissionFS | |
CG4NeutronHPFFFissionFS | |
CG4NeutronHPLCFissionFS | |
CG4NeutronHPSCFissionFS | |
CG4NeutronHPTCFissionFS | |
CG4NeutronHPFissionFS | |
CG4NeutronHPFSFissionFS | |
►CG4NeutronHPInelasticBaseFS | |
CG4NeutronHP2AInelasticFS | |
CG4NeutronHP2N2AInelasticFS | |
CG4NeutronHP2NAInelasticFS | |
CG4NeutronHP2NDInelasticFS | |
CG4NeutronHP2NInelasticFS | |
CG4NeutronHP2NPInelasticFS | |
CG4NeutronHP2PInelasticFS | |
CG4NeutronHP3AInelasticFS | |
CG4NeutronHP3NAInelasticFS | |
CG4NeutronHP3NInelasticFS | |
CG4NeutronHP3NPInelasticFS | |
CG4NeutronHP4NInelasticFS | |
CG4NeutronHPD2AInelasticFS | |
CG4NeutronHPDAInelasticFS | |
CG4NeutronHPN2AInelasticFS | |
CG4NeutronHPN2PInelasticFS | |
CG4NeutronHPN3AInelasticFS | |
CG4NeutronHPNAInelasticFS | |
CG4NeutronHPND2AInelasticFS | |
CG4NeutronHPNDInelasticFS | |
CG4NeutronHPNHe3InelasticFS | |
CG4NeutronHPNPAInelasticFS | |
CG4NeutronHPNPInelasticFS | |
CG4NeutronHPNT2AInelasticFS | |
CG4NeutronHPNTInelasticFS | |
CG4NeutronHPNXInelasticFS | |
CG4NeutronHPPAInelasticFS | |
CG4NeutronHPPDInelasticFS | |
CG4NeutronHPPTInelasticFS | |
CG4NeutronHPT2AInelasticFS | |
►CG4NeutronHPInelasticCompFS | |
CG4NeutronHPAInelasticFS | |
CG4NeutronHPDInelasticFS | |
CG4NeutronHPHe3InelasticFS | |
CG4NeutronHPNInelasticFS | |
CG4NeutronHPPInelasticFS | |
CG4NeutronHPTInelasticFS | |
CG4NeutronHPFissionERelease | |
CG4NeutronHPGamma | |
CG4NeutronHPHash | |
CG4NeutronHPInterpolator | |
CG4NeutronHPIsoData | |
CG4NeutronHPKallbachMannSyst | |
CG4NeutronHPLegendreStore | |
CG4NeutronHPLegendreTable | |
CG4NeutronHPLevel | |
CG4NeutronHPList | |
CG4NeutronHPManager | |
CG4NeutronHPNames | |
CG4NeutronHPNeutronYield | |
CG4NeutronHPPartial | |
CG4NeutronHPPhotonDist | |
CG4NeutronHPPolynomExpansion | |
CG4NeutronHPProduct | |
CG4NeutronHPReactionWhiteBoard | |
CG4NeutronHPThermalBoost | |
CG4NeutronHPThermalScatteringNames | |
CG4NeutronHPThreadLocalManager | |
CG4NeutronHPVector | |
CG4Nevent | |
CG4NistElementBuilder | |
CG4NistManager | |
CG4NistMaterialBuilder | |
CG4NoModelFound | |
CG4NormalNavigation | |
CG4NotSupported | |
CG4Nsplit_Weight | |
CG4NuclearAbrasionGeometry | |
CG4NuclearLevel | |
CG4NuclearLevelManager | |
CG4NuclearLevelStore | |
CG4NucleiModel | |
CG4NucleiProperties | |
CG4NucleiPropertiesTableAME03 | |
CG4NucleiPropertiesTheoreticalTable | |
CG4Nucleus | |
CG4NucleusLimits | |
CG4NucLevel | |
CG4NuclWatcher | |
CG4OpenGL2PSAction | |
CG4OpenGLFontBaseStore | |
CG4Opt | Options |
CG4OrlicLiXsModel | |
CG4OutBitStream | |
CG4Pace | Masses |
CG4PAIModelData | |
CG4PAIPhotData | |
CG4Pair< t1, t2 > | |
CG4PairingCorrection | |
CG4PAIxSection | |
CG4PAIySection | |
CG4PartialWidthTable | |
►CG4ParticleDefinition | |
CG4AdjointElectron | |
CG4AdjointGamma | |
►CG4AdjointIons | |
CG4AdjointAlpha | |
CG4AdjointDeuteron | |
CG4AdjointGenericIon | |
CG4AdjointHe3 | |
CG4AdjointTriton | |
CG4AdjointPositron | |
CG4AdjointProton | |
CG4AntiBMesonZero | |
CG4AntiBsMesonZero | |
CG4AntiDMesonZero | |
CG4AntiKaonZero | |
CG4AntiLambda | |
CG4AntiLambdab | |
CG4AntiLambdacPlus | |
CG4AntiNeutrinoE | |
CG4AntiNeutrinoMu | |
CG4AntiNeutrinoTau | |
CG4AntiNeutron | |
CG4AntiOmegabMinus | |
CG4AntiOmegacZero | |
CG4AntiOmegaMinus | |
CG4AntiProton | |
CG4AntiSigmabMinus | |
CG4AntiSigmabPlus | |
CG4AntiSigmabZero | |
CG4AntiSigmacPlus | |
CG4AntiSigmacPlusPlus | |
CG4AntiSigmacZero | |
CG4AntiSigmaMinus | |
CG4AntiSigmaPlus | |
CG4AntiSigmaZero | |
CG4AntiXibMinus | |
CG4AntiXibZero | |
CG4AntiXicPlus | |
CG4AntiXicZero | |
CG4AntiXiMinus | |
CG4AntiXiZero | |
CG4BcMesonMinus | |
CG4BcMesonPlus | |
CG4BMesonMinus | |
CG4BMesonPlus | |
CG4BMesonZero | |
CG4BsMesonZero | |
CG4ChargedGeantino | |
CG4DMesonMinus | |
CG4DMesonPlus | |
CG4DMesonZero | |
CG4DNAIons | |
CG4DsMesonMinus | |
CG4DsMesonPlus | |
CG4Electron | |
CG4Eta | |
CG4Etac | |
CG4EtaPrime | |
CG4Gamma | |
CG4Geantino | |
►CG4Ions | |
CG4Alpha | |
CG4AntiAlpha | |
CG4AntiDeuteron | |
CG4AntiHe3 | |
CG4AntiTriton | |
CG4Deuteron | |
CG4GenericIon | |
CG4He3 | |
CG4Neutron | |
CG4Proton | |
CG4Triton | |
CG4JPsi | |
CG4KaonMinus | |
CG4KaonPlus | |
CG4KaonZero | |
CG4KaonZeroLong | |
CG4KaonZeroShort | |
CG4Lambda | |
CG4Lambdab | |
CG4LambdacPlus | |
►CG4MoleculeDefinition | |
CG4Electron_aq | |
CG4H2 | |
CG4H2O | |
CG4H2O2 | |
CG4H3O | |
CG4Hydrogen | |
CG4OH | |
CG4Monopole | |
CG4MuonMinus | |
CG4MuonPlus | |
CG4NeutrinoE | |
CG4NeutrinoMu | |
CG4NeutrinoTau | |
CG4OmegabMinus | |
CG4OmegacZero | |
CG4OmegaMinus | |
CG4OpticalPhoton | |
CG4PhononLong | |
CG4PhononTransFast | |
CG4PhononTransSlow | |
CG4PionMinus | |
CG4PionPlus | |
CG4PionZero | |
CG4Positron | |
CG4SigmabMinus | |
CG4SigmabPlus | |
CG4SigmabZero | |
CG4SigmacPlus | |
CG4SigmacPlusPlus | |
CG4SigmacZero | |
CG4SigmaMinus | |
CG4SigmaPlus | |
CG4SigmaZero | |
CG4TauMinus | |
CG4TauPlus | |
CG4UnknownParticle | |
CG4Upsilon | |
►CG4VShortLivedParticle | |
CG4Dineutron | |
CG4Diproton | |
CG4DiQuarks | |
CG4ExcitedBaryons | |
CG4ExcitedMesons | |
CG4Gluons | |
CG4Quarks | |
CG4UnboundPN | |
CG4XibMinus | |
CG4XibZero | |
CG4XicPlus | |
CG4XicZero | |
CG4XiMinus | |
CG4XiZero | |
CG4ParticleHPAngular | |
CG4ParticleHPAngularP | |
CG4ParticleHPChannel | |
CG4ParticleHPChannelList | |
CG4ParticleHPContAngularPar | |
CG4ParticleHPData | |
CG4ParticleHPDataPoint | |
CG4ParticleHPDataUsed | |
CG4ParticleHPDeExGammas | |
CG4ParticleHPEnAngCorrelation | |
CG4ParticleHPEnergyDistribution | |
CG4ParticleHPFastLegendre | |
CG4ParticleHPField | |
CG4ParticleHPFieldPoint | |
►CG4ParticleHPFinalState | |
CG4ParticleHPCaptureFS | |
CG4ParticleHPElasticFS | |
►CG4ParticleHPFissionBaseFS | |
CG4ParticleHPFCFissionFS | |
CG4ParticleHPFFFissionFS | |
CG4ParticleHPLCFissionFS | |
CG4ParticleHPSCFissionFS | |
CG4ParticleHPTCFissionFS | |
CG4ParticleHPFissionFS | |
CG4ParticleHPFSFissionFS | |
►CG4ParticleHPInelasticBaseFS | |
CG4ParticleHP2AInelasticFS | |
CG4ParticleHP2N2AInelasticFS | |
CG4ParticleHP2NAInelasticFS | |
CG4ParticleHP2NDInelasticFS | |
CG4ParticleHP2NInelasticFS | |
CG4ParticleHP2NPInelasticFS | |
CG4ParticleHP2PInelasticFS | |
CG4ParticleHP3AInelasticFS | |
CG4ParticleHP3NAInelasticFS | |
CG4ParticleHP3NInelasticFS | |
CG4ParticleHP3NPInelasticFS | |
CG4ParticleHP4NInelasticFS | |
CG4ParticleHPD2AInelasticFS | |
CG4ParticleHPDAInelasticFS | |
CG4ParticleHPN2AInelasticFS | |
CG4ParticleHPN2PInelasticFS | |
CG4ParticleHPN3AInelasticFS | |
CG4ParticleHPNAInelasticFS | |
CG4ParticleHPND2AInelasticFS | |
CG4ParticleHPNDInelasticFS | |
CG4ParticleHPNHe3InelasticFS | |
CG4ParticleHPNPAInelasticFS | |
CG4ParticleHPNPInelasticFS | |
CG4ParticleHPNT2AInelasticFS | |
CG4ParticleHPNTInelasticFS | |
CG4ParticleHPNXInelasticFS | |
CG4ParticleHPPAInelasticFS | |
CG4ParticleHPPDInelasticFS | |
CG4ParticleHPPTInelasticFS | |
CG4ParticleHPT2AInelasticFS | |
►CG4ParticleHPInelasticCompFS | |
CG4ParticleHPAInelasticFS | |
CG4ParticleHPDInelasticFS | |
CG4ParticleHPHe3InelasticFS | |
CG4ParticleHPNInelasticFS | |
CG4ParticleHPPInelasticFS | |
CG4ParticleHPTInelasticFS | |
CG4ParticleHPFissionERelease | |
CG4ParticleHPGamma | |
CG4ParticleHPHash | |
CG4ParticleHPInterpolator | |
CG4ParticleHPIsoData | |
CG4ParticleHPKallbachMannSyst | |
CG4ParticleHPLegendreStore | |
CG4ParticleHPLegendreTable | |
CG4ParticleHPLevel | |
CG4ParticleHPList | |
CG4ParticleHPManager | |
CG4ParticleHPNames | |
CG4ParticleHPPartial | |
CG4ParticleHPParticleYield | |
CG4ParticleHPPhotonDist | |
CG4ParticleHPPolynomExpansion | |
CG4ParticleHPProduct | |
CG4ParticleHPReactionWhiteBoard | |
CG4ParticleHPThermalBoost | |
CG4ParticleHPThermalScatteringNames | |
CG4ParticleHPVector | |
CG4ParticleLargerBeta | |
CG4ParticleLargerEkin | |
CG4ParticlePropertyData | |
CG4ParticlePropertyTable | |
CG4ParticlesWorkspace | |
CG4ParticleTable | |
CG4ParticleTableIterator< K, V > | |
CG4ParticleTypeConverter | |
CG4Parton | |
CG4PartonPair | |
CG4PathFinder | |
CG4PaulKxsModel | |
CG4PDefData | |
CG4PDefSplitter< T > | |
CG4PDGCodeChecker | |
CG4PenelopeBremsstrahlungFS | |
CG4PenelopeCrossSection | |
CG4PenelopeIonisationXSHandler | |
CG4PenelopeOscillator | |
CG4PenelopeOscillatorManager | |
CG4PenelopeOscillatorResEnergyComparator | |
CG4PenelopeSamplingData | |
CG4PersistencyCenter | |
CG4Pevent | |
CG4PhononTrackMap | |
CG4PhSideData | |
CG4PhysicalVolumeModel::G4PhysicalVolumeNodeID | |
CG4Physics2DVector | |
CG4PhysicsConstructorRegistry | |
CG4PhysicsListHelper | |
CG4PhysicsListOrderingParameter | |
CG4PhysicsListWorkspace | |
CG4PhysicsModelCatalog | |
CG4PhysicsTableHelper | |
►CG4PhysicsVector | |
CG4LPhysicsFreeVector | |
CG4PhysicsFreeVector | |
CG4PhysicsLinearVector | |
CG4PhysicsLnVector | |
CG4PhysicsLogVector | |
CG4PhysicsOrderedFreeVector | |
CG4PhysListFactory | |
Cg4alt::G4PhysListFactory | |
CG4PhysListRegistry | |
CG4PhysListUtil | |
CG4PiKBuilder | |
CG4ping | |
CG4PionBuilder | |
CG4PixeCrossSectionHandler | |
CG4PlacedPolyhedron | |
►CG4Plane3D | |
CG4ErrorPlaneSurfaceTarget | |
CG4PlSideData | |
CG4PolarizationHelper | |
CG4PolarizationManager | |
CG4PolyconeHistorical | |
CG4PolyconeSideRZ | |
CG4PolyhedraHistorical | |
CG4PolyhedraSideRZ | |
CG4PolynomialSolver< T, F > | |
CG4PolyPhiFaceEdge | |
CG4PolyPhiFaceVertex | |
CG4PomeronCrossSection | |
CG4AllocatorPool::G4PoolChunk | |
CG4AllocatorPool::G4PoolLink | |
CG4Pow | |
CG4PreCompoundEmission | |
CG4PreCompoundFragmentVector | |
CG4PreCompoundParameters | |
CG4PrimaryParticle | |
CG4PrimaryTransformer | |
CG4PrimaryVertex | |
CG4ProcessAttribute | |
CG4ProcessManager | |
►CG4ProcessState_Lock | |
►CG4VITProcess::G4ProcessState | |
CG4DNASecondOrderReaction::SecondOrderReactionState | |
CG4ITTransportation::G4ITTransportationState | |
CG4VITProcess::G4ProcessStateBase< T > | |
CG4ProcessTable | |
CG4ProcessVector | |
CG4ProcTblElement | |
CG4ProductionCuts | |
CG4ProductionCutsTable | |
CG4ProjectileFragmentCrossSection | |
CG4PropagatorInField | |
CG4ProtonBuilder | |
CG4PSTARStopping | |
CG4PVData | |
►CG4QGSDiffractiveExcitation | |
CG4SingleDiffractiveExcitation | |
CG4QGSMParameters | |
CG4QMDCollision | |
CG4QMDMeanField | |
CG4QMDParameters | |
CG4QMDParticipant | |
►CG4QMDSystem | |
►CG4QMDNucleus | |
CG4QMDGroundStateNucleus | |
CG4QuasiElasticChannel | |
CG4QuasiElRatios | |
CG4RadioactiveDecayRate | |
CG4RadioactiveDecayRateVector | |
CG4RadioactivityTable | |
CG4RayShooter | |
CG4RDAtomicDeexcitation | |
CG4RDAtomicShell | |
CG4RDAtomicTransitionManager | |
CG4RDAugerData | |
CG4RDAugerTransition | |
CG4RDBremsstrahlungParameters | |
CG4RDDopplerProfile | |
CG4RDeIonisationParameters | |
CG4RDFluoData | |
CG4RDFluoTransition | |
CG4RDShellData | |
CG4RDShellVacancy | |
►CG4RDVBremAngularDistribution | |
CG4RDGenerator2BN | |
CG4RDGenerator2BS | |
CG4RDModifiedTsai | |
►CG4RDVCrossSectionHandler | |
CG4RDBremsstrahlungCrossSectionHandler | |
CG4RDCrossSectionHandler | |
CG4RDeIonisationCrossSectionHandler | |
►CG4RDVDataSetAlgorithm | |
CG4RDLinInterpolation | |
CG4RDLinLogInterpolation | |
CG4RDLinLogLogInterpolation | |
CG4RDLogLogInterpolation | |
CG4RDSemiLogInterpolation | |
►CG4RDVEMDataSet | |
CG4RDCompositeEMDataSet | |
CG4RDEMDataSet | |
CG4RDShellEMDataSet | |
►CG4RDVEnergySpectrum | |
CG4RDeBremsstrahlungSpectrum | |
CG4RDeIonisationSpectrum | |
►CG4RDVPhotoElectricAngularDistribution | |
CG4RDPhotoElectricAngularGeneratorPolarized | |
CG4RDPhotoElectricAngularGeneratorSauterGavrila | |
CG4RDPhotoElectricAngularGeneratorSimple | |
►CG4RDVRangeTest | |
CG4RDRangeNoTest | |
CG4RDRangeTest | |
CG4ReactionProduct | |
CG4ReduciblePolygon | |
CG4ReduciblePolygonIterator | |
CG4ReferenceCountedHandle< X > | |
CG4ReferenceCountedHandle< G4VTouchable > | |
CG4ReflectionFactory | |
CG4Region | |
CG4RegionData | |
CG4RegionModels | |
CG4RegularNavigation | |
CG4RegularNavigationHelper | |
CG4ReplicaData | |
CG4ReplicaNavigation | |
CG4ResonanceID | |
CG4ResonanceNames | |
►CG4ResonancePartialWidth | |
CG4BaryonPartialWidth | |
►CG4ResonanceWidth | |
CG4BaryonWidth | |
CG4RootNtupleDescription | |
CG4RootRNtupleDescription | |
►CG4RotationMatrix | |
CG3toG4RotationMatrix | |
►CG4RPGReaction | |
CG4RPGFragmentation | |
CG4RPGPionSuppression | |
CG4RPGStrangeProduction | |
CG4RPGTwoBody | |
CG4RPGTwoCluster | |
►CG4Run | |
CB01Run | |
CB02Run | |
CB03Run | |
►CB1Run | Run class |
CB1ConRun | Run class which extends B1Run |
CB1Run | Run class |
CB1Run | Run class |
CB3Run | Run class |
CB4bRunData | Run data class |
CCexmcRun | |
CDicomRun | DicomRun class |
CElectronRun | |
CG4RTRun | |
CRE02Run | User run class |
CRE06Run | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
CRun | |
►CG4RunManager | |
CCexmcRunManager | |
►CG4MTRunManager | |
CtbbMasterRunManager | |
►CG4WorkerRunManager | |
CtbbWorkerRunManager | |
CParRunManager | |
CParRunManager | |
►CG4RunManagerKernel | |
CG4MTRunManagerKernel | |
CG4WorkerRunManagerKernel | |
CG4SafetyHelper | |
CG4SampleResonance | |
CG4SamplingPostStepAction | |
CG4SandiaTable | |
CG4ITNavigator2::G4SaveNavigatorState | |
CG4Navigator::G4SaveNavigatorState | |
CG4Scene | |
CG4ScoringManager | |
►CG4ScreenedCollisionStage | |
CG4ScreenedCoulombClassicalKinematics | |
CG4SingleScatter | |
►CG4ScreenedCoulombCrossSectionInfo | |
CG4ScreenedCoulombClassicalKinematics | |
►CG4ScreenedCoulombCrossSection | |
CG4NativeScreenedCoulombCrossSection | |
CG4ScreenedNuclearRecoil | A process which handles screened Coulomb collisions between nuclei |
CG4SingleScatter | |
CG4ScreeningMottCrossSection | |
CG4ScreeningTables | |
CG4SDManager | |
CG4SDStructure | |
CG4SensitiveVolumeList | |
CG4ShellCorrection | |
CG4ShellData | |
CG4ShellVacancy | |
CG4ShiftedGaussian | G4ShiftedGaussian is a class for storing the shifted values used for sampling a Gaussian distribution and returning only positive values; it is integrated into G4FPYSamplingOps |
CG4ShortLivedConstructor | |
CG4SimpleIntegration | |
CG4SimplexDownhill< T > | |
CG4SimplexDownhill< G4ConvergenceTester > | |
CG4SliceTimer | |
CG4SmartTrackStack | |
CG4SmartVoxelHeader | |
CG4SmartVoxelNode | |
CG4SmartVoxelProxy | |
CG4SmartVoxelStat | |
CG4SoftStringBuilder | |
CG4SolidExtentList | |
CG4SolidsWorkspace | |
CG4SolidsWorkspacePool | |
CG4Solver< Function > | |
CG4SortHelperPtr< A > | |
CG4SPBaryon | |
CG4SPBaryonTable | |
CG4SPPartonInfo | |
CG4SPSAngDistribution | Andrea Dotti Feb 2015 Important: This is a shared class between threads |
CG4SPSEneDistribution | Andrea Dotti Feb 2015 Important: This is a shared class between threads |
CG4SPSPosDistribution | Andrea Dotti Feb 2015 Important: This is a shared class between threads |
CG4SPSRandomGenerator | Andrea Dotti Feb 2015 Important: This is a shared class between threads |
CG4StableIsotopes | |
CG4StackedTrack | |
CG4StackManager | |
CG4StatDouble | |
CG4StateManager | |
CG4StatMFChannel | |
CG4StatMFFragment | |
CG4StatMFMacroChemicalPotential | |
CG4StatMFMacroMultiplicity | |
CG4StatMFMacroTemperature | |
CG4StatMFMicroManager | |
CG4StatMFMicroPartition | |
CG4StatMFParameters | |
CG4Step | |
CG4SteppingManager | |
CG4StepPoint | |
CG4STRead | |
CG4SubString | |
►CG4SurfaceProperty | |
CG4OpticalSurface | |
CG4SurfaceVoxelizer | |
CG4SurfBits | |
CG4VTwistSurface::G4SurfCurNormal | |
CG4VTwistSurface::G4SurfSideQuery | |
CG4TablesForExtrapolator | |
CG4TableTemplate< T > | G4TableTemplate is essentially a wrapper around a std::vector designed to work specifically with pointers |
CG4TableTemplate< G4ENDFYieldDataContainer > | |
CG4TemplateAutoLock< M, L, U > | |
►CG4TemplateAutoLock< G4Mutex, thread_lock, thread_unlock > | |
CG4ImpMutexAutoLock | |
CG4TemplateRNGHelper< T > | |
CG4Terminator | |
CG4TessellatedGeometryAlgorithms | |
CG4VisCommandSceneAddText2D::G4Text2D | |
►CG4tgbDetectorBuilder | |
CExTGRCDetectorBuilder | Detector builder class implementing cuts per region |
CG4tgbDetectorConstruction | |
CG4tgbElement | |
CG4tgbGeometryDumper | |
CG4tgbIsotope | |
►CG4tgbMaterial | |
►CG4tgbMaterialMixture | |
CG4tgbMaterialMixtureByNoAtoms | |
CG4tgbMaterialMixtureByVolume | |
CG4tgbMaterialMixtureByWeight | |
CG4tgbMaterialSimple | |
CG4tgbMaterialMgr | |
CG4tgbRotationMatrix | |
CG4tgbRotationMatrixMgr | |
CG4tgbVolume | |
CG4tgbVolumeMgr | |
►CG4tgrElement | |
CG4tgrElementFromIsotopes | |
CG4tgrElementSimple | |
CG4tgrFileIn | |
CG4tgrFileReader | |
CG4tgrIsotope | |
►CG4tgrLineProcessor | |
CExTGRCLineProcessor | Line processor that adds the definition of regions |
►CG4tgrMaterial | |
CG4tgrMaterialMixture | |
CG4tgrMaterialSimple | |
CG4tgrMaterialFactory | |
CG4tgrParameterMgr | |
►CG4tgrPlace | |
CG4tgrPlaceDivRep | |
CG4tgrPlaceParameterisation | |
CG4tgrPlaceSimple | |
CG4tgrRotationMatrix | |
CG4tgrRotationMatrixFactory | |
►CG4tgrSolid | |
CG4tgrSolidBoolean | |
CG4tgrUtils | |
►CG4tgrVolume | |
CG4tgrVolumeAssembly | |
CG4tgrVolumeDivision | |
CG4tgrVolumeMgr | |
►CG4TheRayTracer | |
CG4TheMTRayTracer | |
►CG4ThreeVector | |
CG4StokesVector | |
CG4GDMLWriteSolids::G4ThreeVectorCompare | |
CG4Timer | |
CG4Tokenizer | |
CG4Track | |
CG4TrackingInformation | The class G4TrackingInformation (hold by G4IT) emcompasses processes informations computed at the PS/AS/AtRest/InteractionLength stage, and also, the selection of processes for the given step |
CG4TrackingManager | |
CG4TrackLogger | |
CG4TrackStateManager | |
CG4TrackTerminator | |
CG4Trajectory_Lock | |
CG4TrajectoryContainer | |
CG4TransportationManager | |
CG4TrialsCounter | |
CG4TritonBuilder | |
CG4TwoBodyAngularDist | |
CG4TWorkspacePool< T > | |
►CG4Type1GlauberParameterisation | |
CG4ParamType1GlaubAADataSet | |
►CG4TypeKey | |
CG4TypeKeyT< T > | |
CG4UCNMicroRoughnessHelper | |
CG4UIaliasList | |
CG4UIArrayString | |
CG4UIbridge | |
►CG4UIcommand | |
CG4UIcmdWith3Vector | |
CG4UIcmdWith3VectorAndUnit | |
CG4UIcmdWithABool | |
CG4UIcmdWithADouble | |
CG4UIcmdWithADoubleAndUnit | |
CG4UIcmdWithAnInteger | |
CG4UIcmdWithAString | |
CG4UIcmdWithNucleusLimits | |
CG4UIcmdWithoutParameter | |
CG4UIdirectory | |
CG4UIcommandTree | |
CG4UIExecutive | |
►CG4UImessenger | |
CB2aDetectorMessenger | Messenger class that defines commands for B2aDetectorConstruction |
CB2bDetectorMessenger | Messenger class that defines commands for B2bDetectorConstruction |
CB2bDetectorMessenger | Messenger class that defines commands for B2bDetectorConstruction |
CBrachyDetectorMessenger | |
CCCalPrimaryGeneratorMessenger | |
CCexmcChargeExchangeReconstructorMessenger | |
CCexmcEnergyDepositDigitizerMessenger | |
CCexmcEventActionMessenger | |
CCexmcParticleGunMessenger | |
CCexmcPhysicsManagerMessenger | |
CCexmcPrimaryGeneratorActionMessenger | |
CCexmcProductionModelMessenger | |
CCexmcReconstructorMessenger | |
CCexmcRunManagerMessenger | |
CCexmcScenePrimitivesMessenger | |
CCexmcSensitiveDetectorMessenger | |
CCML2Acc1Messenger | |
CCML2AcceleratorConstructionMessenger | |
CCML2MainMessenger | |
CCML2PhantomConstructionMessenger | |
CCML2PrimaryGenerationActionMessenger | |
CCollimator100BeamLineMessenger | |
CCollimator40BeamLineMessenger | |
CCollimator50BeamLineMessenger | |
CCollimator60BeamLineMessenger | |
CCollimator70BeamLineMessenger | |
CCollimator80BeamLineMessenger | |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDetectorMessenger | Messenger class that defines commands for DetectorConstruction |
CDicomIntersectVolume | Manages intersections of DICOM files with volumes |
CDMXDetectorMessenger | |
CDMXEventActionMessenger | |
CDMXParticleSourceMessenger | |
CDMXRunActionMessenger | |
CDMXStackingActionMessenger | |
CDMXSteppingActionMessenger | |
CElectronBenchmarkDetectorMessenger | |
CEm10DetectorMessenger | |
CEm10EventActionMessenger | |
CEm10PhysicsListMessenger | |
CEm10PrimaryGeneratorMessenger | |
CEm10RunMessenger | |
CEventActionMessenger | |
CEventActionMessenger | |
CEventActionMessenger | |
CEventActionMessenger | |
CEventActionMessenger | |
CEventActionMessenger | |
CEventActionMessenger | |
CEventActionMessenger | |
CEventActionMessenger | |
CEventMessenger | |
CExErrorDetectorMessenger | Detector messenger class |
CExExChDetectorConstructionMessenger | |
CExExChPhysicsListMessenger | |
CExExChStackingActionMessenger | |
CExG4DetectorConstruction01Messenger | Messenger class that defines commands for ExG4DetectorConstruction01 |
CExG4DetectorConstruction01Messenger | Messenger class that defines commands for ExG4DetectorConstruction01 |
CExG4DetectorConstruction01Messenger | Messenger class that defines commands for ExG4DetectorConstruction01 |
CExG4DetectorConstruction02Messenger | Messenger class that defines commands for ExG4DetectorConstruction02 |
CExG4DetectorConstruction02Messenger | Messenger class that defines commands for ExG4DetectorConstruction02 |
CExG4DetectorConstruction02Messenger | Messenger class that defines commands for ExG4DetectorConstruction02 |
CExG4EventAction01Messenger | Messenger class that defines commands for ExG4EventAction01 |
CExG4EventAction01Messenger | Messenger class that defines commands for ExG4EventAction01 |
CExG4EventAction01Messenger | Messenger class that defines commands for ExG4EventAction01 |
CExG4RunAction01Messenger | Messenger class that defines commands for ExG4RunAction01 |
CExG4RunAction01Messenger | Messenger class that defines commands for ExG4RunAction01 |
CExG4RunAction01Messenger | Messenger class that defines commands for ExG4RunAction01 |
CExN02DetectorMessenger | |
CExN03DetectorMessenger | |
CExN04PrimaryGeneratorMessenger | |
CExN04PrimaryGeneratorMessenger | |
CExN04StackingActionMessenger | |
CExN04StackingActionMessenger | |
CExP01DetectorMessenger | Detector messenger for the persistency example |
CexrdmDetectorMessenger | |
CexrdmEventActionMessenger | |
CexrdmHistoMessenger | |
CexrdmMaterialMessenger | |
CexrdmPhysicsListMessenger | |
CF01DetectorMessenger | |
CF01EventActionMessenger | |
CF01FieldMessenger | |
CF01PhysicsListMessenger | |
CF01PrimaryGeneratorMessenger | |
CF01RunMessenger | |
CF02DetectorMessenger | |
CF02EventActionMessenger | |
CF02FieldMessenger | |
CF02PhysicsListMessenger | |
CF02PrimaryGeneratorMessenger | |
CF02RunMessenger | |
CF03DetectorMessenger | |
CF03EventActionMessenger | |
CF03FieldMessenger | |
CF03PhysicsListMessenger | |
CF03PrimaryGeneratorMessenger | |
CF03RunMessenger | |
CF04DetectorMessenger | |
CF04EventActionMessenger | |
CF04FieldMessenger | |
CF04PhysicsListMessenger | Provide control of the physics list and cut parameters |
CF04PrimaryGeneratorMessenger | |
CF04RunActionMessenger | |
CF04SteppingActionMessenger | |
CFCALTBEventActionMessenger | |
CG02DetectorMessenger | Detector messenger class used in GDML read/write example |
CG03DetectorMessenger | Detector messenger for the GDML extensions example |
CG4AdjointPhysicsMessenger | |
CG4AdjointSimMessenger | |
CG4AnalysisMessenger | |
CG4ASCIITreeMessenger | |
CG4BlineTracerMessenger | |
CG4CascadeParamMessenger | |
CG4DecayTableMessenger | |
CG4DMmessenger | |
CG4DNAChemistryManager | WARNING: THIS CLASS IS A PROTOTYPE G4DNAChemistryManager is called from the physics models |
CG4EmMessenger | |
CG4EmParametersMessenger | |
CG4EnergyLossMessenger | |
CG4ErrorMessenger | |
CG4EvManMessenger | |
CG4FastSimulationMessenger | |
CG4FileMessenger | |
CG4GDMLMessenger | |
CG4GeneralParticleSourceMessenger | Andrea Dotti Feb 2015 GPS messenger design requires some explanation for what distributions parameters are concerned : Each thread has its own GPS since primary generation is a user action |
CG4GenericMessenger | This class is generic messenger |
CG4GeometryMessenger | |
CG4GlobalMagFieldMessenger | |
CG4GMocrenMessenger | |
CG4H1Messenger | |
CG4H2Messenger | |
CG4H3Messenger | |
CG4HadronicEPTestMessenger | |
CG4HepRepMessenger | |
CG4HnMessenger | |
CG4HumanPhantomMessenger | |
CG4INCLXXInterfaceMessenger | |
CG4InteractorMessenger | |
CG4LocalThreadCoutMessenger | |
CG4MatScanMessenger | |
CG4ModelCmdCreateContextDir< M > | |
CG4MoleculeGunMessenger | |
CG4MoleculeGunMessenger::MultipleGun | |
CG4MonopoleFieldMessenger | |
CG4MonopolePhysicsMessenger | |
CG4MPImessenger | |
CG4NeutronHPMessenger | |
CG4NeutronKillerMessenger | |
CG4NistMessenger | |
CG4OpenGLViewerMessenger | |
CG4OpticalPhysicsMessenger | |
CG4P1Messenger | |
CG4P2Messenger | |
CG4ParticleGunMessenger | |
CG4ParticleMessenger | |
CG4ParticlePropertyMessenger | |
CG4PersistencyCenterMessenger | |
CG4PolarizationMessenger | |
CG4ProcessManagerMessenger | |
CG4ProcessTableMessenger | |
CG4ProductionCutsTableMessenger | |
CG4Pythia6DecayerMessenger | Messenger class that defines commands for G4Pythia6Decayer |
CG4RadioactiveDecaymessenger | |
CG4RTMessenger | |
CG4RunMessenger | |
CG4SchedulerMessenger | |
CG4ScoreQuantityMessenger | |
CG4ScoringMessenger | |
CG4SDmessenger | |
CG4StackingMessenger | |
CG4tgrMessenger | |
CG4TrackingMessenger | |
CG4UCNBoundaryProcessMessenger | |
CG4UIcontrolMessenger | |
CG4UnitsMessenger | |
CG4UserPhysicsListMessenger | |
CG4VisCommandListManagerList< Manager > | |
CG4VisCommandListManagerSelect< Manager > | |
CG4VisCommandManagerMode< Manager > | |
CG4VModelCommand< T > | |
►CG4VModelCommand< M > | |
►CG4ModelCmdApplyBool< M > | |
CG4ModelCmdActive< M > | |
CG4ModelCmdDraw< M > | |
CG4ModelCmdInvert< M > | |
CG4ModelCmdSetAuxPtsVisible< M > | |
CG4ModelCmdSetDrawAuxPts< M > | |
CG4ModelCmdSetDrawLine< M > | |
CG4ModelCmdSetDrawStepPts< M > | |
CG4ModelCmdSetLineVisible< M > | |
CG4ModelCmdSetStepPtsVisible< M > | |
CG4ModelCmdVerbose< M > | |
►CG4ModelCmdApplyColour< M > | |
CG4ModelCmdSetAuxPtsColour< M > | |
CG4ModelCmdSetDefaultColour< M > | |
CG4ModelCmdSetLineColour< M > | |
CG4ModelCmdSetStepPtsColour< M > | |
CG4ModelCmdApplyDouble< M > | |
►CG4ModelCmdApplyDoubleAndUnit< M > | |
CG4ModelCmdSetTimeSliceInterval< M > | |
►CG4ModelCmdApplyInteger< M > | |
CG4ModelCmdAddInt< M > | |
►CG4ModelCmdApplyNull< M > | |
CG4ModelCmdReset< M > | |
►CG4ModelCmdApplyString< M > | |
CG4ModelCmdAddInterval< M > | |
CG4ModelCmdAddIntervalContext< M > | |
CG4ModelCmdAddString< M > | |
CG4ModelCmdAddValue< M > | |
CG4ModelCmdAddValueContext< M > | |
CG4ModelCmdSetAuxPtsFillStyle< M > | |
CG4ModelCmdSetAuxPtsSize< M > | |
CG4ModelCmdSetAuxPtsSizeType< M > | |
CG4ModelCmdSetAuxPtsType< M > | |
CG4ModelCmdSetStepPtsFillStyle< M > | |
CG4ModelCmdSetStepPtsSize< M > | |
CG4ModelCmdSetStepPtsSizeType< M > | |
CG4ModelCmdSetStepPtsType< M > | |
CG4ModelCmdSetString< M > | |
►CG4ModelCmdApplyStringColour< M > | |
CG4ModelCmdSetStringColour< M > | |
►CG4VVisCommand | |
CG4VisCommandAbortReviewKeptEvents | |
CG4VisCommandDrawTree | |
CG4VisCommandDrawView | |
CG4VisCommandDrawVolume | |
CG4VisCommandEnable | |
CG4VisCommandInitialize | |
CG4VisCommandList | |
CG4VisCommandModelCreate< Factory > | |
CG4VisCommandOpen | |
CG4VisCommandReviewKeptEvents | |
CG4VisCommandSceneHandlerAttach | |
CG4VisCommandSceneHandlerCreate | |
CG4VisCommandSceneHandlerList | |
CG4VisCommandSceneHandlerSelect | |
CG4VisCommandSetColour | |
CG4VisCommandSetLineWidth | |
CG4VisCommandSetTextColour | |
CG4VisCommandSetTextLayout | |
CG4VisCommandSetTextSize | |
CG4VisCommandSetTouchable | |
CG4VisCommandSpecify | |
CG4VisCommandsTouchable | |
CG4VisCommandVerbose | |
CG4VisCommandViewerDefaultHiddenEdge | |
CG4VisCommandViewerDefaultStyle | |
►CG4VVisCommandGeometry | |
CG4VisCommandGeometryList | |
CG4VisCommandGeometryRestore | |
►CG4VVisCommandGeometrySet | |
CG4VisCommandGeometrySetColour | |
CG4VisCommandGeometrySetDaughtersInvisible | |
CG4VisCommandGeometrySetForceAuxEdgeVisible | |
CG4VisCommandGeometrySetForceLineSegmentsPerCircle | |
CG4VisCommandGeometrySetForceSolid | |
CG4VisCommandGeometrySetForceWireframe | |
CG4VisCommandGeometrySetLineStyle | |
CG4VisCommandGeometrySetLineWidth | |
CG4VisCommandGeometrySetVisibility | |
►CG4VVisCommandScene | |
CG4VisCommandSceneActivateModel | |
CG4VisCommandSceneAddArrow | |
CG4VisCommandSceneAddArrow2D | |
CG4VisCommandSceneAddAxes | |
CG4VisCommandSceneAddDate | |
CG4VisCommandSceneAddDigis | |
CG4VisCommandSceneAddEventID | |
CG4VisCommandSceneAddExtent | |
CG4VisCommandSceneAddFrame | |
CG4VisCommandSceneAddGhosts | |
CG4VisCommandSceneAddHits | |
CG4VisCommandSceneAddLine | |
CG4VisCommandSceneAddLine2D | |
CG4VisCommandSceneAddLogicalVolume | |
CG4VisCommandSceneAddLogo | |
CG4VisCommandSceneAddLogo2D | |
CG4VisCommandSceneAddMagneticField | |
CG4VisCommandSceneAddPSHits | |
CG4VisCommandSceneAddScale | |
CG4VisCommandSceneAddText | |
CG4VisCommandSceneAddText2D | |
CG4VisCommandSceneAddTrajectories | |
CG4VisCommandSceneAddUserAction | |
CG4VisCommandSceneAddVolume | |
CG4VisCommandSceneCreate | |
CG4VisCommandSceneEndOfEventAction | |
CG4VisCommandSceneEndOfRunAction | |
CG4VisCommandSceneList | |
CG4VisCommandSceneNotifyHandlers | |
CG4VisCommandSceneSelect | |
►CG4VVisCommandViewer | |
CG4VisCommandsTouchableSet | |
CG4VisCommandsViewerSet | |
CG4VisCommandViewerAddCutawayPlane | |
CG4VisCommandViewerChangeCutawayPlane | |
CG4VisCommandViewerClear | |
CG4VisCommandViewerClearCutawayPlanes | |
CG4VisCommandViewerClearTransients | |
CG4VisCommandViewerClone | |
CG4VisCommandViewerCopyViewFrom | |
CG4VisCommandViewerCreate | |
CG4VisCommandViewerDolly | |
CG4VisCommandViewerFlush | |
CG4VisCommandViewerList | |
CG4VisCommandViewerPan | |
CG4VisCommandViewerRebuild | |
CG4VisCommandViewerRefresh | |
CG4VisCommandViewerReset | |
CG4VisCommandViewerSave | |
CG4VisCommandViewerScale | |
CG4VisCommandViewerSelect | |
CG4VisCommandViewerUpdate | |
CG4VisCommandViewerZoom | |
CGammaKnifeDetectorMessenger | |
CGammaKnifeMessenger | |
CGammaKnifePhysicsListMessenger | |
CGammaRayTelAnalysisMessenger | |
CGammaRayTelDetectorMessenger | |
CGammaRayTelDigitizerMessenger | |
CGammaRayTelPhysicsListMessenger | |
CGammaRayTelPrimaryGeneratorMessenger | |
CGB03DetectorMessenger | |
CGFlashShowerModelMessenger | |
CH02PrimaryGeneratorMessenger | |
CHadrontherapyAnalysisFileMessenger | A messenger object of this class is created by the AnalysisManager |
CHadrontherapyDetectorMessenger | |
CHadrontherapyEventActionMessenger | |
CHadrontherapyGeometryMessenger | |
CHadrontherapyParameterMessenger | |
CHadrontherapyPhysicsListMessenger | |
CHadrontherapyPrimaryGeneratorMessenger | |
CHadrontherapyStepMaxMessenger | |
CHepMCG4AsciiReaderMessenger | |
CHepMCG4AsciiReaderMessenger | |
CHepMCG4PythiaMessenger | |
CHepMCG4PythiaMessenger | |
CHistoManagerMessenger | |
CHistoManagerMessenger | |
CHistoMessenger | |
CHistoMessenger | |
CHistoMessenger | |
CHistoMessenger | |
CHistoMessenger | |
CIORTAnalysisFileMessenger | A messenger object of this class is created by the AnalysisManager |
CIORTDetectorMessenger | |
CIORTEventActionMessenger | |
CIORTGeometryMessenger | |
CIORTParameterMessenger | |
CIORTPhysicsListMessenger | |
CIORTPrimaryGeneratorMessenger | |
CIORTStepMaxMessenger | |
CLaserDrivenBeamLineMessenger | |
CLXeDetectorMessenger | |
CLXeEventMessenger | |
CLXeSteppingMessenger | |
CML2PhysicsListMessenger | |
CML2StepMaxMessenger | |
CMyKleinNishinaMessenger | |
CNeutronHPMessenger | |
CNeutronHPMessenger | |
COpNovicePhysicsListMessenger | |
COpNovicePrimaryGeneratorMessenger | |
CPassiveProtonBeamLineMessenger | |
CPerspectiveVisActionMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPhysicsListMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CPrimaryGeneratorMessenger | |
CRE01PrimaryGeneratorMessenger | |
CRE05PrimaryGeneratorMessenger | |
CRE05StackingActionMessenger | |
CRE06DetectorMessenger | |
CRMC01AnalysisManagerMessenger | |
CRMC01DetectorMessenger | |
CRunActionMessenger | |
CRunActionMessenger | |
CRunActionMessenger | |
CRunMessenger | |
CStackingMessenger | |
CStackingMessenger | |
CStackingMessenger | |
CStackingMessenger | |
CStackingMessenger | |
CStepLimiterMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CStepMaxMessenger | |
CTrackingMessenger | |
CWLSDetectorMessenger | |
CWLSEventActionMessenger | |
CWLSPhysicsListMessenger | Provide control of the physics list and cut parameters |
CWLSPrimaryGeneratorMessenger | |
CWLSRunActionMessenger | |
CWLSSteppingActionMessenger | |
CXrayFluoAnalysisMessenger | |
CXrayFluoDetectorMessenger | |
CXrayFluoEventActionMessenger | |
CXrayFluoMercuryDetectorMessenger | |
CXrayFluoMercuryPrimaryGeneratorMessenger | |
CXrayFluoMercuryPrimaryGeneratorMessenger | |
CXrayFluoPhysicsListMessenger | |
CXrayFluoPlaneDetectorMessenger | |
CXrayFluoPlanePrimaryGeneratorMessenger | |
CXrayFluoPrimaryGeneratorMessenger | |
CXrayFluoStepMaxMessenger | |
CG4UIparameter | |
CG4UnitDefinition | |
CG4UnitsCategory | |
►CG4UserEventAction | |
CB1EventAction | Event action class |
CB1EventAction | Event action class |
CB1EventAction | Event action class |
CB2EventAction | Event action class |
CB2EventAction | Event action class |
CB2EventAction | Event action class |
CB4aEventAction | Event action class |
CB4bEventAction | Event action class |
CB4cEventAction | Event action class |
CB4dEventAction | Event action class |
CB5EventAction | Event action |
CCB_G4UserEventAction | |
CCCalEndOfEventAction | |
CCexmcEventAction | |
CCML2EventAction | |
CDicomEventAction | |
CDMXEventAction | |
CEm10EventAction | |
CeRositaEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CEventAction | |
CExExChEventAction | |
CExG4EventAction01 | Event action class |
CExG4EventAction01 | Event action class |
CExG4EventAction01 | Event action class |
CExGflashEventAction | |
CExN02EventAction | |
CExN04EventAction | |
CExN04EventAction | |
CExP01EventAction | Event action for the persistency example |
CexrdmEventAction | |
CF01EventAction | |
CF02EventAction | |
CF03EventAction | |
CF04EventAction | |
CFCALTBEventAction | |
CG4BlineEventAction | |
CG4HumanPhantomEventAction | |
CGammaRayTelEventAction | |
CH02EventAction | |
CHadrontherapyEventAction | |
CIORTEventAction | |
CLXeEventAction | |
CMCTruthEventAction | |
CPurgMagEventAction | |
CQEventAction | |
CRE01EventAction | |
CRE02EventAction | User event action class |
CRE04EventAction | User event action class |
CRE05EventAction | |
CRMC01AdjointEventAction | |
CRMC01EventAction | |
CUltraEventAction | |
CWLSEventAction | |
CXrayFluoEventAction | |
►CG4UserLimits | |
CG4UserLimitsForRD | |
►CG4UserRunAction | |
CB01RunAction | |
CB02RunAction | |
CB03RunAction | |
CB1ConRunAction | Run action class |
CB1RunAction | Run action class |
CB1RunAction | Run action class |
CB2RunAction | Run action class |
CB2RunAction | Run action class |
CB2RunAction | Run action class |
CB3RunAction | Run action class |
CB4bRunAction | Run action class |
CB4RunAction | Run action class |
CB4RunAction | Run action class |
CB4RunAction | Run action class |
CB5RunAction | Run action class |
CBrachyRunAction | |
CCB_G4UserRunAction | |
CCCalRunAction | |
CCexmcRunAction | |
CCML2RunAction | |
CDicomRunAction | |
CDMXRunAction | |
CElectronRunAction | |
CEm10RunAction | |
CeRositaRunAction | |
CExExChRunAction | |
CExG4RunAction01 | Run action class |
CExG4RunAction01 | Run action class |
CExG4RunAction01 | Run action class |
CExGflashRunAction | |
CExN02RunAction | |
CExN04RunAction | |
CExN04RunAction | |
CExP01RunAction | Run action for the persistency example |
CexrdmRunAction | |
CExTGRunAction | Dumps geometry in text format |
CExUCNRunAction | |
CF01RunAction | |
CF02RunAction | |
CF03RunAction | |
CF04RunAction | |
CFCALRunAction | |
CFFRunAction | |
CG02RunAction | Run action used in GDML read/write example |
CG03RunAction | Run action for the GDML extension example |
CG4AdjointSimManager | |
CG4BlineTracer | |
CG4HumanPhantomRunAction | |
CG4RTRunAction | |
CGammaKnifeRunAction | |
CGammaRayTelRunAction | |
CHadrontherapyRunAction | |
CIORTRunAction | |
CLXeRunAction | |
COpNoviceRunAction | |
CPurgMagRunAction | |
CRE01RunAction | |
CRE02RunAction | User run action class |
CRE05RunAction | |
CRE06RunAction | |
CRMC01RunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CRunAction | |
CUltraRunAction | |
CWLSRunAction | |
CXrayFluoRunAction | |
CXrayTelRunAction | |
►CG4UserStackingAction | |
CB3StackingAction | Stacking action class : manage the newly generated particles |
CCCalStackingAction | |
CDMXStackingAction | |
CExExChStackingAction | |
CExN04StackingAction | |
CExN04StackingAction | |
CF04StackingAction | |
CG4AdjointStackingAction | |
CG4StackChecker | |
CLXeStackingAction | |
COpNoviceStackingAction | |
CpyG4UserStackingAction::CB_G4UserStackingAction | |
CRE01StackingAction | |
CRE05StackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CStackingAction | |
CWLSStackingAction | |
CXPhononStackingAction | |
►CG4UserSteppingAction | |
CB1SteppingAction | Stepping action class |
CB1SteppingAction | Stepping action class |
CB1SteppingAction | Stepping action class |
CB4aSteppingAction | Stepping action class |
CB4bSteppingAction | Stepping action class |
CBrachySteppingAction | |
CCB_G4UserSteppingAction | |
CCCalSteppingAction | |
CCexmcSteppingAction | |
CCML2SteppingAction | |
CDMXSteppingAction | |
CEm10SteppingAction | |
CeRositaSteppingAction | |
CExN02SteppingAction | |
CExN04SteppingAction | |
CExN04SteppingAction | |
CExP01SteppingAction | Stepping action for the persistency example |
CexrdmSteppingAction | |
CF04SteppingAction | |
CF05SteppingAction | |
CFCALSteppingAction | |
CG4AdjointSteppingAction | |
CG4BlineSteppingAction | |
CG4HumanPhantomSteppingAction | |
CG4MSSteppingAction | |
CG4RTSteppingAction | |
CH02SteppingAction | |
CHadrontherapySteppingAction | |
CIORTSteppingAction | |
CITSteppingAction | |
CLXeSteppingAction | |
COpNoviceSteppingAction | Stepping action class |
CPurgMagSteppingAction | |
CRE01SteppingAction | |
CRE04SteppingAction | User stepping action class |
CRE05SteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CSteppingAction | |
CWLSSteppingAction | |
CXrayFluoSteppingAction | |
CXrayTelSteppingAction | |
►CG4UserTimeStepAction | G4UserTimeStepAction is used by G4Scheduler |
CTimeStepAction | |
CTimeStepAction | |
►CG4UserTrackingAction | |
CCB_G4UserTrackingAction | |
CCexmcTrackingAction | |
CCML2TrackingAction | |
CEm10TrackingAction | |
CExExChTrackingAction | |
CExN04TrackingAction | |
CExN04TrackingAction | |
CF04TrackingAction | |
CG4AdjointTrackingAction | |
CG4RTTrackingAction | |
CITTrackingAction | |
CLXeTrackingAction | |
CMCTruthTrackingAction | |
CPurgMagTrackingAction | |
CRE01TrackingAction | |
CRE04TrackingAction | User tracking action class |
CRE05TrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CTrackingAction | |
CWLSTrackingAction | |
►CG4UserWorkerInitialization | |
CG4RTWorkerInitialization | |
CRE05WorkerInitialization | |
CRE06WorkerInitialization | |
►CG4UserWorkerThreadInitialization | |
CtbbUserWorkerInitialization | |
►CG4V3DNucleus | |
CG4Fancy3DNucleus | |
►CG4VAlphaBuilder | |
CG4AlphaPHPBuilder | |
CG4BinaryAlphaBuilder | |
►CG4VAnalysisManager | |
CG4CsvAnalysisManager | |
CG4RootAnalysisManager | |
CG4XmlAnalysisManager | |
►CG4VAnalysisReader | |
CG4CsvAnalysisReader | |
CG4RootAnalysisReader | |
CG4XmlAnalysisReader | |
►CG4VAngularDistribution | |
CG4AngularDistribution | |
CG4AngularDistributionNP | |
CG4AngularDistributionPP | |
►CG4VAnnihilationCrossSection | |
CG4ASCCrossSection | |
CG4GammaAnnCrossSection | |
►CG4VAntiBarionBuilder | |
CG4FTFPAntiBarionBuilder | |
CUrQMDAntiBarionBuilder | |
CG4VarNtp | |
►CG4VAtomDeexcitation | |
CG4UAtomicDeexcitation | |
►CG4VBasePhysConstrFactory | |
CG4PhysicsConstructorFactory< T > | |
►CG4VBasePhysListStamper | |
CG4PhysListStamper< T > | |
►CG4VBaseXSFactory | |
CG4CrossSectionFactory< T, mode > | |
CG4CrossSectionFactory< T, 0 > | |
CG4CrossSectionFactory< T, 1 > | |
CG4CrossSectionFactory< T, 2 > | |
►CG4VBiasingInteractionLaw | |
CG4ILawCommonTruncatedExp | |
CG4ILawForceFreeFlight | |
CG4ILawTruncatedExp | |
CG4InteractionLawPhysical | |
►CG4VBiasingOperation | |
CG4BOptnChangeCrossSection | |
CG4BOptnCloning | |
CG4BOptnForceCommonTruncatedExp | |
CG4BOptnForceFreeFlight | |
CGB03BOptnSplitOrKillOnBoundary | |
CGB04BOptnBremSplitting | |
►CG4VBiasingOperator | |
CG4BOptrForceCollision | |
CGB01BOptrChangeCrossSection | |
CGB01BOptrMultiParticleChangeCrossSection | |
CGB02BOptrMultiParticleForceCollision | |
CGB03BOptrGeometryBasedBiasing | Biasing operator class |
CGB04BOptrBremSplitting | |
►CG4VBodyFactory | |
CG4MIRDBodyFactory | |
CG4VoxelBreastFactory | |
►CG4VCascadeCollider | |
CG4CascadeCheckBalance | |
►CG4CascadeColliderBase | |
CG4ElementaryParticleCollider | |
CG4IntraNucleiCascader | |
CG4InuclCollider | |
CG4CascadeRecoilMaker | |
►CG4VCascadeDeexcitation | |
►CG4CascadeDeexciteBase | |
CG4BigBanger | |
CG4CascadeDeexcitation | |
CG4EquilibriumEvaporator | |
CG4EvaporationInuclCollider | |
CG4Fissioner | |
CG4NonEquilibriumEvaporator | |
CG4PreCompoundDeexcitation | |
►CG4VCollision | |
►CG4CollisionComposite | |
CG4CollisionMesonBaryon | |
CG4CollisionMesonBaryonToResonance | |
CG4CollisionPN | |
►CG4GeneralNNCollision | |
CG4CollisionNN | |
CG4CollisionNNToDeltaDelta | |
CG4CollisionNNToDeltaDelta1600 | |
CG4CollisionNNToDeltaDelta1620 | |
CG4CollisionNNToDeltaDelta1700 | |
CG4CollisionNNToDeltaDelta1900 | |
CG4CollisionNNToDeltaDelta1905 | |
CG4CollisionNNToDeltaDelta1910 | |
CG4CollisionNNToDeltaDelta1920 | |
CG4CollisionNNToDeltaDelta1930 | |
CG4CollisionNNToDeltaDelta1950 | |
CG4CollisionNNToDeltaDeltastar | |
CG4CollisionNNToDeltaNstar | |
CG4CollisionNNToNDelta | |
CG4CollisionNNToNDelta1600 | |
CG4CollisionNNToNDelta1620 | |
CG4CollisionNNToNDelta1700 | |
CG4CollisionNNToNDelta1900 | |
CG4CollisionNNToNDelta1905 | |
CG4CollisionNNToNDelta1910 | |
CG4CollisionNNToNDelta1920 | |
CG4CollisionNNToNDelta1930 | |
CG4CollisionNNToNDelta1950 | |
CG4CollisionNNToNDeltastar | |
CG4CollisionNNToNNstar | |
CG4CollisionNStarNToNN | |
►CG4VAnnihilationCollision | |
CG4ConcreteMesonBaryonToResonance | |
►CG4VElasticCollision | |
CG4CollisionMesonBaryonElastic | |
CG4CollisionNNElastic | |
CG4CollisionnpElastic | |
►CG4VScatteringCollision | |
►CG4ConcreteNNTwoBodyResonance | |
CG4ConcreteNNToDeltaDelta | |
CG4ConcreteNNToDeltaDeltastar | |
CG4ConcreteNNToDeltaNstar | |
CG4ConcreteNNToNDelta | |
CG4ConcreteNNToNDeltaStar | |
CG4ConcreteNNToNNStar | |
CG4ConcreteNStarNToNN | |
►CG4VComponentCrossSection | |
CG4ChipsComponentXS | |
CG4ComponentAntiNuclNuclearXS | |
CG4ComponentBarNucleonNucleusXsc | |
CG4ComponentGGHadronNucleusXsc | |
CG4ComponentGGNuclNuclXsc | |
CG4ComponentSAIDTotalXS | |
►CG4VCoulombBarrier | |
►CG4CoulombBarrier | |
CG4AlphaCoulombBarrier | |
CG4DeuteronCoulombBarrier | |
CG4He3CoulombBarrier | |
CG4NeutronCoulombBarrier | |
CG4ProtonCoulombBarrier | |
CG4TritonCoulombBarrier | |
►CG4GEMCoulombBarrier | |
CG4AlphaGEMCoulombBarrier | |
CG4B10GEMCoulombBarrier | |
CG4B11GEMCoulombBarrier | |
CG4B12GEMCoulombBarrier | |
CG4B13GEMCoulombBarrier | |
CG4B8GEMCoulombBarrier | |
CG4Be10GEMCoulombBarrier | |
CG4Be11GEMCoulombBarrier | |
CG4Be12GEMCoulombBarrier | |
CG4Be7GEMCoulombBarrier | |
CG4Be9GEMCoulombBarrier | |
CG4C10GEMCoulombBarrier | |
CG4C11GEMCoulombBarrier | |
CG4C12GEMCoulombBarrier | |
CG4C13GEMCoulombBarrier | |
CG4C14GEMCoulombBarrier | |
CG4C15GEMCoulombBarrier | |
CG4C16GEMCoulombBarrier | |
CG4DeuteronGEMCoulombBarrier | |
CG4F17GEMCoulombBarrier | |
CG4F18GEMCoulombBarrier | |
CG4F19GEMCoulombBarrier | |
CG4F20GEMCoulombBarrier | |
CG4F21GEMCoulombBarrier | |
CG4He3GEMCoulombBarrier | |
CG4He6GEMCoulombBarrier | |
CG4He8GEMCoulombBarrier | |
CG4Li6GEMCoulombBarrier | |
CG4Li7GEMCoulombBarrier | |
CG4Li8GEMCoulombBarrier | |
CG4Li9GEMCoulombBarrier | |
CG4Mg22GEMCoulombBarrier | |
CG4Mg23GEMCoulombBarrier | |
CG4Mg24GEMCoulombBarrier | |
CG4Mg25GEMCoulombBarrier | |
CG4Mg26GEMCoulombBarrier | |
CG4Mg27GEMCoulombBarrier | |
CG4Mg28GEMCoulombBarrier | |
CG4N12GEMCoulombBarrier | |
CG4N13GEMCoulombBarrier | |
CG4N14GEMCoulombBarrier | |
CG4N15GEMCoulombBarrier | |
CG4N16GEMCoulombBarrier | |
CG4N17GEMCoulombBarrier | |
CG4Na21GEMCoulombBarrier | |
CG4Na22GEMCoulombBarrier | |
CG4Na23GEMCoulombBarrier | |
CG4Na24GEMCoulombBarrier | |
CG4Na25GEMCoulombBarrier | |
CG4Ne18GEMCoulombBarrier | |
CG4Ne19GEMCoulombBarrier | |
CG4Ne20GEMCoulombBarrier | |
CG4Ne21GEMCoulombBarrier | |
CG4Ne22GEMCoulombBarrier | |
CG4Ne23GEMCoulombBarrier | |
CG4Ne24GEMCoulombBarrier | |
CG4O14GEMCoulombBarrier | |
CG4O15GEMCoulombBarrier | |
CG4O16GEMCoulombBarrier | |
CG4O17GEMCoulombBarrier | |
CG4O18GEMCoulombBarrier | |
CG4O19GEMCoulombBarrier | |
CG4O20GEMCoulombBarrier | |
CG4ProtonGEMCoulombBarrier | |
CG4TritonGEMCoulombBarrier | |
CG4GEMCoulombBarrierHE | |
CG4VCrossSectionBase | |
►CG4VCrossSectionDataSet | |
CCexmcFakeCrossSectionData | |
CG4BGGNucleonElasticXS | |
►CG4BGGNucleonInelasticXS | |
CG4NeutronHPBGGNucleonInelasticXS | |
CG4ParticleHPBGGNucleonInelasticXS | |
CG4BGGPionElasticXS | |
CG4BGGPionInelasticXS | |
CG4ChipsAntiBaryonElasticXS | |
CG4ChipsAntiBaryonInelasticXS | |
CG4ChipsHyperonElasticXS | |
CG4ChipsHyperonInelasticXS | |
CG4ChipsKaonMinusElasticXS | |
CG4ChipsKaonMinusInelasticXS | |
CG4ChipsKaonPlusElasticXS | |
CG4ChipsKaonPlusInelasticXS | |
CG4ChipsKaonZeroElasticXS | |
CG4ChipsKaonZeroInelasticXS | |
CG4ChipsNeutronElasticXS | |
CG4ChipsNeutronInelasticXS | |
CG4ChipsPionMinusElasticXS | |
CG4ChipsPionMinusInelasticXS | |
CG4ChipsPionPlusElasticXS | |
CG4ChipsPionPlusInelasticXS | |
CG4ChipsProtonElasticXS | |
CG4ChipsProtonInelasticXS | |
CG4CrossSectionElastic | |
CG4CrossSectionInelastic | |
CG4CrossSectionPairGG | |
CG4DPMJET2_5CrossSection | |
CG4ElectroNuclearCrossSection | |
CG4EMDissociationCrossSection | |
CG4GeneralSpaceNNCrossSection | |
CG4GGNuclNuclCrossSection | |
CG4GlauberGribovCrossSection | |
CG4HadronCaptureDataSet | |
CG4HadronElasticDataSet | |
CG4HadronFissionDataSet | |
CG4HadronInelasticDataSet | |
CG4IonProtonCrossSection | |
CG4IonsKoxCrossSection | |
CG4IonsShenCrossSection | |
CG4IonsSihverCrossSection | |
CG4KokoulinMuonNuclearXS | |
►CG4LENDCrossSection | |
CG4LENDCaptureCrossSection | |
CG4LENDElasticCrossSection | |
CG4LENDFissionCrossSection | |
CG4LENDInelasticCrossSection | |
CG4NeutronCaptureXS | |
CG4NeutronElasticXS | |
CG4NeutronHPCaptureData | |
CG4NeutronHPElasticData | |
CG4NeutronHPFissionData | |
CG4NeutronHPInelasticData | |
►CG4NeutronHPJENDLHEData | |
CG4NeutronHPJENDLHEElasticData | |
CG4NeutronHPJENDLHEInelasticData | |
CG4NeutronHPThermalScatteringData | |
CG4NeutronInelasticCrossSection | |
CG4NeutronInelasticXS | |
CG4NucleonNuclearCrossSection | |
CG4ParticleHPCaptureData | |
CG4ParticleHPElasticData | |
CG4ParticleHPFissionData | |
CG4ParticleHPInelasticData | |
►CG4ParticleHPJENDLHEData | |
CG4ParticleHPJENDLHEElasticData | |
CG4ParticleHPJENDLHEInelasticData | |
CG4ParticleHPThermalScatteringData | |
CG4PhotoNuclearCrossSection | |
CG4PiNuclearCrossSection | |
CG4ProtonInelasticCrossSection | |
CG4TripathiCrossSection | |
CG4TripathiLightCrossSection | |
CG4UPiNuclearCrossSection | |
►CG4VCrossSectionHandler | |
CG4BremsstrahlungCrossSectionHandler | |
CG4CrossSectionHandler | |
CG4eCrossSectionHandler | |
CG4eIonisationCrossSectionHandler | |
►CG4VCrossSectionRatio | |
CG4DiffElasticRatio | |
►CG4VCrossSectionSource | |
CG4CrossSectionComposite | |
►CG4CrossSectionPatch | |
CG4XNNElastic | |
CG4XNNTotal | |
CG4XnpElastic | |
CG4XnpTotal | |
►CG4VXResonance | |
CG4XResonance | |
CG4XAnnihilationChannel | |
CG4XAqmElastic | |
CG4XAqmTotal | |
CG4XMesonBaryonElastic | |
CG4XNNElasticLowE | |
CG4XNNTotalLowE | |
CG4XnpElasticLowE | |
CG4XnpTotalLowE | |
CG4XPDGElastic | |
CG4XPDGTotal | |
CG4XpimNTotal | |
CG4XpipNTotal | |
►CG4VCSGface | |
CG4PolyconeSide | |
CG4PolyhedraSide | |
CG4PolyPhiFace | |
►CG4VCurvedTrajectoryFilter | |
CG4IdentityTrajectoryFilter | |
►CG4VDataSetAlgorithm | |
CG4LinInterpolation | |
CG4LinLogInterpolation | |
CG4LinLogLogInterpolation | |
CG4LogLogInterpolation | |
CG4SemiLogInterpolation | |
►CG4VDCIOentry | |
CG4DCIOentryT< T > | |
►CG4VDecayChannel | |
CG4AlphaDecay | |
CG4DalitzDecayChannel | |
►CG4GeneralPhaseSpaceDecay | |
►CG4NuclearDecayChannel | |
CG4AlphaDecayChannel | |
CG4BetaMinusDecayChannel | |
CG4BetaPlusDecayChannel | |
CG4ITDecayChannel | |
CG4KshellECDecayChannel | |
CG4LshellECDecayChannel | |
CG4MshellECDecayChannel | |
CG4ProtonDecayChannel | |
CG4KL3DecayChannel | |
►CG4MuonDecayChannel | |
CG4MuonDecayChannelWithSpin | |
CG4MuonRadiativeDecayChannelWithSpin | |
CG4NeutronBetaDecayChannel | |
CG4PhaseSpaceDecayChannel | |
CG4PionRadiativeDecayChannel | |
CG4TauLeptonicDecayChannel | |
►CG4VDeuteronBuilder | |
CG4BinaryDeuteronBuilder | |
CG4DeuteronPHPBuilder | |
►CG4VDigi | |
CGammaRayTelDigi | |
►CG4VDigiCollection | |
►CG4DigiCollection | |
CG4TDigiCollection< T > | |
►CG4VDigitizerModule | |
CCexmcEnergyDepositDigitizer | |
CCexmcTrackPointsDigitizer | |
CGammaRayTelDigitizer | |
►CG4VDNAHit | |
CG4DNAIndirectHit | |
►CG4VDNAReactionModel | G4VDNAReactionModel is an interface used by the G4DNAMolecularReaction process |
CG4DNASmoluchowskiReactionModel | G4DNASmoluchowskiReactionModel should be used for very fast reactions (high reaction rate) : the reactions between reactants occuring at encounter |
►CG4VecpssrKModel | |
CG4ecpssrBaseKxsModel | |
CG4ecpssrFormFactorKxsModel | |
►CG4VecpssrLiModel | |
CG4ecpssrBaseLixsModel | |
CG4ecpssrFormFactorLixsModel | |
►CG4VecpssrMiModel | |
CG4ecpssrFormFactorMixsModel | |
►CG4Vee2hadrons | |
CG4ee2KChargedModel | |
CG4ee2KNeutralModel | |
CG4eeTo3PiModel | |
CG4eeToPGammaModel | |
CG4eeToTwoPiModel | |
CG4VelocityTable | |
►CG4VEmAdjointModel | |
CG4AdjointBremsstrahlungModel | |
CG4AdjointComptonModel | |
CG4AdjointeIonisationModel | |
CG4AdjointhIonisationModel | |
CG4AdjointIonIonisationModel | |
CG4AdjointPhotoElectricModel | |
►CG4VEmAngularDistribution | |
CG4AngleDirect | |
CG4DeltaAngle | |
CG4DeltaAngleFreeScat | |
CG4DipBustGenerator | |
CG4DNABornAngle | |
CG4DNARuddAngle | |
CG4Generator2BN | |
CG4Generator2BS | |
CG4ModifiedTsai | |
CG4PenelopeBremsstrahlungAngular | |
CG4PhotoElectricAngularGeneratorPolarized | |
CG4PhotoElectricAngularGeneratorSauterGavrila | |
CG4PhotoElectricAngularGeneratorSimple | |
CG4RayleighAngularGenerator | |
CG4SauterGavrilaAngularDistribution | |
►CG4VEMDataSet | |
CG4CompositeEMDataSet | |
CG4CrossSectionDataSet | |
CG4DNACrossSectionDataSet | |
CG4EMDataSet | |
CG4MicroElecCrossSectionDataSet | |
CG4MuElecCrossSectionDataSet | |
CG4ShellEMDataSet | |
CXrayFluoDataSet | |
►CG4VEmFluctuationModel | |
CG4BohrFluctuations | |
CG4IonFluctuations | |
CG4mplIonisationModel | |
CG4mplIonisationWithDeltaModel | |
CG4PAIModel | |
CG4PAIPhotModel | |
CG4PAIPhotonModel | |
CG4UniversalFluctuation | |
►CG4VEmissionProbability | |
CG4E1Probability | |
CG4E1SingleProbability1 | |
►CG4EvaporationProbability | |
CG4AlphaEvaporationProbability | |
CG4DeuteronEvaporationProbability | |
CG4He3EvaporationProbability | |
CG4NeutronEvaporationProbability | |
CG4ProtonEvaporationProbability | |
CG4TritonEvaporationProbability | |
CG4FissionProbability | |
►CG4GEMProbability | |
CG4AlphaGEMProbability | |
CG4B10GEMProbability | |
CG4B11GEMProbability | |
CG4B12GEMProbability | |
CG4B13GEMProbability | |
CG4B8GEMProbability | |
CG4Be10GEMProbability | |
CG4Be11GEMProbability | |
CG4Be12GEMProbability | |
CG4Be7GEMProbability | |
CG4Be9GEMProbability | |
CG4C10GEMProbability | |
CG4C11GEMProbability | |
CG4C12GEMProbability | |
CG4C13GEMProbability | |
CG4C14GEMProbability | |
CG4C15GEMProbability | |
CG4C16GEMProbability | |
CG4DeuteronGEMProbability | |
CG4F17GEMProbability | |
CG4F18GEMProbability | |
CG4F19GEMProbability | |
CG4F20GEMProbability | |
CG4F21GEMProbability | |
CG4He3GEMProbability | |
CG4He6GEMProbability | |
CG4He8GEMProbability | |
CG4Li6GEMProbability | |
CG4Li7GEMProbability | |
CG4Li8GEMProbability | |
CG4Li9GEMProbability | |
CG4Mg22GEMProbability | |
CG4Mg23GEMProbability | |
CG4Mg24GEMProbability | |
CG4Mg25GEMProbability | |
CG4Mg26GEMProbability | |
CG4Mg27GEMProbability | |
CG4Mg28GEMProbability | |
CG4N12GEMProbability | |
CG4N13GEMProbability | |
CG4N14GEMProbability | |
CG4N15GEMProbability | |
CG4N16GEMProbability | |
CG4N17GEMProbability | |
CG4Na21GEMProbability | |
CG4Na22GEMProbability | |
CG4Na23GEMProbability | |
CG4Na24GEMProbability | |
CG4Na25GEMProbability | |
CG4Ne18GEMProbability | |
CG4Ne19GEMProbability | |
CG4Ne20GEMProbability | |
CG4Ne21GEMProbability | |
CG4Ne22GEMProbability | |
CG4Ne23GEMProbability | |
CG4Ne24GEMProbability | |
CG4NeutronGEMProbability | |
CG4O14GEMProbability | |
CG4O15GEMProbability | |
CG4O16GEMProbability | |
CG4O17GEMProbability | |
CG4O18GEMProbability | |
CG4O19GEMProbability | |
CG4O20GEMProbability | |
CG4ProtonGEMProbability | |
CG4TritonGEMProbability | |
►CG4VEmModel | |
►CG4BetheBlochModel | |
CG4BetheBlochIonGasModel | |
CG4BetheBlochNoDeltaModel | |
►CG4BetheHeitlerModel | |
CG4PolarizedGammaConversionModel | |
CG4BoldyshevTripletModel | |
►CG4BraggIonModel | |
CG4BraggNoDeltaModel | |
►CG4BraggModel | |
CG4BraggIonGasModel | |
CG4DNABornExcitationModel | |
CG4DNABornIonisationModel | |
CG4DNAChampionElasticModel | |
CG4DNADingfelderChargeDecreaseModel | |
CG4DNADingfelderChargeIncreaseModel | |
CG4DNAMeltonAttachmentModel | |
CG4DNAMillerGreenExcitationModel | |
CG4DNAOneStepSolvatationModel | When an electron reaches the highest energy domain of G4DNAOneStepSolvatationModel, it is then automatically converted into a solvated electron and displace from its original position using a published thermalization statistic |
CG4DNARuddIonisationExtendedModel | |
CG4DNARuddIonisationModel | |
CG4DNASancheExcitationModel | |
CG4DNAScreenedRutherfordElasticModel | |
CG4DNATransformElectronModel | When an electron reaches the highest energy domain of G4DNATransformElectronModel, it is then automatically converted into a solvated electron without thermalization displacement (assumed to be already thermalized) |
CG4eBremParametrizedModel | |
►CG4eBremsstrahlungRelModel | |
CG4LivermoreBremsstrahlungModel | |
►CG4SeltzerBergerModel | |
CG4ePolarizedBremsstrahlungModel | |
CG4eCoulombScatteringModel | |
CG4eeToHadronsModel | |
CG4eeToHadronsMultiModel | |
►CG4eeToTwoGammaModel | |
CG4PolarizedAnnihilationModel | |
CG4EmMultiModel | |
CG4eSingleCoulombScatteringModel | |
CG4hCoulombScatteringModel | |
CG4ICRU49NuclearStoppingModel | |
►CG4ICRU73QOModel | |
CG4ICRU73NoDeltaModel | |
CG4IonCoulombScatteringModel | |
CG4IonParametrisedLossModel | |
►CG4KleinNishinaCompton | |
CG4HeatedKleinNishinaCompton | |
CG4PolarizedComptonModel | |
CMyKleinNishinaCompton | |
CG4KleinNishinaModel | |
CG4LivermoreComptonModel | |
CG4LivermoreComptonModifiedModel | |
CG4LivermoreGammaConversionModel | |
CG4LivermoreGammaConversionModelRC | |
CG4LivermoreIonisationModel | |
CG4LivermoreNuclearGammaConversionModel | |
CG4LivermorePhotoElectricModel | |
CG4LivermorePolarizedComptonModel | |
CG4LivermorePolarizedGammaConversionModel | |
CG4LivermorePolarizedPhotoElectricModel | |
CG4LivermorePolarizedRayleighModel | |
CG4LivermoreRayleighModel | |
CG4LowEPComptonModel | |
CG4MicroElecElasticModel | |
CG4MicroElecInelasticModel | |
►CG4MollerBhabhaModel | |
CG4PolarizedMollerBhabhaModel | |
CMyMollerBhabhaModel | |
CMyMollerBhabhaModel | |
CG4mplIonisationModel | |
CG4mplIonisationWithDeltaModel | |
CG4MuBetheBlochModel | |
►CG4MuBremsstrahlungModel | |
CG4hBremsstrahlungModel | |
CG4MuElecElasticModel | |
CG4MuElecInelasticModel | |
►CG4MuPairProductionModel | |
CG4hPairProductionModel | |
CG4PAIModel | |
CG4PAIPhotModel | |
CG4PAIPhotonModel | |
CG4PairProductionRelModel | |
►CG4PEEffectFluoModel | |
CG4PolarizedPEEffectModel | |
CG4PenelopeAnnihilationModel | |
CG4PenelopeBremsstrahlungModel | |
CG4PenelopeComptonModel | |
CG4PenelopeGammaConversionModel | |
CG4PenelopeIonisationModel | |
CG4PenelopePhotoElectricModel | |
CG4PenelopeRayleighModel | |
►CG4VLEPTSModel | |
CG4LEPTSAttachmentModel | |
CG4LEPTSDissociationModel | |
CG4LEPTSElasticModel | |
CG4LEPTSExcitationModel | |
CG4LEPTSIonisationModel | |
CG4LEPTSPositroniumModel | |
CG4LEPTSRotExcitationModel | |
CG4LEPTSVibExcitationModel | |
►CG4VMscModel | |
CG4DummyModel | |
CG4GoudsmitSaundersonMscModel | |
CG4UrbanMscModel | |
►CG4WentzelVIModel | |
CG4LowEWentzelVIModel | |
CG4WentzelVIRelModel | |
CG4XrayRayleighModel | |
►CG4VEnergySpectrum | |
CG4eBremsstrahlungSpectrum | |
CG4eIonisationSpectrum | |
CG4VertexCode | |
CG4VertexComparator | |
CG4VertexInfo | |
►CG4VEvaporation | |
CG4Evaporation | |
CG4InuclEvaporation | |
CG4WilsonAblationModel | |
►CG4VEvaporationChannel | |
CG4CompetitiveFission | |
►CG4EvaporationChannel | |
CG4AlphaEvaporationChannel | |
CG4DeuteronEvaporationChannel | |
CG4He3EvaporationChannel | |
CG4NeutronEvaporationChannel | |
CG4ProtonEvaporationChannel | |
CG4TritonEvaporationChannel | |
►CG4GEMChannel | |
CG4AlphaGEMChannel | |
CG4B10GEMChannel | |
CG4B11GEMChannel | |
CG4B12GEMChannel | |
CG4B13GEMChannel | |
CG4B8GEMChannel | |
CG4Be10GEMChannel | |
CG4Be11GEMChannel | |
CG4Be12GEMChannel | |
CG4Be7GEMChannel | |
CG4Be9GEMChannel | |
CG4C10GEMChannel | |
CG4C11GEMChannel | |
CG4C12GEMChannel | |
CG4C13GEMChannel | |
CG4C14GEMChannel | |
CG4C15GEMChannel | |
CG4C16GEMChannel | |
CG4DeuteronGEMChannel | |
CG4F17GEMChannel | |
CG4F18GEMChannel | |
CG4F19GEMChannel | |
CG4F20GEMChannel | |
CG4F21GEMChannel | |
CG4He3GEMChannel | |
CG4He6GEMChannel | |
CG4He8GEMChannel | |
CG4Li6GEMChannel | |
CG4Li7GEMChannel | |
CG4Li8GEMChannel | |
CG4Li9GEMChannel | |
CG4Mg22GEMChannel | |
CG4Mg23GEMChannel | |
CG4Mg24GEMChannel | |
CG4Mg25GEMChannel | |
CG4Mg26GEMChannel | |
CG4Mg27GEMChannel | |
CG4Mg28GEMChannel | |
CG4N12GEMChannel | |
CG4N13GEMChannel | |
CG4N14GEMChannel | |
CG4N15GEMChannel | |
CG4N16GEMChannel | |
CG4N17GEMChannel | |
CG4Na21GEMChannel | |
CG4Na22GEMChannel | |
CG4Na23GEMChannel | |
CG4Na24GEMChannel | |
CG4Na25GEMChannel | |
CG4Ne18GEMChannel | |
CG4Ne19GEMChannel | |
CG4Ne20GEMChannel | |
CG4Ne21GEMChannel | |
CG4Ne22GEMChannel | |
CG4Ne23GEMChannel | |
CG4Ne24GEMChannel | |
CG4NeutronGEMChannel | |
CG4O14GEMChannel | |
CG4O15GEMChannel | |
CG4O16GEMChannel | |
CG4O17GEMChannel | |
CG4O18GEMChannel | |
CG4O19GEMChannel | |
CG4O20GEMChannel | |
CG4ProtonGEMChannel | |
CG4TritonGEMChannel | |
CG4PhotonEvaporation | |
CG4PromptPhotonEvaporation | |
CG4UnstableFragmentBreakUp | |
►CG4VEvaporationFactory | |
CG4EvaporationDefaultGEMFactory | |
CG4EvaporationFactory | |
CG4EvaporationGEMFactory | |
►CG4VExceptionHandler | |
CG4ExceptionHandler | |
CPyG4ExceptionHandler | |
►CG4VExtDecayer | |
CG4Pythia6Decayer | Pythia6 decayer |
►CG4VFacet | |
CG4QuadrangularFacet | |
CG4TriangularFacet | |
►CG4VFastSimulationModel | |
CGFlashShowerModel | |
CPar01EMShowerModel | |
CPar01PiModel | |
CPar01PionShowerModel | |
►CG4VFermiBreakUp | |
CG4FermiBreakUp | |
►CG4VFermiFragment | |
CG4StableFermiFragment | |
►CG4UnstableFermiFragment | |
CG4B9FermiFragment | |
CG4Be8FermiFragment | |
CG4He5FermiFragment | |
CG4Li5FermiFragment | |
►CG4VFieldPropagation | |
CG4RKPropagation | |
►CG4VFigureFileMaker | |
CG4RTJpegMaker | |
►CG4VFilter< T > | |
►CG4SmartFilter< T > | |
CG4AttributeFilterT< T > | |
►CG4VFilter< G4AttValue > | |
►CG4VAttValueFilter | |
CG4AttValueFilterT< T, ConversionErrorPolicy > | |
►CG4VFilter< G4VTrajectory > | |
►CG4SmartFilter< G4VTrajectory > | |
CG4TrajectoryChargeFilter | |
CG4TrajectoryOriginVolumeFilter | |
CG4TrajectoryParticleFilter | |
►CG4VFissionBarrier | |
CG4FissionBarrier | |
CG4VFlavoredParallelWorld | |
►CG4VGammaDeexcitation | |
CG4ContinuumGammaDeexcitation | |
CG4DiscreteGammaDeexcitation | |
►CG4VGammaTransition | |
CG4ContinuumGammaTransition | |
CG4DiscreteGammaTransition | |
►CG4VGaussianQuadrature | |
CG4GaussChebyshevQ | |
CG4GaussHermiteQ | |
CG4GaussJacobiQ | |
CG4GaussLaguerreQ | |
CG4GaussLegendreQ | |
CG4VGCellFinder | |
►CG4VGFlashSensitiveDetector | |
CExGflashSensitiveDetector | |
►CG4VGlauberDataSet | |
►CG4GlaubAADataSet | |
CG4FullGlaubAADataSet | |
CG4ParamType1GlaubAADataSet | |
CG4VGlobalFastSimulationManager | |
►CG4VGraphicsScene | |
CG4PhysicalVolumeMassScene | |
►CG4PseudoScene | |
CG4BoundingSphereScene | |
CG4PhysicalVolumeSearchScene | |
CG4TouchableDumpScene | |
►CG4VSceneHandler | |
CG4DAWNFILESceneHandler | |
CG4GMocrenFileSceneHandler | |
CG4HepRepFileSceneHandler | |
CG4HepRepSceneHandler | |
CG4RayTracerSceneHandler | |
CG4VRML1FileSceneHandler | |
CG4VRML2FileSceneHandler | |
►CG4VTreeSceneHandler | |
CG4ASCIITreeSceneHandler | |
CG4XXXFileSceneHandler | |
CG4XXXSceneHandler | |
CG4XXXSGSceneHandler | |
CG4XXXStoredSceneHandler | |
►CG4VGraphicsSystem | |
CG4DAWNFILE | |
CG4GMocrenFile | |
CG4HepRep | |
CG4HepRepFile | |
CG4OpenGLImmediateWin32 | |
CG4OpenGLImmediateWt | |
CG4OpenGLImmediateX | |
CG4OpenGLImmediateXm | |
►CG4OpenGLQt | |
CG4OpenGLImmediateQt | |
CG4OpenGLStoredQt | |
CG4OpenGLStoredWin32 | |
CG4OpenGLStoredX | |
CG4OpenGLStoredXm | |
►CG4OpenInventor | |
►CG4OpenInventorWin | |
CG4OpenInventorWin32 | |
►CG4OpenInventorXt | |
CG4OpenInventorX | |
CG4OpenInventorXtExtended | |
CG4RayTracer | |
CG4VRML1File | |
CG4VRML2File | |
►CG4VTree | |
CG4ASCIITree | |
CG4XXX | |
CG4XXXFile | |
CG4XXXSG | |
CG4XXXStored | |
►CG4VHadDecayAlgorithm | |
CG4CascadeFinalStateAlgorithm | |
►CG4VHadPhaseSpaceAlgorithm | |
CG4HadPhaseSpaceGenbod | |
CG4HadPhaseSpaceKopylov | |
CG4HadPhaseSpaceNBodyAsai | |
►CG4VHadronModelBuilder | |
CG4FTFBuilder | |
CG4QGSBuilder | |
►CG4VHCIOentry | |
CG4HCIOentryT< T > | |
►CG4VHe3Builder | |
CG4BinaryHe3Builder | |
CG4He3PHPBuilder | |
►CG4VhElectronicStoppingPower | |
CG4hICRU49He | |
CG4hICRU49p | |
CG4hSRIM2000p | |
CG4hZiegler1985p | |
►CG4VHighEnergyGenerator | |
CG4StringModel | |
►CG4VPartonStringModel | |
CG4FTFModel | |
CG4QGSModel< ParticipantType > | |
CG4QGSModel< G4GammaParticipants > | |
CG4QGSModel< G4QGSParticipants > | |
►CG4VHit | |
CB2TrackerHit | Tracker hit class |
CB2TrackerHit | Tracker hit class |
CB2TrackerHit | Tracker hit class |
CB4cCalorHit | Calorimeter hit class |
CB5DriftChamberHit | Drift chamber hit |
CB5EmCalorimeterHit | EM Calorimeter hit |
CB5HadCalorimeterHit | Hadron Calorimeter hit |
CB5HodoscopeHit | Hodoscope hit |
CCCalG4Hit | |
CDMXPmtHit | |
CDMXScintHit | |
CEm10CalorHit | |
CeRositaTrackerHit | |
CExExChSensitiveDetectorHit | |
CExGflashHit | |
CExN02TrackerHit | |
CExN04CalorimeterHit | |
CExN04CalorimeterHit | |
CExN04MuonHit | |
CExN04MuonHit | |
CExN04TrackerHit | |
CExN04TrackerHit | |
CExP01TrackerHit | Hit implementation for the persistency example |
CExTGTrackerHit | Example of hit |
CF01CalorHit | |
CF02CalorHit | |
CF03CalorHit | |
CFCALCalorHit | |
CG4HumanPhantomHit | |
CGammaRayTelAnticoincidenceHit | |
CGammaRayTelCalorimeterHit | |
CGammaRayTelTrackerHit | |
CH02MuonHit | |
CHadrontherapyDetectorHit | |
CIORTDetectorHit | |
CLXePMTHit | |
CLXeScintHit | |
CPar01CalorimeterHit | |
CRE01CalorimeterHit | |
CRE01TrackerHit | |
CRE05CalorimeterHit | |
CRE05MuonHit | |
CRE05TrackerHit | |
CRMC01DoubleWithWeightHit | |
CSensitiveDetectorHit | |
CUltraOpticalHit | |
CWLSPhotonDetHit | |
CXAluminumElectrodeHit | |
CXrayFluoSensorHit | |
►CG4VHitsCollection | |
►CG4HitsCollection | |
CG4THitsCollection< T > | |
CG4THitsCollection< T > | |
CG4THitsCollection< T > | |
CG4THitsMap< T > | |
CG4THitsMap< G4Colour > | |
CG4THitsMap< G4double > | |
CG4HitsCollection | |
CG4HitsCollection | |
►CG4VhNuclearStoppingPower | |
CG4hICRU49Nuclear | |
CG4hZiegler1985Nuclear | |
►CG4VhShellCrossSection | |
CG4empCrossSection | |
CG4LivermoreIonisationCrossSection | |
CG4PenelopeIonisationCrossSection | |
CG4teoCrossSection | |
CG4ViewParameters | |
►CG4VImportanceAlgorithm | |
CG4ImportanceAlgorithm | |
CG4VImportanceSplitExaminer | |
CG4VInteractiveSession | |
CG4VInteractorManager | |
►CG4VIntersectionLocator | |
CG4BrentLocator | |
CG4MultiLevelLocator | |
CG4SimpleLocator | |
►CG4VIonDEDXScalingAlgorithm | |
CG4IonDEDXScalingICRU73 | |
►CG4VIonDEDXTable | |
CG4ExtDEDXTable | |
CG4IonStoppingData | |
CG4VisAttributes | |
CG4VisExtent | |
CG4VisFilterManager< T > | |
CG4VisFilterManager< G4VDigi > | |
CG4VisFilterManager< G4VHit > | |
CG4VisFilterManager< G4VTrajectory > | |
►CG4Visible | |
►CG4Polyhedron | |
CG4PolyhedronArbitrary | |
CG4PolyhedronBox | |
CG4PolyhedronCone | |
CG4PolyhedronCons | |
CG4PolyhedronEllipsoid | |
CG4PolyhedronEllipticalCone | |
CG4PolyhedronHype | |
CG4PolyhedronPara | |
CG4PolyhedronParaboloid | |
CG4PolyhedronPcon | |
CG4PolyhedronPgon | |
CG4PolyhedronSphere | |
CG4PolyhedronTorus | |
CG4PolyhedronTrap | |
CG4PolyhedronTrd1 | |
CG4PolyhedronTrd2 | |
CG4PolyhedronTube | |
CG4PolyhedronTubs | |
CG4Polyline | |
►CG4VMarker | |
CG4Circle | |
CG4Polymarker | |
CG4Scale | |
CG4Square | |
CG4Text | |
CG4VisListManager< T > | |
CG4VisModelManager< Model > | |
CG4VisModelManager< G4VTrajectoryModel > | |
►CG4VIsotopeTable | |
CG4IsotopeMagneticMomentTable | |
CG4NuclideTable | |
CG4RIsotopeTable | |
►CG4VIStore | |
CG4IStore | |
CG4VisTrajContext | |
►CG4VITFinder | |
CG4ITFinder< T > | Localize the nearest neighbor For now, G4KDTree is used |
►CG4VITReactionProcess | G4VITReactionProcess defines the reaction between two G4IT |
CG4DNAMolecularReaction | G4DNAMolecularReaction is the reaction process used in G4DNAMolecularStepByStepModel between two molecules |
►CG4VITStepModel | Define what to do before stepping and after stepping |
CG4DNAMolecularStepByStepModel | G4DNAMolecularStepByStepModel : |
►CG4VITTimeStepComputer | Before stepping all tracks G4Scheduler calls all the G4VITModel which may contain a G4VITTimeStepper (optionnal) |
CG4DNAMoleculeEncounterStepper | Given a molecule G4DNAMoleculeEncounterStepper will calculate for its possible reactants what will be the minimum encounter time and the associated molecules |
►CG4VITTrackHolder | G4ITTrackHolder is an empty interface that permits to push tracks to the IT system without actually depending on the IT tracking system |
CG4ITTrackHolder | |
►CG4VKaonBuilder | |
CG4BertiniKaonBuilder | |
CG4FTFBinaryKaonBuilder | |
CG4FTFPKaonBuilder | |
CG4QGSBinaryKaonBuilder | |
CG4QGSPKaonBuilder | |
►CG4VKineticNucleon | |
CG4KineticTrack | |
CG4Nucleon | |
CG4VKinkyStringDecay | |
CG4VKM_NuclearDensity | |
►CG4VLeadingParticleBiasing | |
CG4HadLeadBias | |
►CG4VLevelDensityParameter | |
CG4ConstantLevelDensityParameter | |
CG4EvaporationLevelDensityParameter | |
CG4FissionLevelDensityParameter | |
CG4FissionLevelDensityParameterINCLXX | Revised level-density parameter for fission after INCL++ |
►CG4VLongitudinalStringDecay | |
CG4LundStringFragmentation | |
CG4QGSMFragmentation | |
►CG4VLowEnergyModel | |
CG4hBetheBlochModel | |
CG4hIonEffChargeSquare | |
CG4hNuclearStoppingModel | |
CG4hParametrisedLossModel | |
CG4IonChuFluctuationModel | |
CG4IonYangFluctuationModel | |
CG4QAOLowEnergyLoss | |
CG4VMCTruthIO | |
►CG4VModel | |
CCexmcScenePrimitives | |
CG4ArrowModel | |
CG4AxesModel | |
CG4CallbackModel< F > | |
CG4DigiModel | |
CG4HitsModel | |
CG4MagneticFieldModel | |
CG4NullModel | |
►CG4PhysicalVolumeModel | |
CG4LogicalVolumeModel | |
CG4PSHitsModel | |
CG4ScaleModel | |
CG4TextModel | |
CG4TrajectoriesModel | |
CG4VModelFactory< T > | |
►CG4VModelFactory< G4VFilter< G4VDigi > > | |
CG4DigiAttributeFilterFactory | |
►CG4VModelFactory< G4VFilter< G4VHit > > | |
CG4HitAttributeFilterFactory | |
►CG4VModelFactory< G4VFilter< G4VTrajectory > > | |
CG4TrajectoryAttributeFilterFactory | |
CG4TrajectoryChargeFilterFactory | |
CG4TrajectoryOriginVolumeFilterFactory | |
CG4TrajectoryParticleFilterFactory | |
►CG4VModelFactory< G4VTrajectoryModel > | |
CG4TrajectoryDrawByAttributeFactory | |
CG4TrajectoryDrawByChargeFactory | |
CG4TrajectoryDrawByOriginVolumeFactory | |
CG4TrajectoryDrawByParticleIDFactory | |
CG4TrajectoryGenericDrawerFactory | |
►CG4VMolecularDecayDisplacer | |
CG4DNAWaterDissociationDisplacer | |
►CG4VMPIseedGenerator | |
CG4MPIrandomSeedGenerator | |
CG4VMPLData | |
►CG4VMultiBodyMomDst | |
►CG4InuclParamMomDst | |
CG4HadNucl3BodyMomDst | |
CG4HadNucl4BodyMomDst | |
CG4NuclNucl3BodyMomDst | |
CG4NuclNucl4BodyMomDst | |
►CG4VMultiFragmentation | |
CG4StatMF | |
►CG4VNeutronBuilder | |
CG4BertiniNeutronBuilder | |
CG4BinaryNeutronBuilder | |
CG4FTFBinaryNeutronBuilder | |
CG4FTFPNeutronBuilder | |
CG4INCLXXNeutronBuilder | Builder for neutron processes using the INCL++ intra-nuclear cascade model |
CG4NeutronHPBuilder | |
CG4NeutronLENDBuilder | |
CG4NeutronPHPBuilder | |
CG4PrecoNeutronBuilder | |
CG4QGSBinaryNeutronBuilder | |
CG4QGSPNeutronBuilder | |
CHIJINGNeutronBuilder | |
CUrQMDNeutronBuilder | |
►CG4VNeutronHPEDis | |
CG4NeutronHPArbitaryTab | |
CG4NeutronHPEvapSpectrum | |
CG4NeutronHPFissionSpectrum | |
CG4NeutronHPMadlandNixSpectrum | |
CG4NeutronHPSimpleEvapSpectrum | |
CG4NeutronHPWattSpectrum | |
►CG4VNeutronHPEnergyAngular | |
CG4NeutronHPContEnergyAngular | |
CG4NeutronHPDiscreteTwoBody | |
CG4NeutronHPIsotropic | |
CG4NeutronHPLabAngularEnergy | |
CG4NeutronHPNBodyPhaseSpace | |
►CG4VNIELPartition | |
CG4LindhardRobinsonPartition | |
CG4VNotifier | |
►CG4VNuclearDensity | |
CG4NuclearFermiDensity | |
CG4NuclearShellModelDensity | |
►CG4VNuclearField | |
CG4AntiProtonField | |
CG4KaonMinusField | |
CG4KaonPlusField | |
CG4KaonZeroField | |
CG4NeutronField | |
CG4PionMinusField | |
CG4PionPlusField | |
CG4PionZeroField | |
CG4ProtonField | |
CG4SigmaMinusField | |
CG4SigmaPlusField | |
CG4SigmaZeroField | |
CG4Volant | Evaporation and fission output data |
►CG4VOrgan | |
CG4MIRDBrain | |
CG4MIRDHead | |
CG4MIRDHeart | |
CG4MIRDLeftAdrenal | |
CG4MIRDLeftArmBone | |
CG4MIRDLeftBreast | |
CG4MIRDLeftClavicle | |
CG4MIRDLeftKidney | |
CG4MIRDLeftLeg | |
CG4MIRDLeftLegBone | |
CG4MIRDLeftLung | |
CG4MIRDLeftOvary | |
CG4MIRDLeftScapula | |
CG4MIRDLeftTeste | |
CG4MIRDLiver | |
CG4MIRDLowerLargeIntestine | |
CG4MIRDMaleGenitalia | |
CG4MIRDMiddleLowerSpine | |
CG4MIRDPancreas | |
CG4MIRDPelvis | |
CG4MIRDRibCage | |
CG4MIRDRightAdrenal | |
CG4MIRDRightArmBone | |
CG4MIRDRightBreast | |
CG4MIRDRightClavicle | |
CG4MIRDRightKidney | |
CG4MIRDRightLeg | |
CG4MIRDRightLegBone | |
CG4MIRDRightLung | |
CG4MIRDRightOvary | |
CG4MIRDRightScapula | |
CG4MIRDRightTeste | |
CG4MIRDSkull | |
CG4MIRDSmallIntestine | |
CG4MIRDSpleen | |
CG4MIRDStomach | |
CG4MIRDThymus | |
CG4MIRDThyroid | |
CG4MIRDTrunk | |
CG4MIRDUpperLargeIntestine | |
CG4MIRDUpperSpine | |
CG4MIRDUrinaryBladder | |
CG4MIRDUterus | |
CG4VoxelLeftBreast | |
CG4VoxelRightBreast | |
CG4VoxelBox | |
CG4SurfaceVoxelizer::G4VoxelComparator | |
CG4VoxelInfo | |
CG4VoxelLimits | |
►CG4VoxelNavigation | |
CG4ParameterisedNavigation | |
CG4VoxelSafety | |
►CG4VParticipants | |
CG4FTFParticipants | |
►CG4QGSParticipants | |
CG4GammaParticipants | |
►CG4VParticleChange | |
CG4FastStep | |
►CG4ParticleChange | |
CG4ParticleChangeForTransport | |
►CG4ParticleChangeForDecay | |
CG4ParticleChangeForRadDecay | |
CG4ParticleChangeForGamma | |
CG4ParticleChangeForLoss | |
CG4ParticleChangeForMSC | |
CG4ParticleChangeForNothing | |
CG4ParticleChangeForOccurenceBiasing | |
►CG4VParticleHPEDis | |
CG4ParticleHPArbitaryTab | |
CG4ParticleHPEvapSpectrum | |
CG4ParticleHPFissionSpectrum | |
CG4ParticleHPMadlandNixSpectrum | |
CG4ParticleHPSimpleEvapSpectrum | |
CG4ParticleHPWattSpectrum | |
►CG4VParticleHPEnergyAngular | |
CG4ParticleHPContEnergyAngular | |
CG4ParticleHPDiscreteTwoBody | |
CG4ParticleHPIsotropic | |
CG4ParticleHPLabAngularEnergy | |
CG4ParticleHPNBodyPhaseSpace | |
►CG4VParticlePropertyReporter | |
CG4HtmlPPReporter | |
CG4SimplePPReporter | |
CG4TextPPReporter | |
►CG4VParticlePropertyRetriever | |
CG4TextPPRetriever | |
CG4VPCData | |
CG4VPDigitIO | |
CG4VPDigitsCollectionIO | |
►CG4VPersistencyManager | |
►CG4PersistencyManager | |
CG4PersistencyManagerT< T > | |
CG4VPEventIO | |
CG4VPHitIO | |
CG4VPHitsCollectionIO | |
CG4VPhotonEvaporation | |
►CG4VPhysicalVolume | |
CG4PVDivision | |
►CG4PVPlacement | |
CLXeMainVolume | |
CLXeWLSFiber | |
CLXeWLSSlab | |
►CG4PVReplica | |
CG4PVParameterised | |
CG4ReplicatedSlice | |
►CG4VPhysicsConstructor | |
CCexmcStudiedPhysics< Process > | |
►CCexmcStudiedPhysics< CexmcHadronicProcess > | |
CCexmcHadronicPhysics< ProductionModel > | |
CDecay | |
CDecay | |
CEmStandardPhysics | |
CExExChHadronElasticPhysics | |
CExExChHadronPhysicsQGSP_BIC | |
CExExChIonPhysics | |
CExExChPhysListEmStandardSS | |
CExN04EMPhysics | |
CexrdmPhysListHadron | |
CexrdmPhysListParticles | |
CExUCNExtraPhysics | |
CF04ExtraPhysics | |
CF04OpticalPhysics | |
CF05ExtraPhysics | |
CF06ExtraPhysics | |
CG4ChargeExchangePhysics | |
CG4DecayPhysics | |
CG4EmDNAChemistry | |
CG4EmDNAPhysics | |
CG4EmDNAPhysics_option1 | |
CG4EmExtraPhysics | |
CG4EmLEPTSPhysics | |
CG4EmLivermorePhysics | |
CG4EmLivermorePolarizedPhysics | |
CG4EmLowEPPhysics | |
CG4EmPenelopePhysics | |
CG4EmStandardPhysics | |
CG4EmStandardPhysics_option1 | |
CG4EmStandardPhysics_option2 | |
CG4EmStandardPhysics_option3 | |
CG4EmStandardPhysics_option4 | |
CG4EmStandardPhysicsSS | |
CG4EmStandardPhysicsWVI | |
CG4EmUserPhysics | |
CG4GenericBiasingPhysics | |
CG4HadronDElasticPhysics | |
►CG4HadronElasticPhysics | |
CHadronElasticPhysicsHP | |
CG4HadronElasticPhysicsHP | |
CG4HadronElasticPhysicsLEND | |
CG4HadronElasticPhysicsPHP | |
CG4HadronElasticPhysicsXS | |
CG4HadronHElasticPhysics | |
CG4HadronPhysicsFTF_BIC | |
CG4HadronPhysicsFTFP_BERT | |
CG4HadronPhysicsFTFP_BERT_HP | |
CG4HadronPhysicsFTFP_BERT_TRV | |
CG4HadronPhysicsINCLXX | Build hadronic physics using INCL++, high-energy models (QGSP or FTFP) and possibly NeutronHP |
CG4HadronPhysicsNuBeam | |
CG4HadronPhysicsQGS_BIC | |
CG4HadronPhysicsQGSP_BERT | |
CG4HadronPhysicsQGSP_BERT_HP | |
CG4HadronPhysicsQGSP_BIC | |
CG4HadronPhysicsQGSP_BIC_AllHP | |
CG4HadronPhysicsQGSP_BIC_HP | |
CG4HadronPhysicsQGSP_FTFP_BERT | |
CG4HadronPhysicsShielding | |
CG4ImportanceBiasing | |
CG4IonBinaryCascadePhysics | |
CG4IonElasticPhysics | |
CG4IonINCLXXPhysics | |
CG4IonPhysics | |
CG4IonQMDPhysics | |
CG4MonopolePhysics | |
CG4NeutronCrossSectionXS | |
CG4NeutronTrackingCut | |
CG4OpticalPhysics | |
CG4ParallelWorldPhysics | |
CG4RadioactiveDecayPhysics | |
CG4StepLimiterPhysics | |
CG4StoppingPhysics | |
►CG4VHadronPhysics | |
CG4HadronInelasticQBBC | |
CIonDPMJETPhysics | |
CIonHIJINGPhysics | |
CIonUrQMDPhysics | |
CG4WeightWindowBiasing | |
CGammaKnifeParticles | |
CGammaPhysics | |
CGammaPhysics | |
CGammaRayTelEMlowePhysics | |
CGammaRayTelEMstdPhysics | |
CGammaRayTelGeneralPhysics | |
CGammaRayTelHadronPhysics | |
CGammaRayTelIonPhysics | |
CGammaRayTelMuonPhysics | |
CGammaRayTelParticles | |
CHadronPhysicsHIJING | |
CHadronPhysicsUrQMD | |
CHadrontherapyParticles | |
CIORTParticles | |
CLocalIonIonInelasticPhysic | |
CLXeEMPhysics | |
CLXeGeneralPhysics | |
CLXeMuonPhysics | |
CMuNuclearBuilder | |
CNeutronHPphysics | |
CP6DExtDecayerPhysics | The builder for external decayer |
CParticles | |
CPhysicsListEMstd | |
CPhysListEmLivermore | |
CPhysListEmLivermore | |
CPhysListEmLivermore | |
CPhysListEmPenelope | |
CPhysListEmPenelope | |
CPhysListEmPenelope | |
CPhysListEmPolarized | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard | |
CPhysListEmStandard_GS | |
CPhysListEmStandard_GS | |
CPhysListEmStandard_option0 | |
CPhysListEmStandard_option0 | |
CPhysListEmStandard_option3 | |
CPhysListEmStandard_option3 | |
CPhysListEmStandard_SS | |
CPhysListEmStandard_SS | |
CPhysListEmStandard_WVI | |
CPhysListEmStandard_WVI | |
CPhysListEmStandardGS | |
CPhysListEmStandardGS | |
CPhysListEmStandardGS | |
CPhysListEmStandardGS | |
CPhysListEmStandardNR | |
CPhysListEmStandardSS | |
CPhysListEmStandardSS | |
CPhysListEmStandardSS | |
CPhysListEmStandardSSM | |
CPhysListEmStandardSSM | |
CPhysListEmStandardWVI | |
CPhysListEmStandardWVI | |
CpyG4VPhysicsConstructor::CB_G4VPhysicsConstructor | |
CRE01UnknownDecayPhysics | |
CStepLimiterBuilder | |
CWLSExtraPhysics | |
CWLSOpticalPhysics | |
►CG4VPiKBuilder | |
CG4BertiniPiKBuilder | |
CG4BinaryPiKBuilder | |
CG4FTFBinaryPiKBuilder | |
CG4FTFPPiKBuilder | |
CG4QGSBinaryPiKBuilder | |
CG4QGSPPiKBuilder | |
CUrQMDPiKBuilder | |
►CG4VPionBuilder | |
CG4BertiniPionBuilder | |
CG4BinaryPionBuilder | |
CG4FTFBinaryPionBuilder | |
CG4FTFPPionBuilder | |
CG4INCLXXPionBuilder | Builder for pion processes using the INCL++ intra-nuclear cascade model |
CG4QGSBinaryPionBuilder | |
CG4QGSPPionBuilder | |
►CG4VPolarizedCrossSection | |
CG4PolarizedAnnihilationCrossSection | |
CG4PolarizedBhabhaCrossSection | |
CG4PolarizedBremsstrahlungCrossSection | |
CG4PolarizedComptonCrossSection | |
CG4PolarizedMollerCrossSection | |
CG4PolarizedPairProductionCrossSection | |
CG4PolarizedPEEffectCrossSection | |
►CG4VPreCompoundEmissionFactory | |
CG4HETCEmissionFactory | |
CG4PreCompoundEmissionFactory | |
►CG4VPreCompoundFragment | |
►CG4HETCFragment | |
►CG4HETCChargedFragment | |
CG4HETCAlpha | |
CG4HETCDeuteron | |
CG4HETCHe3 | |
CG4HETCProton | |
CG4HETCTriton | |
CG4HETCNeutron | |
►CG4PreCompoundFragment | |
►CG4PreCompoundIon | |
CG4PreCompoundAlpha | |
CG4PreCompoundDeuteron | |
CG4PreCompoundHe3 | |
CG4PreCompoundTriton | |
►CG4PreCompoundNucleon | |
CG4PreCompoundNeutron | |
CG4PreCompoundProton | |
►CG4VPreCompoundTransitions | |
CG4GNASHTransitions | |
CG4PreCompoundTransitions | |
►CG4VPrimaryGenerator | |
CDMXParticleSource | |
CG4GeneralParticleSource | Andrea Dotti Feb 2015 GPS messenger design requires some explanation for what distributions parameters are concerned : Each thread has its own GPS since primary generation is a user action |
CG4HEPEvtInterface | |
►CG4ParticleGun | |
CCexmcParticleGun | |
CG4SingleParticleSource | Andrea Dotti Feb 2015 Important: This is a shared class between threads |
►CHepMCG4Interface | A base class for primary generation via HepMC object. This class is derived from G4VPrimaryGenerator |
CHepMCG4AsciiReader | |
CHepMCG4AsciiReader | |
CHepMCG4PythiaInterface | A generic interface class with Pythia event generator via HepMC |
CHepMCG4PythiaInterface | A generic interface class with Pythia event generator via HepMC |
CHepMCG4Interface | A base class for primary generation via HepMC object. This class is derived from G4VPrimaryGenerator |
►CG4VPrimitiveScorer | |
►CCexmcPrimitiveScorer | |
►CCexmcSimpleEnergyDeposit | |
►CCexmcEnergyDepositInLeftRightSet | |
CCexmcEnergyDepositInCalorimeter | |
►CCexmcTrackPoints | |
►CCexmcTrackPointsInLeftRightSet | |
CCexmcTrackPointsInCalorimeter | |
►CG4PSCellCharge | |
CG4PSCellCharge3D | |
►CG4PSCellFlux | |
►CG4PSCellFlux3D | |
CG4PSCellFluxForCylinder3D | |
CRE02PSCellFlux | Cell flux class for a parameterized volume in a three dimentional structure |
►CG4PSCylinderSurfaceCurrent | |
CG4PSCylinderSurfaceCurrent3D | |
►CG4PSCylinderSurfaceFlux | |
CG4PSCylinderSurfaceFlux3D | |
►CG4PSDoseDeposit | |
►CG4PSDoseDeposit3D | |
CG4PSDoseDepositForCylinder3D | |
►CG4PSEnergyDeposit | |
CG4PSEnergyDeposit3D | |
CRE02PSEnergyDeposit | |
►CG4PSFlatSurfaceCurrent | |
CG4PSFlatSurfaceCurrent3D | |
CRE02PSFlatSurfaceCurrent | |
►CG4PSFlatSurfaceFlux | |
CG4PSFlatSurfaceFlux3D | |
CRE02PSFlatSurfaceFlux | |
►CG4PSMinKinEAtGeneration | |
CG4PSMinKinEAtGeneration3D | |
►CG4PSNofCollision | |
CG4PSNofCollision3D | |
►CG4PSNofSecondary | |
CG4PSNofSecondary3D | |
►CG4PSNofStep | |
CG4PSNofStep3D | |
CRE02PSNofStep | |
►CG4PSPassageCellCurrent | |
CG4PSPassageCellCurrent3D | |
►CG4PSPassageCellFlux | |
►CG4PSPassageCellFlux3D | |
CG4PSPassageCellFluxForCylinder3D | |
CRE02PSPassageCellFlux | |
►CG4PSPassageTrackLength | |
CG4PSPassageTrackLength3D | |
►CG4PSPopulation | |
CG4PSPopulation3D | |
►CG4PSSphereSurfaceCurrent | |
CG4PSSphereSurfaceCurrent3D | |
►CG4PSSphereSurfaceFlux | |
CG4PSSphereSurfaceFlux3D | |
►CG4PSStepChecker | |
CG4PSStepChecker3D | |
►CG4PSTermination | |
CG4PSTermination3D | |
►CG4PSTrackCounter | |
CG4PSTrackCounter3D | |
►CG4PSTrackLength | |
CG4PSTrackLength3D | |
►CG4VProcess | |
►CDMXSpecialCuts | |
CDMXMaxTimeCuts | |
CDMXMinEkineCuts | |
CG4AdjointProcessEquivalentToDirectProcess | |
CG4BiasingProcessInterface | |
CG4Cerenkov | |
CG4CoupledTransportation | |
CG4FastSimulationManagerProcess | |
CG4ImportanceProcess | |
CG4MonopoleTransportation | |
CG4ParallelWorldProcess | |
CG4ParallelWorldScoringProcess | |
CG4ScoreSplittingProcess | |
►CG4SpecialCuts | |
CG4MaxTimeCuts | |
CG4MinEkineCuts | |
CG4StepLimiter | |
CG4Transportation | |
CG4UserSpecialCuts | |
►CG4VContinuousDiscreteProcess | |
►CG4hRDEnergyLoss | |
CG4hImpactIonisation | |
►CG4RDVeLowEnergyLoss | |
►CG4eLowEnergyLoss | |
CG4LowEnergyBremsstrahlung | |
CG4LowEnergyIonisation | |
►CG4VEnergyLossProcess | |
CG4alphaIonisation | |
►CG4eBremsstrahlung | |
CG4ePolarizedBremsstrahlung | |
CG4eIonisation | |
CG4ePolarizedIonisation | |
CG4hhIonisation | |
CG4hIonisation | |
CG4ionIonisation | |
CG4mplIonisation | |
►CG4MuBremsstrahlung | |
CG4hBremsstrahlung | |
CG4MuIonisation | |
►CG4MuPairProduction | |
CG4hPairProduction | |
►CG4VMultipleScattering | |
CG4AdjointhMultipleScattering | |
CG4eMultipleScattering | |
CG4hMultipleScattering | |
CG4MuMultipleScattering | |
CXWrapperContinuousDiscreteProcess | |
►CG4VContinuousProcess | |
CG4AdjointAlongStepWeightCorrection | |
CG4ContinuousGainOfEnergy | |
CG4ErrorEnergyLoss | |
►CG4VDiscreteProcess | |
CEm10StepCut | |
CExExChProcessChanneling | |
CF01StepCut | |
CF02StepCut | |
CF03StepCut | |
CF04StepMax | |
CG4AnnihiToMuPair | |
CG4ElectronCapture | |
CG4ElectronCapture | |
CG4ElectronCapture | |
CG4ErrorTrackLengthTarget | |
CG4GammaConversionToMuons | |
►CG4HadronicProcess | |
CCexmcHadronicProcess | |
CG4ChargeExchangeProcess | |
CG4HadronCaptureProcess | |
CG4HadronElasticProcess | |
CG4HadronFissionProcess | |
►CG4HadronInelasticProcess | |
CG4AlphaInelasticProcess | |
CG4AntiAlphaInelasticProcess | |
CG4AntiDeuteronInelasticProcess | |
CG4AntiHe3InelasticProcess | |
CG4AntiLambdaInelasticProcess | |
CG4AntiNeutronInelasticProcess | |
CG4AntiOmegaMinusInelasticProcess | |
CG4AntiProtonInelasticProcess | |
CG4AntiSigmaMinusInelasticProcess | |
CG4AntiSigmaPlusInelasticProcess | |
CG4AntiTritonInelasticProcess | |
CG4AntiXiMinusInelasticProcess | |
CG4AntiXiZeroInelasticProcess | |
CG4DeuteronInelasticProcess | |
CG4ElectronNuclearProcess | |
CG4He3InelasticProcess | |
CG4IonInelasticProcess | |
CG4KaonMinusInelasticProcess | |
CG4KaonPlusInelasticProcess | |
CG4KaonZeroLInelasticProcess | |
CG4KaonZeroSInelasticProcess | |
CG4LambdaInelasticProcess | |
CG4NeutronInelasticProcess | |
CG4OmegaMinusInelasticProcess | |
CG4PhotoNuclearProcess | |
CG4PionMinusInelasticProcess | |
CG4PionPlusInelasticProcess | |
CG4PositronNuclearProcess | |
CG4ProtonInelasticProcess | |
CG4SigmaMinusInelasticProcess | |
CG4SigmaPlusInelasticProcess | |
CG4TritonInelasticProcess | |
CG4XiMinusInelasticProcess | |
CG4XiZeroInelasticProcess | |
►CG4HadronStoppingProcess | |
►CG4HadronicAbsorptionBertini | |
CG4KaonMinusAbsorptionBertini | |
CG4PiMinusAbsorptionBertini | |
CG4SigmaMinusAbsorptionBertini | |
►CG4HadronicAbsorptionFritiof | |
CG4AntiProtonAbsorptionFritiof | |
CG4AntiSigmaPlusAbsorptionFritiof | |
CG4MuonMinusCapture | |
CG4MuonNuclearProcess | |
CG4LowEnergyCompton | |
CG4LowEnergyGammaConversion | |
CG4LowEnergyPhotoElectric | |
CG4LowEnergyPolarizedCompton | |
CG4LowEnergyRayleigh | |
CG4NeutronKiller | |
CG4OpAbsorption | |
CG4OpBoundaryProcess | |
CG4OpMieHG | |
CG4OpRayleigh | |
CG4OpWLS | |
CG4ScreenedNuclearRecoil | A process which handles screened Coulomb collisions between nuclei |
CG4SynchrotronRadiation | |
CG4SynchrotronRadiationInMat | |
►CG4TransitionRadiation | |
CG4ForwardXrayTR | |
CG4UCNAbsorption | |
CG4UCNBoundaryProcess | |
CG4UCNLoss | |
CG4UCNMultiScattering | |
CG4UnknownDecay | |
►CG4VAdjointReverseReaction | |
CG4eInverseBremsstrahlung | |
CG4eInverseCompton | |
CG4eInverseIonisation | |
CG4hInverseIonisation | |
CG4InversePEEffect | |
CG4IonInverseIonisation | |
►CG4VEmProcess | |
CG4ComptonScattering | |
CG4CoulombScattering | |
CG4DNAAttachment | |
CG4DNAChargeDecrease | |
CG4DNAChargeIncrease | |
CG4DNADissociation | |
CG4DNAElastic | |
CG4DNAElectronSolvatation | |
CG4DNAExcitation | |
CG4DNAIonisation | |
CG4DNAPositronium | |
CG4DNARotExcitation | |
CG4DNAVibExcitation | |
CG4eeToHadrons | |
CG4eplusAnnihilation | |
CG4eplusPolarizedAnnihilation | |
CG4GammaConversion | |
CG4MicroElecElastic | |
CG4MicroElecInelastic | |
CG4MuElecElastic | |
CG4MuElecInelastic | |
CG4NuclearStopping | |
CG4PhotoElectricEffect | |
CG4PolarizedCompton | |
CG4PolarizedGammaConversion | |
CG4PolarizedPhotoElectricEffect | |
CG4RayleighScattering | |
►CG4VErrorLimitProcess | |
CG4ErrorMagFieldLimitProcess | |
CG4ErrorStepLengthLimitProcess | |
►CG4VPhononProcess | |
CG4PhononDownconversion | |
CG4PhononReflection | |
CG4PhononScattering | |
CG4VTransitionRadiation | |
►CG4VXTRenergyLoss | |
CEm10XTRTransparentRegRadModel | |
CG4GammaXTRadiator | |
CG4RegularXTRadiator | |
CG4StrawTubeXTRadiator | |
CG4TransparentRegXTRadiator | |
CG4XTRGammaRadModel | |
CG4XTRRegularRadModel | |
CG4XTRTransparentRegRadModel | |
CHadrontherapyStepMax | |
CIORTStepMax | |
CML2StepMax | |
CStepLimiter | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CStepMax | |
CWLSStepMax | |
CXrayFluoStepMax | |
CXrayTelStepCut | |
CXWrapperDiscreteProcess | |
►CG4VITProcess | G4VITProcess inherits from G4VProcess |
CG4DNASecondOrderReaction | |
►CG4ITTransportation | |
CG4DNABrownianTransportation | |
CG4VITRestDiscreteProcess | Identical to G4VRestDiscreteProcess with dependency from G4VITProcess |
►CG4VITRestProcess | Identical to G4VRestProcess with dependency from G4VITProcess |
CG4DNAMolecularDissociation | G4DNAMolecularDissociation should be called only for molecules |
CG4VRestContinuousDiscreteProcess | |
CG4VRestContinuousProcess | |
►CG4VRestDiscreteProcess | |
►CG4Decay | |
CG4DecayWithSpin | |
CG4PionDecayMakeSpin | |
CG4RadioactiveDecay | |
CG4Scintillation | |
►CG4VRestProcess | |
CG4AntiNeutronAnnihilationAtRest | |
CG4WeightCutOffProcess | |
CG4WeightWindowProcess | |
►CG4WrapperProcess | |
CCexmcStudiedProcess | |
►CG4VProcessPlacer | |
CG4ProcessPlacer | |
►CG4VProtonBuilder | |
CG4BertiniProtonBuilder | |
CG4BinaryProtonBuilder | |
CG4FTFBinaryProtonBuilder | |
CG4FTFPProtonBuilder | |
CG4INCLXXProtonBuilder | Builder for proton processes using the INCL++ intra-nuclear cascade model |
CG4PrecoProtonBuilder | |
CG4ProtonPHPBuilder | |
CG4QGSBinaryProtonBuilder | |
CG4QGSPLundStrFragmProtonBuilder | |
CG4QGSPProtonBuilder | |
CHIJINGProtonBuilder | |
CUrQMDProtonBuilder | |
►CG4VPVDivisionFactory | |
CG4PVDivisionFactory | |
►CG4VPVParameterisation | |
CB2bChamberParameterisation | A parameterisation that describes a series of boxes along Z |
CB2bChamberParameterisation | A parameterisation that describes a series of boxes along Z |
CB5CellParameterisation | EM Calorimeter cell parameterisation |
CCellParameterisation | |
CChromosomeParameterisation | |
CExN02ChamberParameterisation | |
CExN04CalorimeterParametrisation | |
CExN04CalorimeterParametrisation | |
CExN04TrackerParametrisation | |
CExN04TrackerParametrisation | |
CExP01ChamberParameterisation | Chamber parameterisation for the persistency example |
CG02ChamberParameterisation | Chamber parametrisation used in the GDML read/write example |
CG4EzVoxelParameterization | |
CG4GDMLParameterisation | |
►CG4PhantomParameterisation | |
CDicomPhantomParameterisationColour | Class inherited from G4PhantomParameterisation to provide different |
CG4PartialPhantomParameterisation | |
►CG4tgbPlaceParameterisation | |
CG4tgbPlaceParamCircle | |
CG4tgbPlaceParamLinear | |
CG4tgbPlaceParamSquare | |
►CG4VDivisionParameterisation | |
►CG4VParameterisationBox | |
CG4ParameterisationBoxX | |
CG4ParameterisationBoxY | |
CG4ParameterisationBoxZ | |
►CG4VParameterisationCons | |
CG4ParameterisationConsPhi | |
CG4ParameterisationConsRho | |
CG4ParameterisationConsZ | |
►CG4VParameterisationPara | |
CG4ParameterisationParaX | |
CG4ParameterisationParaY | |
CG4ParameterisationParaZ | |
►CG4VParameterisationPolycone | |
CG4ParameterisationPolyconePhi | |
CG4ParameterisationPolyconeRho | |
CG4ParameterisationPolyconeZ | |
►CG4VParameterisationPolyhedra | |
CG4ParameterisationPolyhedraPhi | |
CG4ParameterisationPolyhedraRho | |
CG4ParameterisationPolyhedraZ | |
►CG4VParameterisationTrd | |
CG4ParameterisationTrdX | |
CG4ParameterisationTrdY | |
CG4ParameterisationTrdZ | |
►CG4VParameterisationTubs | |
CG4ParameterisationTubsPhi | |
CG4ParameterisationTubsRho | |
CG4ParameterisationTubsZ | |
►CG4VNestedParameterisation | |
CDicomNestedPhantomParameterisation | Implements a G4VNestedParameterisation |
CRE02NestedPhantomParameterisation | A nested parameterisation class for a phantom |
CRE01CalorimeterParametrisation | |
CRE01TrackerParametrisation | |
CRE04ParallelWorldParam | Parameterisation class for volumes in a parallel world |
CRE05CalorimeterParametrisation | |
CRE05TrackerParametrisation | |
CUltraFresnelLensParameterisation | |
CVoxelParam | |
►CG4VRangeToEnergyConverter | |
CG4RToEConvForElectron | |
CG4RToEConvForGamma | |
CG4RToEConvForPositron | |
CG4RToEConvForProton | |
►CG4VReadOutGeometry | |
CCML2ReadOutGeometry | |
CExN04CalorimeterROGeometry | |
CExN04CalorimeterROGeometry | |
CIORTDetectorROGeometry | |
CRE01CalorimeterROGeometry | |
►CG4VRTScanner | |
CG4RTSimpleScanner | |
►CG4VSampler | |
CG4GeometrySampler | |
►CG4VSamplerConfigurator | |
CG4ImportanceConfigurator | |
CG4WeightCutOffConfigurator | |
CG4WeightWindowConfigurator | |
►CG4VScatterer | |
CG4Scatterer | |
►CG4VScheduler | |
CG4Scheduler | G4ITStepManager enables to synchronize in time the step of tracks |
►CG4VScoreColorMap | |
CG4DefaultLinearColorMap | |
CG4ScoreLogColorMap | |
►CG4VScoreWriter | |
CBrachyUserScoreWriter | |
CRE03UserScoreWriter | |
►CG4VScoringMesh | |
CG4ScoringBox | |
CG4ScoringCylinder | |
►CG4VSDFilter | |
CCexmcTrackPointsFilter | |
CG4SDChargedFilter | |
CG4SDKineticEnergyFilter | |
CG4SDNeutralFilter | |
CG4SDParticleFilter | |
CG4SDParticleWithEnergyFilter | |
►CG4VSensitiveDetector | |
CB2TrackerSD | B2Tracker sensitive detector class |
CB2TrackerSD | B2Tracker sensitive detector class |
CB2TrackerSD | B2Tracker sensitive detector class |
CB4cCalorimeterSD | Calorimeter sensitive detector class |
CB5DriftChamberSD | Drift chamber sensitive detector |
CB5EmCalorimeterSD | EM calorimeter sensitive detector |
CB5HadCalorimeterSD | Hadron calorimeter sensitive detector |
CB5HodoscopeSD | Hodoscope sensitive detector |
CCCaloSD | |
CCheckVolumeSD | |
CCheckVolumeSD | |
CCML2DummySD | |
CCML2SDWithParticle | |
CCML2SDWithVoxels | |
CDMXPmtSD | |
CDMXScintSD | |
CEm10CalorimeterSD | |
CeRositaTrackerSD | |
CExExChSensitiveDetector | |
CExGflashSensitiveDetector | |
CExN02TrackerSD | |
CExN04CalorimeterSD | |
CExN04CalorimeterSD | |
CExN04DummySD | |
CExN04DummySD | |
CExN04MuonSD | |
CExN04MuonSD | |
CExN04TrackerSD | |
CExN04TrackerSD | |
CExP01TrackerSD | Sensitive detector implementation for the ROOT hits persistency example |
CExTGTrackerSD | Example of Sensitive detector |
CF01CalorimeterSD | |
CF02CalorimeterSD | |
CF03CalorimeterSD | |
CFCALEMModuleSD | |
CFCALHadModuleSD | |
CFCALTestbeamSetupSD | |
CG04SensitiveDetector | Sensitive detector to be attached to the GDML geometry |
CG4HumanDummyLeftBreastSD | |
CG4HumanDummyRightBreastSD | |
CG4HumanPhantomSD | |
CG4MultiFunctionalDetector | |
CGammaRayTelAnticoincidenceSD | |
CGammaRayTelCalorimeterSD | |
CGammaRayTelDummySD | |
CGammaRayTelTrackerSD | |
CH02MuonSD | |
CHadrontherapyDetectorSD | |
CHadrontherapyDummySD | |
CIORTDetectorSD | |
CIORTDummySD | |
CLXePMTSD | |
CLXeScintSD | |
CPar01CalorimeterSD | |
CPhantomSD | |
CpyG4VSensitiveDetector::CB_G4VSensitiveDetector | |
CRE01CalorimeterSD | |
CRE01TrackerSD | |
CRE05CalorimeterSD | |
CRE05DummySD | |
CRE05MuonSD | |
CRE05TrackerSD | |
CRMC01SD | |
CSensitiveDetector | |
CTargetSD | |
CTargetSD | |
CTargetSD | |
CTargetSD | |
CUltraPMTSD | |
CVoxelSD | |
CWLSPhotonDetSD | |
CXAluminumElectrodeSensitivity | |
CXrayFluoHPGeSD | |
CXrayFluoSD | |
►CG4VSolid | |
►CG4BooleanSolid | |
CG4IntersectionSolid | |
CG4SubtractionSolid | |
CG4UnionSolid | |
►CG4CSGSolid | |
CG4Box | |
CG4Cons | |
CG4Orb | |
►CG4OTubs | |
CG4CutTubs | |
CG4Para | |
CG4Sphere | |
CG4Torus | |
CG4Trap | |
CG4Trd | |
CG4Tubs | |
CG4DisplacedSolid | |
CG4Ellipsoid | |
CG4EllipticalCone | |
CG4EllipticalTube | |
CG4GenericTrap | |
CG4Hype | |
CG4Paraboloid | |
CG4ReflectedSolid | |
►CG4TessellatedSolid | |
CG4ExtrudedSolid | |
CG4Tet | |
CG4TwistedTubs | |
►CG4USolid | |
CG4UBox | |
CG4UCons | |
CG4UExtrudedSolid | |
CG4UGenericPolycone | |
CG4UGenericTrap | |
CG4UMultiUnion | |
CG4UOrb | |
CG4UPolycone | |
CG4UPolyhedra | |
CG4USphere | |
CG4UTet | |
CG4UTrap | |
CG4UTrd | |
CG4UTubs | |
►CG4VCSGfaceted | |
CG4GenericPolycone | |
CG4Polycone | |
CG4Polyhedra | |
►CG4VTwistedFaceted | |
CG4TwistedBox | |
CG4TwistedTrap | |
CG4TwistedTrd | |
►CG4VSplitableHadron | |
CG4DiffractiveSplitableHadron | |
CG4QGSMSplitableHadron | |
►CG4VStateDependent | |
CG4BiasingOperatorStateNotifier | |
CG4DNAChemistryManager | WARNING: THIS CLASS IS A PROTOTYPE G4DNAChemistryManager is called from the physics models |
CG4DNAMolecularMaterial | |
CG4Scheduler | G4ITStepManager enables to synchronize in time the step of tracks |
CG4UImanager | |
CG4VisStateDependent | |
CHookEventProcState | |
►CG4VStatMFEnsemble | |
CG4StatMFMacroCanonical | |
CG4StatMFMicroCanonical | |
►CG4VStatMFMacroCluster | |
CG4StatMFMacroBiNucleon | |
CG4StatMFMacroMultiNucleon | |
CG4StatMFMacroNucleon | |
CG4StatMFMacroTetraNucleon | |
CG4StatMFMacroTriNucleon | |
►CG4VSteppingVerbose | |
►CG4SteppingVerbose | |
CEm10SteppingVerbose | |
CeRositaSteppingVerbose | |
CExN02SteppingVerbose | |
CExN04SteppingVerbose | |
CExN04SteppingVerbose | |
CExP01SteppingVerbose | Stepping verbose for the persistency example |
CF01SteppingVerbose | |
CF02SteppingVerbose | |
CF03SteppingVerbose | |
CF04SteppingVerbose | |
CF05SteppingVerbose | |
CFCALSteppingVerbose | |
CLXeSteppingVerbose | |
COpNoviceSteppingVerbose | |
CPurgMagSteppingVerbose | |
CRE05SteppingVerbose | This class manages the verbose outputs in G4SteppingManager. It inherits from G4SteppingVerbose. It shows how to extract informations during the tracking of a particle |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CSteppingVerbose | |
CWLSSteppingVerbose | |
CXrayFluoSteppingVerbose | |
CRE06SteppingVerbose | |
►CG4VStringFragmentation | |
CG4ExcitedStringDecay | |
CG4VSubCutProducer | |
►CG4VTouchable | |
CG4GMocrenTouchable | |
CG4GRSSolid | |
CG4GRSVolume | |
CG4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable | |
CG4TouchableHistory | |
►CG4VTrackState | |
►CG4TrackStateBase< T > | |
CG4TrackState< T > | |
►CG4TrackStateBase< G4ITNavigator > | |
►CG4TrackState< G4ITNavigator > | |
CG4TrackState< G4ITMultiNavigator > | |
►CG4TrackStateBase< G4ITPathFinder > | |
CG4TrackState< G4ITPathFinder > | |
►CG4VTrackStateDependent | |
CG4TrackStateDependent< T > | |
►CG4TrackStateDependent< G4ITMultiNavigator > | |
CG4ITMultiNavigator | |
►CG4TrackStateDependent< G4ITPathFinder > | |
CG4ITPathFinder | |
►CG4TrackStateDependent< G4ITSafetyHelper > | |
CG4ITSafetyHelper | |
►CG4VTrackStateID | |
CG4TrackStateID< T > | |
►CG4VTrackTerminator | |
CG4ImportanceProcess | |
CG4WeightWindowProcess | |
►CG4VTrajectory | |
CF04Trajectory | |
CG4RayTrajectory | |
CG4SmoothTrajectory | |
►CG4Trajectory | |
CG4RichTrajectory | |
CLXeTrajectory | |
CRE01Trajectory | |
CRE04Trajectory | User trajectory class |
CWLSTrajectory | |
►CG4VTrajectoryModel | |
CG4TrajectoryDrawByAttribute | |
CG4TrajectoryDrawByCharge | |
CG4TrajectoryDrawByOriginVolume | |
CG4TrajectoryDrawByParticleID | |
CG4TrajectoryGenericDrawer | |
►CG4VTrajectoryPoint | |
CG4RayTrajectoryPoint | |
CG4SmoothTrajectoryPoint | |
►CG4TrajectoryPoint | |
CF04TrajectoryPoint | |
CG4RichTrajectoryPoint | |
CWLSTrajectoryPoint | |
CRE04TrajectoryPoint | Trajectory point class |
CG4VTransactionManager | |
►CG4VTritonBuilder | |
CG4BinaryTritonBuilder | |
CG4TritonPHPBuilder | |
CG4VTRModel | |
►CG4VTwistSurface | |
CG4TwistBoxSide | |
CG4TwistTrapAlphaSide | |
CG4TwistTrapFlatSide | |
CG4TwistTrapParallelSide | |
CG4TwistTubsFlatSide | |
CG4TwistTubsHypeSide | |
CG4TwistTubsSide | |
►CG4VTwoBodyAngDst | |
CG4NumIntTwoBodyAngDst< NKEBINS, NANGLES > | |
►CG4NumIntTwoBodyAngDst< 11, 19 > | |
CG4NP2NPAngDst | |
CG4Pi0P2Pi0PAngDst | |
CG4PimP2Pi0NAngDst | |
CG4PimP2PimPAngDst | |
CG4PipP2PipPAngDst | |
CG4PP2PPAngDst | |
►CG4NumIntTwoBodyAngDst< 15, 19 > | |
CG4GamP2NPipAngDst | |
CG4GamP2PPi0AngDst | |
CG4ParamExpTwoBodyAngDst< NKEBINS > | |
►CG4ParamExpTwoBodyAngDst< 10 > | |
CG4GammaNuclAngDst | |
CG4HadNElastic1AngDst | |
CG4HadNElastic2AngDst | |
CG4PiNInelasticAngDst | |
►CG4ParamExpTwoBodyAngDst< 9 > | |
CG4NuclNuclAngDst | |
►CG4VThreeBodyAngDst | |
►CG4InuclParamAngDst | |
CG4HadNucl3BodyAngDst | |
CG4NuclNucl3BodyAngDst | |
►CG4VUIshell | |
CG4UIcsh | |
CG4UImpish | |
CG4UItcsh | |
CG4VUPLData | |
CG4VUPLSplitter< T > | |
►CG4VUserActionInitialization | |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CActionInitialization | Action initialization class |
CB01ActionInitialization | |
CB02ActionInitialization | |
CB03ActionInitialization | |
CB1ActionInitialization | Action initialization class |
CB1ActionInitialization | Action initialization class |
CB1ConActionInitialization | Action initialization class |
CB2ActionInitialization | Action initialization class |
CB2ActionInitialization | Action initialization class |
CB2ActionInitialization | Action initialization class |
CB3ActionInitialization | Action initialization class |
CB4aActionInitialization | Action initialization class |
CB4bActionInitialization | Action initialization class |
CB4cActionInitialization | Action initialization class |
CB4dActionInitialization | Action initialization class |
CB5ActionInitialization | Action initialization class |
CBrachyActionInitialization | |
CDicomActionInitialization | |
CDMXActionInitializer | |
CElectronActionInitialization | Action initialization class |
CExGflashActionInitialization | Action initialization class |
CExTGActionInitialization | Action initialization class |
CExUCNActionInitialization | Action initialization class |
CF01ActionInitialization | Action initialization class |
CF02ActionInitialization | Action initialization class |
CF03ActionInitialization | Action initialization class |
CF04ActionInitialization | Action initialization class |
CF05ActionInitialization | Action initialization class |
CF06ActionInitialization | Action initialization class |
CFCALActionInitialization | Action initialization class |
CFFActionInitialization | |
CG3toG4ActionInitialization | Action initialization class |
CG4HumanPhantomActionInitialization | |
CGammaKnifeActionInitialization | Action initialization class |
CGammaRayTelActionInitializer | |
CGB01ActionInitialization | Action initialization class |
CGB02ActionInitialization | Action initialization class |
CGB03ActionInitialization | |
CGB04ActionInitialization | Action initialization class |
CHadrontherapyActionInitialization | |
CLXeActionInitialization | Action initialization class |
COpNoviceActionInitialization | Action initialization class |
CPar01ActionInitialization | Action initialization class |
CPurgMagActionInitializer | |
CRE01ActionInitialization | |
CRE02ActionInitialization | |
CRE03ActionInitialization | |
CRE04ActionInitialization | |
CRE05ActionInitialization | |
CRE06ActionInitialization | |
CUltraActionInitializer | |
CWLSActionInitialization | Action initialization class |
CXActionInitialization | |
CXrayFluoActionInitializer | |
CXrayTelActionInitializer | |
►CG4VUserChemistryList | |
CG4EmDNAChemistry | |
►CG4VUserDetectorConstruction | |
CB01DetectorConstruction | |
CB02DetectorConstruction | |
CB03DetectorConstruction | |
CB1DetectorConstruction | Detector construction class to define materials and geometry |
CB1DetectorConstruction | Detector construction class to define materials and geometry |
CB1DetectorConstruction | Detector construction class to define materials and geometry |
CB2aDetectorConstruction | Detector construction class to define materials, geometry and global uniform magnetic field |
CB2bDetectorConstruction | Detector construction class to define materials, geometry and global uniform magnetic field |
CB2bDetectorConstruction | Detector construction class to define materials, geometry and global uniform magnetic field |
CB3DetectorConstruction | Detector construction class to define materials and geometry |
CB4cDetectorConstruction | Detector construction class to define materials and geometry. The calorimeter is a box made of a given number of layers. A layer consists of an absorber plate and of a detection gap. The layer is replicated |
CB4dDetectorConstruction | Detector construction class to define materials and geometry. The calorimeter is a box made of a given number of layers. A layer consists of an absorber plate and of a detection gap. The layer is replicated |
CB4DetectorConstruction | Detector construction class to define materials and geometry. The calorimeter is a box made of a given number of layers. A layer consists of an absorber plate and of a detection gap. The layer is replicated |
CB4DetectorConstruction | Detector construction class to define materials and geometry. The calorimeter is a box made of a given number of layers. A layer consists of an absorber plate and of a detection gap. The layer is replicated |
CB5DetectorConstruction | Detector construction |
CBrachyDetectorConstruction | |
CCCalDetectorConstruction | |
CCexmcSetup | |
CCML2WorldConstruction | |
CCollimator100BeamLine | |
CCollimator40BeamLine | |
CCollimator50BeamLine | |
CCollimator60BeamLine | |
CCollimator70BeamLine | |
CCollimator80BeamLine | |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
CDetectorConstruction | Detector construction class to demonstrate various ways of placement |
►CDicomDetectorConstruction | Dicom detector construction |
CDicomNestedParamDetectorConstruction | Construct the phantom using DicomPhantomParameterisationColour |
CDicomPartialDetectorConstruction | Construct a DICOM Geant4 geometry produced from the intersetion of a DICOM file and a volume |
CDicomRegularDetectorConstruction | DicomRegularDetectorConstruction class |
CDMXDetectorConstruction | |
CElectronBenchmarkDetector | |
CEm10DetectorConstruction | |
CeRositaDetectorConstruction | |
CExErrorDetectorConstruction | Detector construction class |
CExExChDetectorConstruction | |
CExG4DetectorConstruction01 | Simple detector construction with only a world volume |
CExG4DetectorConstruction01 | Simple detector construction with only a world volume |
CExG4DetectorConstruction01 | Simple detector construction with only a world volume |
CExG4DetectorConstruction02 | Simple detector construction with a box volume placed in a world |
CExG4DetectorConstruction02 | Simple detector construction with a box volume placed in a world |
CExG4DetectorConstruction02 | Simple detector construction with a box volume placed in a world |
CExGflashDetectorConstruction | |
CExN01DetectorConstruction | |
CExN02DetectorConstruction | |
CExN03DetectorConstruction | |
CExN04DetectorConstruction | |
CExN04DetectorConstruction | |
CExP01DetectorConstruction | Detector Construction for the persistency example |
CExP02DetConstrReader | Detector construction reader using ROOT I/O |
CExP02DetectorConstruction | Detector construction |
CexrdmDetectorConstruction | |
CExTGDetectorConstruction | Detector construction class using text geometry file |
CExTGDetectorConstructionWithCpp | Detector construction class using text geometry file and C++ code |
CExTGDetectorConstructionWithCuts | Detector construction class using text geometry file using cuts per region |
CExTGDetectorConstructionWithSD | Detector construction class using text geometry file and using a sensitive detector |
CExUCNDetectorConstruction | |
CEzDetectorConstruction | |
CF01DetectorConstruction | |
CF02DetectorConstruction | |
CF03DetectorConstruction | |
CF04DetectorConstruction | |
CF05DetectorConstruction | |
CF06DetectorConstruction | |
CFCALTestbeamSetup | |
CFFDetectorConstruction | |
CG01DetectorConstruction | Detector construction allowing to use the geometry read from the GDML file |
CG02DetectorConstruction | Detector construction used in GDML read/write example |
CG03DetectorConstruction | Detector construction for the GDML extensions example |
CG04DetectorConstruction | Detector construction for laoding GDML geometry |
CG3toG4DetectorConstruction | Detector construction class |
CG4HumanPhantomConstruction | |
CGammaKnifeDetectorConstruction | |
CGammaRayTelDetectorConstruction | |
CGB01DetectorConstruction | |
CGB02DetectorConstruction | |
CGB03DetectorConstruction | |
CGB04DetectorConstruction | |
CGeometryConstruction | |
CH02DetectorConstruction | |
CLaserDrivenBeamLine | |
CLXeDetectorConstruction | |
CMyDetectorConstruction | |
COpNoviceDetectorConstruction | |
CPar01DetectorConstruction | |
CPassiveCarbonBeamLine | |
CPassiveProtonBeamLine | |
CPurgMagDetectorConstruction | |
CpyG4VUserDetectorConstruction::CB_G4VUserDetectorConstruction | |
CQDetectorConstruction | |
CQDetectorConstruction | |
CRE01DetectorConstruction | |
CRE02DetectorConstruction | Uer detector construction class |
CRE03DetectorConstruction | |
CRE04DetectorConstruction | User detector construction class |
CRE05DetectorConstruction | |
CRE06DetectorConstruction | |
CRMC01DetectorConstruction | |
CTRTDetectorConstruction | |
CUltraDetectorConstruction | |
CWLSDetectorConstruction | |
CXDetectorConstruction | |
CXrayFluoDetectorConstruction | |
CXrayFluoGeometry | |
CXrayFluoMercuryDetectorConstruction | |
CXrayFluoPlaneDetectorConstruction | |
CXrayTelDetectorConstruction | |
►CG4VUserEventInformation | |
CCexmcEventInfo | |
CLXeUserEventInformation | |
►CG4VUserParallelWorld | |
CB02ImportanceDetectorConstruction | |
CB03ImportanceDetectorConstruction | |
CHadrontherapyDetectorROGeometry | |
CPar01ParallelWorldForPion | |
CRE04ParallelWorldConstruction | A parallel world construction class |
CRE05CalorimeterROGeometry | |
CRE06ParallelWorld | |
►CG4VUserPhysicsList | |
CB03PhysicsList | |
CDMXPhysicsList | |
CeRositaPhysicsList | |
CExG4PhysicsList00 | Physics list with geantino and charged geantino only |
CExG4PhysicsList00 | Physics list with geantino and charged geantino only |
CExG4PhysicsList00 | Physics list with geantino and charged geantino only |
CExGflashPhysicsList | |
CExN01PhysicsList | |
CExN02PhysicsList | |
CF01PhysicsList | |
CF02PhysicsList | |
CF03PhysicsList | |
CG4AdjointPhysicsList | |
CG4ErrorPhysicsList | |
►CG4VModularPhysicsList | |
CB3PhysicsList | Modular physics list |
CBrachyPhysicsList | |
CEm10PhysicsList | |
CExExChPhysicsList | |
CexrdmPhysicsList | |
CExUCNPhysicsList | |
CF04PhysicsList | |
CF05PhysicsList | |
CF06PhysicsList | |
CG4HumanPhantomPhysicsList | |
CGammaKnifePhysicsList | |
CGammaRayTelPhysicsList | |
CHadrontherapyPhysicsList | |
CIORTPhysicsList | |
CLXePhysicsList | |
CML2PhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CpyG4VModularPhysicsList::CB_G4VModularPhysicsList | |
CQBBC | |
CQPhysicsList | |
CRE01PhysicsList | |
CWLSPhysicsList | |
CXrayFluoPhysicsList | |
COpNovicePhysicsList | |
CPar01PhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsList | |
CPhysicsListEMstd | |
CPurgMagPhysicsList | |
CpyG4VUserPhysicsList::CB_G4VUserPhysicsList | |
CUltraPhysicsList | |
CXPhysicsList | |
CXrayTelPhysicsList | |
►CG4VUserPrimaryGeneratorAction | |
CB01PrimaryGeneratorAction | |
CB02PrimaryGeneratorAction | |
CB03PrimaryGeneratorAction | |
CB1PrimaryGeneratorAction | The primary generator action class with particle gun |
CB1PrimaryGeneratorAction | The primary generator action class with particle gun |
CB1PrimaryGeneratorAction | The primary generator action class with particle gun |
CB2PrimaryGeneratorAction | The primary generator action class with particle gum |
CB2PrimaryGeneratorAction | The primary generator action class with particle gum |
CB2PrimaryGeneratorAction | The primary generator action class with particle gum |
CB3PrimaryGeneratorAction | The primary generator action class with particle gum |
CB4PrimaryGeneratorAction | The primary generator action class with particle gum |
CB4PrimaryGeneratorAction | The primary generator action class with particle gum |
CB4PrimaryGeneratorAction | The primary generator action class with particle gum |
CB4PrimaryGeneratorAction | The primary generator action class with particle gum |
CB5PrimaryGeneratorAction | Primary generator |
CBrachyPrimaryGeneratorAction | |
CCCalPrimaryGeneratorAction | |
CCexmcPrimaryGeneratorAction | |
CCML2PrimaryGenerationAction | |
CDicomPrimaryGeneratorAction | |
CDMXPrimaryGeneratorAction | |
CElectronPrimaryGeneratorAction | |
CEm10PrimaryGeneratorAction | |
CeRositaPrimaryGeneratorAction | |
CExExChPrimaryGeneratorAction | |
CExG4PrimaryGeneratorAction01 | The primary generator class with particle gun |
CExG4PrimaryGeneratorAction01 | The primary generator class with particle gun |
CExG4PrimaryGeneratorAction01 | The primary generator class with particle gun |
CExG4PrimaryGeneratorAction02 | The primary generator class with general particle source |
CExG4PrimaryGeneratorAction02 | The primary generator class with general particle source |
CExG4PrimaryGeneratorAction02 | The primary generator class with general particle source |
CExGflashPrimaryGeneratorAction | |
CExN02PrimaryGeneratorAction | |
CExN04PrimaryGeneratorAction | |
CExN04PrimaryGeneratorAction | |
CExP01PrimaryGeneratorAction | Primary generator action for the persistency example |
CExP02PrimaryGeneratorAction | Primary generator action |
CexrdmPrimaryGeneratorAction | |
CExTGPrimaryGeneratorAction | Example of primary generator action |
CExUCNPrimaryGeneratorAction | |
CF01PrimaryGeneratorAction | |
CF02PrimaryGeneratorAction | |
CF03PrimaryGeneratorAction | |
CF04PrimaryGeneratorAction | |
CF05PrimaryGeneratorAction | |
CF06PrimaryGeneratorAction | |
CFCALPrimaryGeneratorAction | |
CFFPrimaryGeneratorAction | |
CG01PrimaryGeneratorAction | Minimal primary generator action to demonstrate the use of GDML geometries |
CG02PrimaryGeneratorAction | Primary generator action used in GDML read/write example |
CG03PrimaryGeneratorAction | Primary generator action for the GDML extension example |
CG04PrimaryGeneratorAction | Primary generator action for GDML sensitive detector example |
CG4AdjointPrimaryGeneratorAction | |
CG4BlinePrimaryGeneratorAction | |
CG4HumanPhantomPrimaryGeneratorAction | |
CG4RTPrimaryGeneratorAction | |
CGammaKnifePrimaryGeneratorAction | |
CGammaRayTelPrimaryGeneratorAction | |
CGB01PrimaryGeneratorAction | |
CGB02PrimaryGeneratorAction | |
CGB03PrimaryGeneratorAction | |
CGB04PrimaryGeneratorAction | |
CH02PrimaryGeneratorAction | |
CHadrontherapyPrimaryGeneratorAction | |
CIORTPrimaryGeneratorAction | |
CLXePrimaryGeneratorAction | |
CMedicalBeam | |
CMedicalBeam | |
COpNovicePrimaryGeneratorAction | |
CPar01PrimaryGeneratorAction | |
CParticleGunAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPrimaryGeneratorAction | |
CPurgMagPrimaryGeneratorAction | |
CpyG4VUserPrimaryGeneratorAction::CB_G4VUserPrimaryGeneratorAction | |
CQPrimaryGeneratorAction | |
CRE01PrimaryGeneratorAction | |
CRE02PrimaryGeneratorAction | User primary particle generator class |
CRE03PrimaryGeneratorAction | |
CRE04PrimaryGeneratorAction | User primary particle generator class |
CRE05PrimaryGeneratorAction | |
CRE06PrimaryGeneratorAction | |
CRMC01PrimaryGeneratorAction | |
CUltraPrimaryGeneratorAction | |
CWLSPrimaryGeneratorAction | |
CXPrimaryGeneratorAction | |
CXrayFluoMercuryPrimaryGeneratorAction | |
CXrayFluoPlanePrimaryGeneratorAction | |
CXrayFluoPrimaryGeneratorAction | |
CXrayTelPrimaryGeneratorAction | |
CG4VUserPrimaryParticleInformation | |
CG4VUserPrimaryVertexInformation | |
►CG4VUserRegionInformation | |
CRE01RegionInformation | |
►CG4VUserTrackInformation | |
►CCexmcTrackInfo | |
CCexmcIncidentParticleTrackInfo | |
CExExChParticleUserInfo | |
CF04UserTrackInformation | |
►CG4IT | G4IT is a interface which allows the inheriting object : |
CG4Molecule | Class Description The dynamic molecule holds all the data that change for a molecule It has a pointer to G4MoleculeDefinition object, which holds all the "ground level" information |
CLXeUserTrackInformation | |
CMCTruthTrackInformation | |
CRE01TrackInformation | |
CWLSUserTrackInformation | |
►CG4VUserVisAction | |
CPerspectiveVisAction | |
CStandaloneVisAction | |
CUVA_VisAction | |
►CG4VViewer | |
CG4DAWNFILEViewer | |
CG4GMocrenFileViewer | |
CG4HepRepFileViewer | |
CG4HepRepViewer | |
CG4RayTracerViewer | |
CG4VRML1FileViewer | |
CG4VRML2FileViewer | |
►CG4VTreeViewer | |
CG4ASCIITreeViewer | |
CG4XXXFileViewer | |
CG4XXXSGViewer | |
CG4XXXStoredViewer | |
CG4XXXViewer | |
►CG4VVisCommandGeometrySetFunction | |
CG4VisCommandGeometrySetColourFunction | |
CG4VisCommandGeometrySetDaughtersInvisibleFunction | |
CG4VisCommandGeometrySetForceAuxEdgeVisibleFunction | |
CG4VisCommandGeometrySetForceLineSegmentsPerCircleFunction | |
CG4VisCommandGeometrySetForceSolidFunction | |
CG4VisCommandGeometrySetForceWireframeFunction | |
CG4VisCommandGeometrySetLineStyleFunction | |
CG4VisCommandGeometrySetLineWidthFunction | |
CG4VisCommandGeometrySetVisibilityFunction | |
►CG4VVisManager | |
►CG4VisManager | |
CG4VisExecutive | |
CPyG4VisManager | |
►CG4VVolumeMaterialScanner | |
CG4VNestedParameterisation | |
►CG4VWeightWindowAlgorithm | |
CG4WeightWindowAlgorithm | |
►CG4VWeightWindowStore | |
CG4WeightWindowStore | |
►CG4VWLSTimeGeneratorProfile | |
CG4WLSTimeGeneratorProfileDelta | |
CG4WLSTimeGeneratorProfileExponential | |
►CG4VXResonanceTable | |
CG4DeltaDeltastarBuilder | |
CG4DeltaNstarBuilder | |
CG4NDeltastarBuilder | |
CG4NNstarBuilder | |
CG4XDeltaDeltaTable | |
CG4XNDeltaTable | |
CG4WarnPLStatus | |
CG4WatcherGun | |
CG4WaterStopping | |
CG4WendtFissionFragmentGenerator | |
CG4WentzelOKandVIxSection | |
CG4WentzelVIRelXSection | |
CG4WilsonRadius | |
CG4WorkerThread | |
CG4XDeltaDeltastarTable | |
CG4XDeltaNstarTable | |
CG4XmlNtupleDescription | |
CG4XmlRNtupleDescription | |
CG4XNDeltastarTable | |
CG4XNNstarTable | |
CGammaKnifeController | |
CGammaRayTelAnalysis | |
CCCalSensitiveConfiguration::GCInfo | |
CCCalGeometryConfiguration::GCInfo | |
CGFlashEnergySpot | |
CGFlashHitMaker | |
CGFlashParticleBounds | |
CG4INCL::GlobalInfo | |
CGMocrenDataPrimitive< T > | |
CGMocrenDataPrimitive< short > | |
CGMocrenDetector | |
CGMocrenTrack | |
►CGVFlashHomoShowerTuning | |
CGFlashSamplingShowerTuning | |
►CGVFlashShowerParameterisation | |
CGFlashHomoShowerParameterisation | |
CGFlashSamplingShowerParameterisation | |
CHadrontherapyAnalysisManager | A class for connecting the simulation to an analysis package |
CHadrontherapyDetectorConstruction | |
CHadrontherapyGeometryController | Controller for geometry selection |
CHadrontherapyLet | |
CHadrontherapyMatrix | |
CHadrontherapyModulator | |
CHASH_TABLE | |
CHASH_TABLE_ITER | |
CG4DimensionedTypeUtils::HasName | |
Chepevt | |
►CHepPolyhedron | |
CG4Polyhedron | |
CHisto | |
CHistoManager | |
CG4CascadeHistory::HistoryEntry | |
CG4INCL::HornerCoefficients< N > | |
►CG4INCL::HornerCoefficients< 1 > | |
CG4INCL::HornerC1 | |
►CG4INCL::HornerCoefficients< 2 > | |
CG4INCL::HornerC2 | |
►CG4INCL::HornerCoefficients< 3 > | |
CG4INCL::HornerC3 | |
►CG4INCL::HornerCoefficients< 4 > | |
CG4INCL::HornerC4 | |
►CG4INCL::HornerCoefficients< 5 > | |
CG4INCL::HornerC5 | |
►CG4INCL::HornerCoefficients< 6 > | |
CG4INCL::HornerC6 | |
►CG4INCL::HornerCoefficients< 7 > | |
CG4INCL::HornerC7 | |
►CG4INCL::HornerCoefficients< 8 > | |
CG4INCL::HornerC8 | |
CG4INCL::HornerEvaluator< M > | |
CG4INCL::HornerEvaluator< 1 > | |
Chuft | |
CG4KDTree::HyperRect | |
►CG4INCL::IAvatar | |
►CG4INCL::InteractionAvatar | |
CG4INCL::BinaryCollisionAvatar | |
CG4INCL::DecayAvatar | Decay avatar |
CG4INCL::ParticleEntryAvatar | |
CG4INCL::SurfaceAvatar | Surface avatar |
►CG4INCL::IChannel | Channel generates a final state of an avatar |
CG4INCL::DeltaDecayChannel | |
CG4INCL::DeltaProductionChannel | |
CG4INCL::ElasticChannel | |
CG4INCL::NNToMultiPionsChannel | |
CG4INCL::ParticleEntryChannel | |
CG4INCL::PiNElasticChannel | |
CG4INCL::PiNToDeltaChannel | |
CG4INCL::PiNToMultiPionsChannel | |
CG4INCL::RecombinationChannel | |
CG4INCL::ReflectionChannel | |
CG4INCL::TransmissionChannel | |
►CG4INCL::IClusteringModel | An abstract interface to cluster formation model(s) |
CG4INCL::ClusteringModelIntercomparison | Cluster coalescence algorithm used in the IAEA intercomparison |
CG4INCL::ClusteringModelNone | |
►CG4INCL::ICoulomb | |
CG4INCL::CoulombNone | |
CG4INCL::CoulombNonRelativistic | |
►CG4INCL::ICrossSections | Abstract interface for the cross-section classes |
CG4INCL::CrossSectionsINCL46 | Cross sections used in INCL4.6 |
CG4INCL::CrossSectionsMultiPions | Cross sections used in INCL Multipions |
CG4ExpConsts::ieee754 | |
CG4LogConsts::ieee754 | |
►CG4INCL::IFunction1D | 1D function interface |
►CG4INCL::InterpolationTable | Class for interpolating the of a 1-dimensional function |
CG4INCL::InvFInterpolationTable | Class for interpolating the inverse of a 1-dimensional function |
CG4INCL::NuclearDensityFunctions::Gaussian | |
CG4INCL::NuclearDensityFunctions::GaussianRP | |
CG4INCL::NuclearDensityFunctions::HardSphere | |
CG4INCL::NuclearDensityFunctions::ModifiedHarmonicOscillator | |
CG4INCL::NuclearDensityFunctions::ModifiedHarmonicOscillatorRP | |
CG4INCL::NuclearDensityFunctions::ParisP | |
CG4INCL::NuclearDensityFunctions::ParisR | |
CG4INCL::NuclearDensityFunctions::WoodsSaxon | |
CG4INCL::NuclearDensityFunctions::WoodsSaxonRP | |
►CG4INCL::RootFunctor | |
CG4INCL::INCL::RecoilCMFunctor | Class to adjust remnant recoil in the reaction CM system |
CG4INCL::INCL::RecoilFunctor | Class to adjust remnant recoil |
CG4INCL::InteractionAvatar::ViolationEEnergyFunctor | RootFunctor-derived object for enforcing energy conservation in delta production |
CG4INCL::InteractionAvatar::ViolationEMomentumFunctor | RootFunctor-derived object for enforcing energy conservation in N-N |
CG4INCL::INCL | |
CG4GMocrenFileSceneHandler::Index3D | |
CG4TwistTubsHypeSide::Insidetype | |
CINT4< T1, I1, I2, I3, I4 > | |
Cinternal_state | |
CG4INCL::InterpolationNode | Interpolation node |
CG4INCL::Intersection | Intersection-point structure |
CIntersection | |
►CG4INCL::NuclearPotential::INuclearPotential | |
CG4INCL::NuclearPotential::NuclearPotentialConstant | |
►CG4INCL::NuclearPotential::NuclearPotentialIsospin | |
CG4INCL::NuclearPotential::NuclearPotentialEnergyIsospin | |
CG4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth | |
Cion | |
CionLet | |
CIORTAnalysisManager | A class for connecting the simulation to an analysis package |
CIORTDetectorConstruction | |
CIORTGeometryController | Controller for geometry selection |
CIORTMatrix | |
CIosFlagSaver | |
►CG4INCL::IPauli | |
CG4INCL::CDPP | |
CG4INCL::PauliGlobal | |
CG4INCL::PauliStandard | |
CG4INCL::PauliStrict | |
CG4INCL::PauliStrictStandard | |
►CG4INCL::IPhaseSpaceGenerator | Abstract interface for the phase-space generators |
CG4INCL::PhaseSpaceKopylov | Generate momenta using the Kopylov method |
CG4INCL::PhaseSpaceRauboldLynch | Generate momenta using the RauboldLynch method |
►CG4INCL::IPropagationModel | Propagation model takes care of transporting the particles until something interesting (i.e |
CG4INCL::StandardPropagationModel | Standard INCL4 particle propagation and avatar prediction |
►CG4INCL::IRandomGenerator | |
CG4INCL::ConstantRandom | |
CG4INCL::Geant4RandomGenerator | |
CG4INCL::Ranecu | |
CG4INCL::Ranecu3 | Extended Ranecu-type RNG class |
CCompileTimeConstraints::IsA< A, B > | |
CG4INCL::Isotope | Holds an isotope and an abundance |
CG4INCL::IsotopicDistribution | Class that stores isotopic abundances for a given element |
CItem | |
CG4VTwistedFaceted::LastState | |
CG4TwistedTubs::LastState | |
CG4TwistedTubs::LastValue | |
CG4VTwistedFaceted::LastValue | |
CG4VTwistedFaceted::LastValueWithDoubleVector | |
CG4TwistedTubs::LastValueWithDoubleVector | |
CG4VTwistedFaceted::LastVector | |
CG4TwistedTubs::LastVector | |
Clend_target | |
CG4VisCommandSceneAddLine::Line | |
CG4VisCommandSceneAddLine2D::Line2D | |
►Clist | |
CG4KDTreeResult | G4KDTreeResult enables to go through the nearest entities found by G4KDTree |
CG4VisCommandSceneAddLogo2D::Logo2D | |
CLXeRecorderBase | |
CG4GeneralNNCollision::MakeNNStarToNN< channelType, Np, Nn > | |
CG4GeneralNNCollision::MakeNNToDeltaDelta< dm, d0, dp, dpp, channelType > | |
CG4GeneralNNCollision::MakeNNToDeltaNstar< Np, channelType, Nn > | |
CG4GeneralNNCollision::MakeNNToNDelta< dm, d0, dp, dpp, channelType > | |
CG4GeneralNNCollision::MakeNNToNNStar< Np, Nn, channelType > | |
►Cmap | |
CG4ParallelWorldProcessStore | |
CMaterials | |
CmatInfo | |
CMCTruthConfig | |
CMCTruthManager | |
CMEMORY_MAPPED_FILE | |
CG4MemStat::MemStat | |
CG4Scene::Model | |
CMolecule | Molecule Class |
CMuCrossSections | |
CMyGamma | |
CMyMaterials | |
CNAMED | |
CG4INCL::NaturalIsotopicDistributions | Class that stores isotopic abundances for a given element |
CJA::Node | |
Cnormal_encoding | |
CNS_ATT | |
CRun::NuclChannel | |
CG4INCL::NuclearDensity | |
COneProcessCount | |
Copen_internal_entity | |
CPar01EnergySpot | |
CG4InuclSpecialFunctions::paraMaker | |
CG4GDMLParameterisation::PARAMETER | |
CG4SingleParticleSource::part_prop_t | |
►CG4INCL::Particle | |
►CG4INCL::Cluster | Cluster is a particle (inherits from the Particle class) that is actually a collection of elementary particles |
CG4INCL::Nucleus | |
CG4INCL::ProjectileRemnant | |
CRun::ParticleData | |
CG4INCL::ParticleSampler | |
CG4INCL::ParticleSpecies | |
CRunAction::ParticleStatistics | |
CPDBlib | PDBlib Class |
►CG4AnyMethod::Placeholder | |
CG4AnyMethod::FuncRef< S, T > | |
CG4AnyMethod::FuncRef1< S, T, A0 > | |
CG4AnyMethod::FuncRef2< S, T, A0, A1 > | |
►CG4AnyType::Placeholder | |
CG4AnyType::Ref< ValueType > | |
Cprefix | |
CPrimaryGeneratorAction0 | |
CPrimaryGeneratorAction1 | |
CPrimaryGeneratorAction2 | |
CPrimaryGeneratorAction3 | |
CPrimaryGeneratorAction4 | |
CProbabilityBranch | ProbabilityBranch is a tree hierarchy storage method |
CProbabilityTree | ProbabilityTree is the 'root' for each tree hierarchy, and contains pointer to the first ProbabilityBranch, or 'trunk', or each tree |
CG4ITStepProcessor::ProcessGeneralInfo | |
CPurgMagAnalysisManager | Uncomment #include to switch to ROOT or XML output file |
CG4ModelingParameters::PVNameCopyNo | |
CPydat1_t | PYDAT1 common-block |
CPydat3_t | PYDAT3 common-block |
CPyG4ParticleList | |
CPyjets_t | PYJETS common-block |
CPythia6 | The C++ interface class to Pythia6 |
CPythia6Particle | Structure for Pythia6 particle properties |
CQMaterials | |
CReactionProduct4Mom | |
CG4Allocator< Type >::rebind< U > | |
CG4EnhancedVecAllocator< _Tp >::rebind< _Tp1 > | |
Cc2_function< float_type >::recur_item | Data element for the internal recursion stack for the sampler and integrator |
CG4CollisionComposite::Register | |
CG4Scatterer::Register | |
Cremove_reference< T > | |
Cremove_reference< const T & > | |
Cremove_reference< T & > | |
CResidue | Residue Class |
CResNode | |
CG4CollisionComposite::Resolve | |
CRMC01AnalysisManager | |
CRootIO | Root IO implementation for the persistency example |
CRunInitManager | |
►CRunInitObserver | |
CSteppingAction | |
CTrackingAction | |
CG4GDMLReadSolids::rzPointType | |
CG4OpenInventorXtExaminerViewer::sceneElement | |
CG4MoleculeCounter::Search | |
CSelectFromKTV | |
CG4PolyhedraSide::sG4PolyhedraSideEdge | |
CG4PolyhedraSide::sG4PolyhedraSideVec | |
CSGeneralData | |
CSInputData | |
CG4INCL::RootFinder::Solution | |
CG4INCL::ClusteringModelIntercomparison::SortedNucleonConfiguration | Class for storing and comparing sorted nucleon configurations |
C__1DSortOut::sortOutNDim | |
►CSoXtExaminerViewer | |
CG4OpenInventorXtExaminerViewer | |
CSparticle | |
CSPrimaryParticle | |
CSStartInputData | |
CG4ITSafetyHelper::State | |
Cstatic_tree_desc_s | |
CStep | |
CGMocrenTrack::Step | |
CG4INCL::Store | The purpose of the Store object is to act as a "particle manager" that keeps track ofall the particles in our simulation |
►Cstring | |
CG4String | |
CG4String | |
CG4String | |
CSTRING_POOL | |
CStruct | |
CUPolyhedraSide::sUPolyhedraSideEdge | |
CUPolyhedraSide::sUPolyhedraSideVec | |
CSvolumeNameId | |
CSvoxel | |
►CT | |
CTFTF_BIC< T > | |
CTFTFP_BERT< T > | |
CTFTFP_BERT_HP< T > | |
CTFTFP_BERT_TRV< T > | |
CTG4GenericPhysicsList< T > | |
CTHIJING< T > | |
CTINCLXXPhysicsListHelper< T, withNeutronHP, withFTFP > | |
CTLBE< T > | |
CTNuBeam< T > | |
CTQGS_BIC< T > | |
CTQGSP_BERT< T > | |
CTQGSP_BERT_HP< T > | |
CTQGSP_BIC< T > | |
CTQGSP_BIC_AllHP< T > | |
CTQGSP_BIC_HP< T > | |
CTQGSP_FTFP_BERT< T > | |
CTShielding< T > | |
CTUrQMD< T > | |
Ctag | |
CTAG_NAME | |
►Ctask | |
CtbbTask | |
CTestParameters | |
CTheoModelFactory< C, S, F > | |
CG4SPSPosDistribution::thread_data_t | |
CG4SPSEneDistribution::threadLocal_t | |
CG4HadronPhysicsFTFP_BERT_HP::ThreadPrivate | |
CG4HadronPhysicsQGSP_BIC_AllHP::ThreadPrivate | |
CG4HadronPhysicsShielding::ThreadPrivate | |
CG4HadronPhysicsQGSP_BERT_HP::ThreadPrivate | |
CG4HadronPhysicsQGS_BIC::ThreadPrivate | |
CG4HadronPhysicsQGSP_FTFP_BERT::ThreadPrivate | |
CG4HadronPhysicsNuBeam::ThreadPrivate | |
CExExChHadronPhysicsQGSP_BIC::ThreadPrivate | |
CG4HadronPhysicsFTFP_BERT_TRV::ThreadPrivate | |
CG4HadronPhysicsQGSP_BIC_HP::ThreadPrivate | |
CG4HadronPhysicsFTFP_BERT::ThreadPrivate | |
CG4HadronPhysicsFTF_BIC::ThreadPrivate | |
CG4HadronPhysicsQGSP_BIC::ThreadPrivate | |
CG4HadronPhysicsQGSP_BERT::ThreadPrivate | |
CG4HadronPhysicsINCLXX::ThreadPrivate | |
CG4INCL::ThreeVector | |
CG4NeutronHPEnAngCorrelation::toBeCached | |
CG4NeutronHPContAngularPar::toBeCached | |
CG4VNeutronHPEnergyAngular::toBeCached | |
CG4NeutronHPProduct::toBeCached | |
CG4NeutronHPAngular::toBeCached | |
CTrack | |
CTrapSidePlane | |
Ctype_wrapper< T > | |
CUBBoxStruct | |
CUBits | |
CUEnclosingCylinder | |
CUIntersectingCone | |
CUltraFresnelLens | |
Cunknown_encoding | |
CUPolyconeHistorical | |
CUPolycone::UPolyconeSection | |
CUPolyconeSidePrivateSubclass | |
CUPolyconeSideRZ | |
CUPolyhedraHistorical | |
CUPolyhedraSideRZ | |
CUPolyPhiFaceEdge | |
CUPolyPhiFaceVertex | |
CUReduciblePolygon | |
CUReduciblePolygonIterator | |
CG4VisManager::UserVisAction | |
CUSurface | |
CUTessellatedGeometryAlgorithms | |
CG4DNAMoleculeEncounterStepper::Utils | |
CUTransform3D | |
CUTrapSidePlane | |
►CUVCSGface | |
CUPolyconeSide | |
CUPolyhedraSide | |
CUPolyPhiFace | |
CUVector2 | |
CUVector3 | |
CUVertexComparator | |
CUVertexInfo | |
CUVoxelBox | |
CUVoxelComparator | |
CUVoxelInfo | |
CUVoxelizer | |
►CVCall< A > | |
CCall< g, f, A > | |
►Cvector | |
CG4CollectionNameVector | |
CG4DataVector | |
CG4FastSimulationVector< T > | |
CG4FastSimulationVector< G4FastSimulationManager > | |
CG4FastSimulationVector< G4FastSimulationManagerProcess > | |
CG4FastSimulationVector< G4Transform3D > | |
CG4FastSimulationVector< G4VFastSimulationModel > | |
CG4FieldManagerStore | |
CG4GraphicsSystemList | |
CG4INCL::Random::SeedVector | |
CG4INCL::UnorderedVector< T > | |
CG4KineticTrackVector | |
CG4LogicalVolumeStore | |
CG4LowEXsection | |
CG4OrderedTable | |
CG4PhysicalVolumeStore | |
CG4PhysicsTable | |
CG4PiData | |
►CG4Point3DList | |
CG4Polyline | |
CG4Polymarker | |
CG4RegionStore | |
CG4SceneHandlerList | |
CG4SceneList | |
CG4SolidStore | |
CG4TrackStack | |
CG4ViewerList | |
CG4INCL::UnorderedVector< IAvatar * > | |
►CG4INCL::UnorderedVector< Particle * > | |
CG4INCL::ParticleList | |
CG4OpenInventorXtExaminerViewer::viewPtData | |
CG4ModelingParameters::VisAttributesModifier | |
CCCalVisualisable::visParameters | |
►CVUFacet | |
CUQuadrangularFacet | |
CUTriangularFacet | |
►CVUSolid | |
CUBox | |
CUCons | |
CUGenericTrap | |
CUMultiUnion | |
CUOrb | |
CUPolycone | |
CUSphere | |
►CUTessellatedSolid | |
CUExtrudedSolid | |
CUTet | |
CUTrap | |
CUTrd | |
CUTubs | |
►CUVCSGfaceted | |
CUGenericPolycone | |
CUPolyhedra | |
►CG4FastList< OBJECT >::Watcher | |
CG4ManyFastLists< OBJECT > | |
CG4ManyFastLists< G4Track > | |
►CWatcher | |
CPriorityList | |
CG4FastList< OBJECT >::Watcher< G4Track > | |
CWattSpectrumConstants | WattSpectrumConstants contains constants and other variables for use in sampling the Watt fission spectrum |
CWLSMaterials | |
►Cwrapper | |
CCB_G4UserEventAction | |
CCB_G4UserRunAction | |
CCB_G4UserSteppingAction | |
CCB_G4UserTrackingAction | |
CCB_XBase | |
CpyG4MagneticField::CB_PyG4MagneticField | |
CpyG4UserStackingAction::CB_G4UserStackingAction | |
CpyG4VModularPhysicsList::CB_G4VModularPhysicsList | |
CpyG4VPhysicsConstructor::CB_G4VPhysicsConstructor | |
CpyG4VSensitiveDetector::CB_G4VSensitiveDetector | |
CpyG4VUserDetectorConstruction::CB_G4VUserDetectorConstruction | |
CpyG4VUserPhysicsList::CB_G4VUserPhysicsList | |
CpyG4VUserPrimaryGeneratorAction::CB_G4VUserPrimaryGeneratorAction | |
Cw_XBase | |
Cw_ZBase | |
►CXBase | |
CAClass | |
CBClass | |
CCB_XBase | |
Cw_XBase | |
CXCrystalIntegratedDensityHub | |
CXLatticeManager3 | |
►CXLogicalAtomicLattice | |
CXLogicalAtomicLatticeDiamond | |
CXLogicalAtomicLatticeSingleAtom | |
CXLogicalBase | |
CXLogicalLattice | |
CXML_ParserStruct | |
CxmlTextStruct_s | |
CXPhysicalLattice | |
CXrayFluoAnalysisManager | |
CXrayFluoNistMaterials | |
CXrayFluoNormalization | |
CXrayFluoSimulation | |
►CXrayFluoVDetectorType | |
CXrayFluoHPGeDetectorType | |
CXrayFluoSiLiDetectorType | |
CXrayTelAnalysis | |
CXUnitCell | |
►CXVCrystalCharacteristic | |
CXCrystalCharacteristicArray | |
►CXVCrystalPlanarAnalytical | |
CXCrystalPlanarMoliereElectricField | |
CXCrystalPlanarMoliereElectronDensity | |
CXCrystalPlanarMolierePotential | |
CXCrystalPlanarMoliereTempPotential | |
CXCrystalPlanarNucleiDensity | |
►CXVCrystalIntegratedDensity | |
CXCrystalIntegratedDensityPlanar | |
Cyystype | |
CZAMass | |
►CZBase | |
Cw_ZBase | |
CZClass | |
CG4GDMLReadSolids::zplaneType | |
CUExtrudedSolid::ZSection | |
CG4ExtrudedSolid::ZSection | |
CG4UExtrudedSolid::ZSection | |
CZSymbol | |
►CSAMP | |
CG4CascadeFunctions< DATA, SAMP > | |