Geant4
10.01.p03
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
G4BiasingAppliedCase.hh
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
26
//
27
// $Id: $
28
//
29
// --------------------------------------------------------------------
30
// GEANT 4 class header file
31
//
32
// Class Description:
33
// A enumeration to communicate from the G4BiasingProcessInterface
34
// process to the current G4VBiasingOperator what case of biasing
35
// has been applied in the PostStepDoIt(...)
36
//
37
// ----------------G4BiasingAppliedCase ----------------
38
//
39
// Author: M.Verderi (LLR), November 2013
40
//
41
// --------------------------------------------------------------------
42
43
#ifndef G4BiasingAppliedCase_hh
44
#define G4BiasingAppliedCase_hh
45
46
enum
G4BiasingAppliedCase
47
{
48
BAC_None
,
// -- not under biasing
49
BAC_NonPhysics
,
// -- splitting, killing (not a physics process biasing)
50
BAC_DenyInteraction
,
// -- physics process occurence biasing, denying production of physics process final state
51
BAC_FinalState
,
// -- physics process final state biasing only
52
BAC_Occurence
// -- physics process occurence biasing; may come together with a final state biasing
53
};
54
55
#endif
BAC_NonPhysics
Definition:
G4BiasingAppliedCase.hh:49
G4BiasingAppliedCase
G4BiasingAppliedCase
Definition:
G4BiasingAppliedCase.hh:46
BAC_Occurence
Definition:
G4BiasingAppliedCase.hh:52
BAC_DenyInteraction
Definition:
G4BiasingAppliedCase.hh:50
BAC_FinalState
Definition:
G4BiasingAppliedCase.hh:51
BAC_None
Definition:
G4BiasingAppliedCase.hh:48
geant4.10.01.p03
source
processes
biasing
management
include
G4BiasingAppliedCase.hh
Generated on Fri Feb 19 2016 15:53:46 for Geant4 by
1.8.8