Geant4
10.03.p01
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
G4PSDirectionFlag.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: G4PSDirectionFlag.hh 67992 2013-03-13 10:59:57Z gcosmo $
28
//
29
//
30
//---------------------------------------------------------------
31
//
32
// G4PSDirectionFlag.hh
33
//
34
// Class Description:
35
// This is an enumerator to define the direction of
36
// the particle's Surface Current or Flux for PrimitiveScorer
37
//
38
//
39
//---------------------------------------------------------------
40
41
#ifndef G4PSDirectionFlag_h
42
#define G4PSDirectionFlag_h 1
43
45
enum
G4PSFluxFlag
47
{
48
fFlux_InOut
,
49
// For both direction In / Out.
50
fFlux_In
,
51
// IN : Direction which comes into the geometry
52
fFlux_Out
53
};
54
56
enum
G4PSCurrentFlag
58
{
59
fCurrent_InOut
,
60
// For both direction In / Out.
61
fCurrent_In
,
62
// IN : Direction which comes into the geometry
63
fCurrent_Out
64
// OUT : Direction which goes out fromthe geometry
65
};
66
67
#endif
68
69
fFlux_In
Definition:
G4PSDirectionFlag.hh:50
fCurrent_InOut
Definition:
G4PSDirectionFlag.hh:59
G4PSFluxFlag
G4PSFluxFlag
Definition:
G4PSDirectionFlag.hh:45
fCurrent_Out
Definition:
G4PSDirectionFlag.hh:63
fCurrent_In
Definition:
G4PSDirectionFlag.hh:61
fFlux_Out
Definition:
G4PSDirectionFlag.hh:52
G4PSCurrentFlag
G4PSCurrentFlag
Definition:
G4PSDirectionFlag.hh:56
fFlux_InOut
Definition:
G4PSDirectionFlag.hh:48
geant4.10.03.p01
source
digits_hits
scorer
include
G4PSDirectionFlag.hh
Generated on Thu Mar 16 2017 22:37:50 for Geant4 by
1.8.5