Changeset 964 for trunk/source/event
- Timestamp:
- Apr 6, 2009, 2:34:47 PM (17 years ago)
- Location:
- trunk/source/event
- Files:
-
- 48 edited
-
History (modified) (2 diffs)
-
include/G4CellScorer.hh (modified) (1 diff)
-
include/G4CellScorerStore.hh (modified) (1 diff)
-
include/G4ClassificationOfNewTrack.hh (modified) (1 diff)
-
include/G4EvManMessenger.hh (modified) (1 diff)
-
include/G4Event.hh (modified) (1 diff)
-
include/G4EventManager.hh (modified) (1 diff)
-
include/G4HEPEvtInterface.hh (modified) (1 diff)
-
include/G4HEPEvtParticle.hh (modified) (1 diff)
-
include/G4ParticleGun.hh (modified) (1 diff)
-
include/G4ParticleGunMessenger.hh (modified) (1 diff)
-
include/G4PrimaryTransformer.hh (modified) (1 diff)
-
include/G4RayShooter.hh (modified) (1 diff)
-
include/G4SPSAngDistribution.hh (modified) (2 diffs)
-
include/G4StackChecker.hh (modified) (1 diff)
-
include/G4StackManager.hh (modified) (1 diff)
-
include/G4StackedTrack.hh (modified) (1 diff)
-
include/G4StackingMessenger.hh (modified) (1 diff)
-
include/G4TrackStack.hh (modified) (1 diff)
-
include/G4TrajectoryContainer.hh (modified) (1 diff)
-
include/G4UserEventAction.hh (modified) (1 diff)
-
include/G4UserStackingAction.hh (modified) (1 diff)
-
include/G4VPrimaryGenerator.hh (modified) (1 diff)
-
include/G4VUserEventInformation.hh (modified) (1 diff)
-
include/eventgendefs.hh (modified) (1 diff)
-
include/evmandefs.hh (modified) (1 diff)
-
include/trajectoryControl.hh (modified) (1 diff)
-
src/G4CellScorer.cc (modified) (1 diff)
-
src/G4CellScorerStore.cc (modified) (1 diff)
-
src/G4EvManMessenger.cc (modified) (1 diff)
-
src/G4Event.cc (modified) (1 diff)
-
src/G4EventManager.cc (modified) (1 diff)
-
src/G4HEPEvtInterface.cc (modified) (1 diff)
-
src/G4HEPEvtParticle.cc (modified) (1 diff)
-
src/G4ParticleGun.cc (modified) (1 diff)
-
src/G4ParticleGunMessenger.cc (modified) (1 diff)
-
src/G4PrimaryTransformer.cc (modified) (1 diff)
-
src/G4RayShooter.cc (modified) (1 diff)
-
src/G4SPSEneDistribution.cc (modified) (1 diff)
-
src/G4StackChecker.cc (modified) (1 diff)
-
src/G4StackManager.cc (modified) (1 diff)
-
src/G4StackedTrack.cc (modified) (1 diff)
-
src/G4StackingMessenger.cc (modified) (1 diff)
-
src/G4TrackStack.cc (modified) (1 diff)
-
src/G4TrajectoryContainer.cc (modified) (1 diff)
-
src/G4UserEventAction.cc (modified) (1 diff)
-
src/G4UserStackingAction.cc (modified) (1 diff)
-
src/G4VPrimaryGenerator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/event/History
r816 r964 1 $Id: History,v 1.1 18 2007/12/04 17:28:31 fleiExp $1 $Id: History,v 1.120 2008/09/02 09:56:49 gcosmo Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 September 02, 2008, G.Cosmo (event-V09-01-01) 21 - Removed some redundant semicolons in G4SPSAngDistribution header... 22 23 June 02, 2008, F. Lei (event-V09-01-00) 24 - Cleared gcc 4.3 compilation warning (src/G4SPSEneDistribution.cc:1155) 25 - Added a few Get methods to G4SPSAngDistribution (bug #1013) 26 19 27 December 4, 2007, F. Lei (event-V09-00-03) 20 28 - Fixed the problem in bug report #988 -
trunk/source/event/include/G4CellScorer.hh
r816 r964 26 26 // 27 27 // $Id: G4CellScorer.hh,v 1.2 2006/06/29 18:08:19 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // ---------------------------------------------------------------------- -
trunk/source/event/include/G4CellScorerStore.hh
r816 r964 26 26 // 27 27 // $Id: G4CellScorerStore.hh,v 1.3 2006/06/29 18:08:21 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 0-ref-01$28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // ---------------------------------------------------------------------- -
trunk/source/event/include/G4ClassificationOfNewTrack.hh
r816 r964 26 26 // 27 27 // $Id: G4ClassificationOfNewTrack.hh,v 1.6 2006/06/29 18:08:23 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/G4EvManMessenger.hh
r816 r964 26 26 // 27 27 // $Id: G4EvManMessenger.hh,v 1.6 2006/11/03 03:11:13 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4Event.hh
r816 r964 26 26 // 27 27 // $Id: G4Event.hh,v 1.17 2007/03/08 23:56:12 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4EventManager.hh
r816 r964 26 26 // 27 27 // $Id: G4EventManager.hh,v 1.22 2007/03/08 23:56:12 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/G4HEPEvtInterface.hh
r816 r964 26 26 // 27 27 // $Id: G4HEPEvtInterface.hh,v 1.8 2006/06/29 18:08:36 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4HEPEvtParticle.hh
r816 r964 26 26 // 27 27 // $Id: G4HEPEvtParticle.hh,v 1.9 2006/06/29 18:08:39 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/G4ParticleGun.hh
r816 r964 26 26 // 27 27 // $Id: G4ParticleGun.hh,v 1.11 2007/11/07 17:13:19 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4ParticleGunMessenger.hh
r816 r964 26 26 // 27 27 // $Id: G4ParticleGunMessenger.hh,v 1.10 2007/10/02 00:45:17 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/G4PrimaryTransformer.hh
r816 r964 26 26 // 27 27 // $Id: G4PrimaryTransformer.hh,v 1.12 2006/06/29 18:08:46 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4RayShooter.hh
r816 r964 26 26 // 27 27 // $Id: G4RayShooter.hh,v 1.2 2006/06/29 18:08:49 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4SPSAngDistribution.hh
r816 r964 178 178 void SetUserWRTSurface(G4bool); 179 179 // 180 void SetPosDistribution(G4SPSPosDistribution* a) {posDist = a; } ;181 void SetBiasRndm(G4SPSRandomGenerator* a) {angRndm = a;} ;180 void SetPosDistribution(G4SPSPosDistribution* a) {posDist = a; } 181 void SetBiasRndm(G4SPSRandomGenerator* a) {angRndm = a;} 182 182 // method to re-set the histograms 183 183 void ReSetHist(G4String); 184 184 // 185 185 // Set the verbosity level. 186 void SetVerbosity(G4int a) {verbosityLevel = a; } ; 186 void SetVerbosity(G4int a) {verbosityLevel = a; } 187 // some get methods 188 G4String GetDistType() { return AngDistType;} 189 G4double GetMinTheta() { return MinTheta; } 190 G4double GetMaxTheta() { return MaxTheta; } 191 G4double GetMinPhi() { return MinPhi; } 192 G4double GetMaxPhi() { return MaxPhi; } 187 193 // 188 194 G4ParticleMomentum GenerateOne(); … … 230 236 231 237 #endif 232 233 234 235 -
trunk/source/event/include/G4StackChecker.hh
r816 r964 26 26 // 27 27 // $Id: G4StackChecker.hh,v 1.2 2006/06/29 18:09:05 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4StackManager.hh
r816 r964 26 26 // 27 27 // $Id: G4StackManager.hh,v 1.12 2006/06/29 18:09:07 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/G4StackedTrack.hh
r816 r964 26 26 // 27 27 // $Id: G4StackedTrack.hh,v 1.10 2006/06/29 18:09:09 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/G4StackingMessenger.hh
r816 r964 26 26 // 27 27 // $Id: G4StackingMessenger.hh,v 1.5 2006/06/29 18:09:11 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4TrackStack.hh
r816 r964 26 26 // 27 27 // $Id: G4TrackStack.hh,v 1.6 2006/06/29 18:09:13 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/G4TrajectoryContainer.hh
r816 r964 26 26 // 27 27 // $Id: G4TrajectoryContainer.hh,v 1.15 2006/06/29 18:09:15 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/G4UserEventAction.hh
r816 r964 26 26 // 27 27 // $Id: G4UserEventAction.hh,v 1.6 2006/06/29 18:09:17 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/G4UserStackingAction.hh
r816 r964 26 26 // 27 27 // $Id: G4UserStackingAction.hh,v 1.6 2006/06/29 18:09:19 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4VPrimaryGenerator.hh
r816 r964 26 26 // 27 27 // $Id: G4VPrimaryGenerator.hh,v 1.8 2006/06/29 18:09:21 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/G4VUserEventInformation.hh
r816 r964 26 26 // 27 27 // $Id: G4VUserEventInformation.hh,v 1.2 2006/06/29 18:09:23 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/include/eventgendefs.hh
r816 r964 26 26 // 27 27 // $Id: eventgendefs.hh,v 1.4 2006/06/29 18:09:25 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 #ifndef EventGenerator_DEBUG -
trunk/source/event/include/evmandefs.hh
r816 r964 26 26 // 27 27 // $Id: evmandefs.hh,v 1.4 2006/06/29 18:09:27 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/include/trajectoryControl.hh
r816 r964 26 26 // 27 27 // $Id: trajectoryControl.hh,v 1.4 2006/06/29 18:09:29 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 ////#define G4_STORE_TRAJECTORY 1 -
trunk/source/event/src/G4CellScorer.cc
r816 r964 26 26 // 27 27 // $Id: G4CellScorer.cc,v 1.4 2006/06/29 18:09:31 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // ---------------------------------------------------------------------- -
trunk/source/event/src/G4CellScorerStore.cc
r816 r964 26 26 // 27 27 // $Id: G4CellScorerStore.cc,v 1.4 2006/06/29 18:09:33 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // ---------------------------------------------------------------------- -
trunk/source/event/src/G4EvManMessenger.cc
r816 r964 26 26 // 27 27 // $Id: G4EvManMessenger.cc,v 1.6 2006/11/03 03:11:13 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -------------------------------------------------------------------- -
trunk/source/event/src/G4Event.cc
r816 r964 26 26 // 27 27 // $Id: G4Event.cc,v 1.14 2007/03/07 02:44:16 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4EventManager.cc
r816 r964 26 26 // 27 27 // $Id: G4EventManager.cc,v 1.30 2007/03/08 23:56:12 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/src/G4HEPEvtInterface.cc
r816 r964 26 26 // 27 27 // $Id: G4HEPEvtInterface.cc,v 1.11 2006/06/29 18:09:48 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/src/G4HEPEvtParticle.cc
r816 r964 26 26 // 27 27 // $Id: G4HEPEvtParticle.cc,v 1.8 2006/06/29 18:09:50 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/src/G4ParticleGun.cc
r816 r964 26 26 // 27 27 // $Id: G4ParticleGun.cc,v 1.14 2007/11/07 17:13:19 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4ParticleGunMessenger.cc
r816 r964 26 26 // 27 27 // $Id: G4ParticleGunMessenger.cc,v 1.16 2007/10/02 00:45:17 asaim Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4PrimaryTransformer.cc
r816 r964 26 26 // 27 27 // $Id: G4PrimaryTransformer.cc,v 1.27 2006/06/29 18:09:58 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4RayShooter.cc
r816 r964 26 26 // 27 27 // $Id: G4RayShooter.cc,v 1.2 2006/06/29 18:10:00 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4SPSEneDistribution.cc
r816 r964 1153 1153 // Set Emin and Emax 1154 1154 Emin = ebins[0]; 1155 Emax = ebins[maxcount-1]; 1156 1155 if (maxcount > 1) 1156 Emax = ebins[maxcount-1]; 1157 else 1158 Emax = ebins[0]; 1157 1159 // Put energy bins into new histogram - UDefEnergyH. 1158 1160 for(count=0;count<maxcount;count++) -
trunk/source/event/src/G4StackChecker.cc
r816 r964 26 26 // 27 27 // $Id: G4StackChecker.cc,v 1.2 2006/06/29 18:10:17 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4StackManager.cc
r816 r964 26 26 // 27 27 // $Id: G4StackManager.cc,v 1.10 2006/06/29 18:10:19 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/src/G4StackedTrack.cc
r816 r964 26 26 // 27 27 // $Id: G4StackedTrack.cc,v 1.9 2006/06/29 18:10:21 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/event/src/G4StackingMessenger.cc
r816 r964 26 26 // 27 27 // $Id: G4StackingMessenger.cc,v 1.5 2006/06/29 18:10:23 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -------------------------------------------------------------------- -
trunk/source/event/src/G4TrackStack.cc
r816 r964 26 26 // 27 27 // $Id: G4TrackStack.cc,v 1.6 2006/06/29 18:10:26 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4TrajectoryContainer.cc
r816 r964 26 26 // 27 27 // $Id: G4TrajectoryContainer.cc,v 1.5 2006/06/29 18:10:28 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4UserEventAction.cc
r816 r964 26 26 // 27 27 // $Id: G4UserEventAction.cc,v 1.7 2006/06/29 18:10:31 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4UserStackingAction.cc
r816 r964 26 26 // 27 27 // $Id: G4UserStackingAction.cc,v 1.7 2006/06/29 18:10:33 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 -
trunk/source/event/src/G4VPrimaryGenerator.cc
r816 r964 26 26 // 27 27 // $Id: G4VPrimaryGenerator.cc,v 1.5 2006/06/29 18:10:35 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
