Geant4  10.01.p02
G4AdjointTrackingAction.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: G4AdjointTrackingAction.hh 75409 2013-11-01 00:31:00Z ldesorgh$
28 //
29 //
30 //---------------------------------------------------------------
31 //
32 // G4AdjointTrackingAction.hh
33 //
34 // class description:
35 // This class represents actions taken place at the
36 // the start/end point of processing one track during an adjoint simulation
37 //
38 //---------------------------------------------------------------
39 
40 
41 
42 #ifndef G4AdjointTrackingAction_h
43 #define G4AdjointTrackingAction_h 1
44 #include "globals.hh"
45 #include "G4UserTrackingAction.hh"
46 #include "G4ThreeVector.hh"
47 #include <vector>
49 class G4Track;
54 {
55 
56 //--------
57 public: // with description
58 //--------
59 
60 // Constructor & Destructor
62  virtual ~G4AdjointTrackingAction();
63 
64 // Member functions
65  virtual void PreUserTrackingAction(const G4Track*);
66  virtual void PostUserTrackingAction(const G4Track*);
68 
69 //inline methods
71  theUserFwdTrackingAction = anAction;}
82  return last_fwd_part_index;};
83  inline void SetListOfPrimaryFwdParticles( std::vector<G4ParticleDefinition*>*
84  aListOfParticles){pListOfPrimaryFwdParticles=aListOfParticles;}
85 
86 private:
90 
91 
92  //adjoint particle information on the external surface
93  //-----------------------------
96  G4double last_ekin,last_ekin_nuc; //last_ekin_nuc=last_ekin/nuc, nuc is 1 if not a nucleus
102  std::vector<G4ParticleDefinition*>* pListOfPrimaryFwdParticles;
103 
104 
105 
106 };
107 
108 #endif
109 
110 
CLHEP::Hep3Vector G4ThreeVector
std::vector< G4ParticleDefinition * > * pListOfPrimaryFwdParticles
G4int GetFwdParticlePDGEncodingAtEndOfLastAdjointTrack()
const G4String & GetFwdParticleNameAtEndOfLastAdjointTrack()
G4AdjointTrackingAction(G4AdjointSteppingAction *anAction)
void SetListOfPrimaryFwdParticles(std::vector< G4ParticleDefinition * > *aListOfParticles)
G4AdjointSteppingAction * theAdjointSteppingAction
int G4int
Definition: G4Types.hh:78
G4UserTrackingAction * theUserFwdTrackingAction
virtual void PreUserTrackingAction(const G4Track *)
bool G4bool
Definition: G4Types.hh:79
virtual void PostUserTrackingAction(const G4Track *)
double G4double
Definition: G4Types.hh:76
void SetUserForwardTrackingAction(G4UserTrackingAction *anAction)
G4ThreeVector GetPositionAtEndOfLastAdjointTrack()
G4ThreeVector GetDirectionAtEndOfLastAdjointTrack()