Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4BiasingAppliedCase.hh File Reference

Go to the source code of this file.

Enumerations

enum  G4BiasingAppliedCase { BAC_None , BAC_NonPhysics , BAC_FinalState , BAC_Occurence }
 

Enumeration Type Documentation

◆ G4BiasingAppliedCase

Enumerator
BAC_None 
BAC_NonPhysics 
BAC_FinalState 
BAC_Occurence 

Definition at line 45 of file G4BiasingAppliedCase.hh.

46 {
47 BAC_None, // -- not under biasing
48 BAC_NonPhysics, // -- splitting, killing (not a physics process biasing)
49 BAC_FinalState, // -- physics process final state biasing only
50 BAC_Occurence // -- physics process occurrence biasing; may come together with a final state biasing
51 };
@ BAC_Occurence
@ BAC_FinalState
@ BAC_NonPhysics